core

package
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 28, 2019 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func UniqueID

func UniqueID() string

UniqueID generates a unique id as a string from the unix time stamp and a random 64 bit integer.

Types

type Queue

type Queue struct {
	// contains filtered or unexported fields
}

func (*Queue) CanPop

func (q *Queue) CanPop() bool

func (*Queue) Pop

func (q *Queue) Pop() interface{}

func (*Queue) Push

func (q *Queue) Push(value interface{})

type QueueItem

type QueueItem struct {
	Value interface{}
	// contains filtered or unexported fields
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL