Documentation ¶
Overview ¶
Package fwdattribute provides types and mechanisms used to manage attributes for forwarding objects. An attribute is a named property identified by a human readable name and a string value. The name and value of an attribute is opaque to the forwarding api. An attribute may be associated with a forwarding object, forwarding context or the global context.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Global = NewSet()
Global is a global set of attributes.
View Source
var List = make(map[ID]string)
List is a list of all possible attributes and the corresponding description.
Functions ¶
Types ¶
type Set ¶
A Set maps IDs to an opaque string. Note that a set is always passed by reference.
Click to show internal directories.
Click to hide internal directories.