Documentation ¶ Index ¶ type Tag func (tag *Tag) Set(value string) error func (tag *Tag) String() string type Tags func (tags Tags) Copy() Tags func (left Tags) Equal(right Tags) bool func (to Tags) Merge(from Tags) func (tags *Tags) Set(value string) error func (tags *Tags) String() string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Tag ¶ type Tag struct { Key string Value string } func (*Tag) Set ¶ func (tag *Tag) Set(value string) error func (*Tag) String ¶ func (tag *Tag) String() string type Tags ¶ type Tags map[string]string // Key: tag key, value: tag value. func (Tags) Copy ¶ func (tags Tags) Copy() Tags func (Tags) Equal ¶ func (left Tags) Equal(right Tags) bool func (Tags) Merge ¶ func (to Tags) Merge(from Tags) func (*Tags) Set ¶ func (tags *Tags) Set(value string) error func (*Tags) String ¶ func (tags *Tags) String() string Source Files ¶ View all Source files api.go tags.go Click to show internal directories. Click to hide internal directories.