Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CiMap ¶
type CiMap struct {
// contains filtered or unexported fields
}
CiMap is a thin wrapper around a map to allow case insensitive keys.
func (*CiMap) ContainKeyValuePair ¶
ContainKeyValuePair returns true if the specified key exists and has as value the specified value.
func (*CiMap) Get ¶
Get returns two values: the actual value for the key and a boolean that indicates if the key exists.
Click to show internal directories.
Click to hide internal directories.