Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateHash ¶
Types ¶
type ConcurrentSlice ¶ added in v1.5.2
ConcurrentSlice is a slice that can be appended concurrently
func (*ConcurrentSlice) Append ¶ added in v1.5.2
func (cs *ConcurrentSlice) Append(item interface{})
Append safely appends items to a slice
func (*ConcurrentSlice) GetItems ¶ added in v1.5.2
func (cs *ConcurrentSlice) GetItems() []interface{}
GetItems gets the items from the list, should only be used when there are no operations working on it.
Click to show internal directories.
Click to hide internal directories.