5 lines
57 B
Go
5 lines
57 B
Go
package config
|
|
|
|
type baseRoleConfig struct {
|
|
set bool
|
|
}
|
package config
|
|
|
|
type baseRoleConfig struct {
|
|
set bool
|
|
}
|