utils

package
v0.0.0-...-8e656ca Latest Latest
Warning

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

Go to latest
Published: Oct 20, 2014 License: GPL-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

View Source
const FIELD_NAME_LENGTH int = 20

Variables

This section is empty.

Functions

func LoadLogConfig

func LoadLogConfig(name string)

func StructPrint

func StructPrint(s interface{}) string

Types

type Queue

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

func CreateQueue

func CreateQueue(size int) *Queue

func (*Queue) Pop

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

func (*Queue) Push

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

Jump to

Keyboard shortcuts

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