Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateHash ¶
Types ¶
type ConcurrentSlice ¶
ConcurrentSlice is a slice that can be appended concurrently
func (*ConcurrentSlice) Append ¶
func (cs *ConcurrentSlice) Append(item interface{})
Append safely appends items to a slice
func (*ConcurrentSlice) GetItems ¶
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.