Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Collection ¶
type Collection []Groups
Collection is a slice of multiple Groups.
func (Collection) Contains ¶
func (c Collection) Contains(needle Groups) bool
Contains checks if a collection of groups contains the given Groups.
type Groups ¶
type Groups []string
Groups are used to determine what properties to load and serialize.
func (*Groups) Add ¶
Add adds a group to the groups. If the group is already present it does nothing.
Click to show internal directories.
Click to hide internal directories.