Versions in this module Expand all Collapse all v0 v0.1.0 Feb 15, 2016 Changes in this version + func ComputeCryptoHash(data []byte) (hash []byte) + func CreateUtcTimestamp() *gp.Timestamp + func GenerateUUID() string + type Queue struct + func NewQueue() *Queue + func (q *Queue) Peek() interface{} + func (q *Queue) Pop() interface{} + func (q *Queue) Push(item interface{}) + func (q *Queue) Size() int