Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StringBoolCMap ¶
type StringBoolCMap struct {
// contains filtered or unexported fields
}
StringBoolCMap is a concurrent map implementation of map[string]bool
func NewStringBoolCMap ¶
func NewStringBoolCMap() *StringBoolCMap
type StringInt64CMap ¶
type StringInt64CMap struct {
// contains filtered or unexported fields
}
StringInt64CMap is a concurrent map implementation of map[string]int64
func NewStringInt64CMap ¶
func NewStringInt64CMap() *StringInt64CMap
func (*StringInt64CMap) Get ¶
func (m *StringInt64CMap) Get(key string) int64
Get map value or default
Click to show internal directories.
Click to hide internal directories.