Documentation
¶
Overview ¶
Code generated by go generate; DO NOT EDIT.
Index ¶
- Variables
- type Int
- type String
- func (set *String) Add(es ...string)
- func (set String) Contains(e string) bool
- func (set String) ContainsAll(es ...string) bool
- func (set String) ContainsAny(es ...string) bool
- func (set String) List() []string
- func (set String) MarshalJSON() ([]byte, error)
- func (set *String) UnmarshalJSON(data []byte) error
- type T
- type Uint
Constants ¶
This section is empty.
Variables ¶
View Source
var MarshalOrder = 0
MarshalOrder can change the order of the elements when marshaling. 1 for desc 2 for asc 0 or other value for no certain order
Functions ¶
This section is empty.
Types ¶
type Int ¶
type Int map[int]struct{}
func (Int) ContainsAll ¶
func (Int) ContainsAny ¶
func (Int) MarshalJSON ¶ added in v0.1.11
func (*Int) UnmarshalJSON ¶ added in v0.1.11
type String ¶
type String map[string]struct{}
func FromStrings ¶ added in v0.1.11
func StringDiff ¶
func StringMerge ¶
func (String) ContainsAll ¶
func (String) ContainsAny ¶
func (String) MarshalJSON ¶ added in v0.1.11
func (*String) UnmarshalJSON ¶ added in v0.1.11
type T ¶
type T struct {
// contains filtered or unexported fields
}
func (T) ContainsAll ¶
func (T) ContainsAny ¶
type Uint ¶
type Uint map[uint]struct{}
func (Uint) ContainsAll ¶
func (Uint) ContainsAny ¶
func (Uint) MarshalJSON ¶ added in v0.1.11
func (*Uint) UnmarshalJSON ¶ added in v0.1.11
Click to show internal directories.
Click to hide internal directories.