common

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Oct 25, 2017 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

View Source
const CLIENTID_LENGTH = uuid.UUID_LENGTH

CLIENTID_LENGTH is the length of Client IDs

View Source
const ENTITYID_LENGTH = uuid.UUID_LENGTH

ENTITYID_LENGTH is the length of Entity IDs

Variables

This section is empty.

Functions

This section is empty.

Types

type ClientID

type ClientID string

ClientID type

func GenClientID

func GenClientID() ClientID

GenClientID generates a new Client ID

func (ClientID) IsNil

func (id ClientID) IsNil() bool

IsNil returns if ClientID is nil

type EntityID

type EntityID string

EntityID type

func GenEntityID

func GenEntityID() EntityID

GenEntityID generates a new EntityID

func MustEntityID

func MustEntityID(id string) EntityID

MustEntityID assures a string to be EntityID

func (EntityID) IsNil

func (id EntityID) IsNil() bool

IsNil returns if EntityID is nil

type StringList

type StringList []string

StringList is a list of string (slice)

func (*StringList) Append

func (sl *StringList) Append(elem string)

Append add the string to the end of StringList

func (*StringList) Find

func (sl *StringList) Find(s string) int

Find get the index of string in StringList, returns -1 if not found

func (*StringList) Remove

func (sl *StringList) Remove(elem string)

Remove removes the string from StringList

type StringSet

type StringSet map[string]struct{}

StringSet is a set of strings

func (StringSet) Add

func (ss StringSet) Add(elem string)

Add adds the string to StringSet

func (StringSet) Contains

func (ss StringSet) Contains(elem string) bool

Contains checks if Stringset contains the string

func (StringSet) Remove

func (ss StringSet) Remove(elem string)

Remove removes the string from StringList

func (StringSet) ToList

func (ss StringSet) ToList() []string

ToList convert StringSet to string slice

Jump to

Keyboard shortcuts

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