Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Attrs ¶
type Attrs interface {
// Keys returns all attribute keys
Keys() []string
// Get returns the attribute value for the given key
Get(string) string
// Set sets the value of the attribute for the given key
Set(string, string)
}
Attrs provide a simple key-value store for storing arbitrary entity attributes
Click to show internal directories.
Click to hide internal directories.