Documentation ¶
Index ¶
- type KeyType
- type KeyTypeValueType
- func (m *KeyTypeValueType) Delete(key KeyType)
- func (m *KeyTypeValueType) Get(key KeyType) ValueType
- func (m *KeyTypeValueType) GetOK(key KeyType) (ValueType, bool)
- func (m *KeyTypeValueType) Items() []NodeKeyTypeValueType
- func (m *KeyTypeValueType) Len() int
- func (m *KeyTypeValueType) Set(key KeyType, value ValueType)
- type NodeKeyTypeValueType
- type NodeStringLogbufLogBuffer
- type NodeStringOsProcess
- type NodeStringString
- type StringLogbufLogBuffer
- func (m *StringLogbufLogBuffer) Delete(key string)
- func (m *StringLogbufLogBuffer) Get(key string) *logbuf.LogBuffer
- func (m *StringLogbufLogBuffer) GetOK(key string) (*logbuf.LogBuffer, bool)
- func (m *StringLogbufLogBuffer) Items() []NodeStringLogbufLogBuffer
- func (m *StringLogbufLogBuffer) Len() int
- func (m *StringLogbufLogBuffer) Set(key string, value *logbuf.LogBuffer)
- type StringOsProcess
- func (m *StringOsProcess) Delete(key string)
- func (m *StringOsProcess) Get(key string) *os.Process
- func (m *StringOsProcess) GetOK(key string) (*os.Process, bool)
- func (m *StringOsProcess) Items() []NodeStringOsProcess
- func (m *StringOsProcess) Len() int
- func (m *StringOsProcess) Set(key string, value *os.Process)
- type StringString
- type ValueType
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KeyTypeValueType ¶
func NewKeyTypeValueType ¶
func NewKeyTypeValueType() *KeyTypeValueType
func (*KeyTypeValueType) Delete ¶
func (m *KeyTypeValueType) Delete(key KeyType)
func (*KeyTypeValueType) Get ¶
func (m *KeyTypeValueType) Get(key KeyType) ValueType
func (*KeyTypeValueType) Items ¶
func (m *KeyTypeValueType) Items() []NodeKeyTypeValueType
func (*KeyTypeValueType) Len ¶
func (m *KeyTypeValueType) Len() int
func (*KeyTypeValueType) Set ¶
func (m *KeyTypeValueType) Set(key KeyType, value ValueType)
type NodeKeyTypeValueType ¶
type NodeStringOsProcess ¶
type NodeStringString ¶
type StringLogbufLogBuffer ¶
func NewStringLogbufLogBuffer ¶
func NewStringLogbufLogBuffer() *StringLogbufLogBuffer
func (*StringLogbufLogBuffer) Delete ¶
func (m *StringLogbufLogBuffer) Delete(key string)
func (*StringLogbufLogBuffer) Get ¶
func (m *StringLogbufLogBuffer) Get(key string) *logbuf.LogBuffer
func (*StringLogbufLogBuffer) GetOK ¶
func (m *StringLogbufLogBuffer) GetOK(key string) (*logbuf.LogBuffer, bool)
func (*StringLogbufLogBuffer) Items ¶
func (m *StringLogbufLogBuffer) Items() []NodeStringLogbufLogBuffer
func (*StringLogbufLogBuffer) Len ¶
func (m *StringLogbufLogBuffer) Len() int
type StringOsProcess ¶
func NewStringOsProcess ¶
func NewStringOsProcess() *StringOsProcess
func (*StringOsProcess) Delete ¶
func (m *StringOsProcess) Delete(key string)
func (*StringOsProcess) Items ¶
func (m *StringOsProcess) Items() []NodeStringOsProcess
func (*StringOsProcess) Len ¶
func (m *StringOsProcess) Len() int
type StringString ¶
func NewStringString ¶
func NewStringString() *StringString
func (*StringString) Delete ¶
func (m *StringString) Delete(key string)
func (*StringString) Get ¶
func (m *StringString) Get(key string) string
func (*StringString) Items ¶
func (m *StringString) Items() []NodeStringString
func (*StringString) Len ¶
func (m *StringString) Len() int
func (*StringString) Set ¶
func (m *StringString) Set(key string, value string)
Click to show internal directories.
Click to hide internal directories.