Documentation ¶
Index ¶
- type Collection
- type Properties
- func (p Properties) Equals(o Properties) bool
- func (p Properties) Get(key string) string
- func (p Properties) Set(key string, value interface{}) Properties
- func (p Properties) SetTag(tagKey *string, tagValue interface{}) Properties
- func (p Properties) SetTagWithPrefix(prefix string, tagKey *string, tagValue interface{}) Properties
- func (p Properties) String() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Collection ¶
type Collection []string
func (Collection) Intersect ¶
func (c Collection) Intersect(o Collection) Collection
func (Collection) Remove ¶
func (c Collection) Remove(o Collection) Collection
func (Collection) Union ¶
func (c Collection) Union(o Collection) Collection
type Properties ¶
func NewProperties ¶
func NewProperties() Properties
func (Properties) Equals ¶
func (p Properties) Equals(o Properties) bool
func (Properties) Get ¶
func (p Properties) Get(key string) string
func (Properties) Set ¶
func (p Properties) Set(key string, value interface{}) Properties
func (Properties) SetTag ¶
func (p Properties) SetTag(tagKey *string, tagValue interface{}) Properties
func (Properties) SetTagWithPrefix ¶
func (p Properties) SetTagWithPrefix(prefix string, tagKey *string, tagValue interface{}) Properties
func (Properties) String ¶
func (p Properties) String() string
Click to show internal directories.
Click to hide internal directories.