package
0.1.6
Repository: https://github.com/xiaonanln/goworld.git
Documentation: pkg.go.dev

# Functions

GenClientID generates a new Client ID.
GenEntityID generates a new EntityID.
Hash return hash of the given data.
MustEntityID assures a string to be EntityID.

# Constants

CLIENTID_LENGTH is the length of Client IDs.
ENTITYID_LENGTH is the length of Entity IDs.

# Type aliases

ClientID type.
EntityID type.
EntityIDSet is the data structure for a set of entity IDs.
StringList is a list of string (slice).
StringSet is a set of strings.