Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MappingTo ¶
type MappingTo struct {
IsStaff bool `json:"isStaff"`
Groups []string `json:"groups"`
Permissions []string `json:"permissions"`
}
MappingTo ...
type Mappings ¶
type Mappings struct {
Mappings []Mapping
// Attributes is a list of all unique attributes that appear in mappings
// that needs to be retrieved from server to make comparison.
Attributes []string
}
Mappings ...
func NewMappingsFromFile ¶
NewMappingsFromFile reads json file and allocates new Mappings based on the output.
Click to show internal directories.
Click to hide internal directories.