Skip to content

Instantly share code, notes, and snippets.

@chris001177
Created June 21, 2019 11:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chris001177/520a61eb81b48d444a101610b051734d to your computer and use it in GitHub Desktop.
Save chris001177/520a61eb81b48d444a101610b051734d to your computer and use it in GitHub Desktop.
package database
type SomeConfigDB struct{}
func (db *SomeConfigDB) AllPermissions() map[string][]string {
// implementation
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment