Documentation
¶
Index ¶
- type Group
- type Groups
- func (gs *Groups) Add(other *Groups) bool
- func (gs *Groups) AddFromString(s string)
- func (gs *Groups) AddFromStrings(l []string)
- func (gs Groups) AsString() string
- func (gs *Groups) DeleteByKey(key string) bool
- func (gs *Groups) DeleteByQuery(query string) bool
- func (gs Groups) Keys() []string
- func (gs Groups) Queries() []string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Groups ¶
type Groups struct {
// contains filtered or unexported fields
}
Simple struct to parse a string into a map of groups with key is cn so it will be unique struct can add and struct can be changed back into a string.
func (*Groups) AddFromString ¶
func (*Groups) AddFromStrings ¶
func (*Groups) DeleteByKey ¶
func (*Groups) DeleteByQuery ¶
Click to show internal directories.
Click to hide internal directories.