initial commit
This commit is contained in:
9
internal/service/config.go
Normal file
9
internal/service/config.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package service
|
||||
|
||||
// Config defines the service configuration.
|
||||
type Config struct {
|
||||
RootTenant string `mapstructure:"root_tenant"`
|
||||
}
|
||||
|
||||
// ConfigRoles is a list of roles to a list of actions
|
||||
type ConfigRoles map[string][]string
|
||||
Reference in New Issue
Block a user