package
0.0.0-20210311143557-2ca6c93433ff
Repository: https://github.com/joncrlsn/go-examples.git
Documentation: pkg.go.dev

# Functions

NewAuthSvc builds and returns a new, properly instantiated AuthSvc.
NewGuidMaker instantiates a GuidMaker.
NewAuthSvc builds and returns a new, properly instantiated AuthSvc.

# Structs

No description provided by the author
Guid provides pseudo globally unique identifiers as an int64 The first 5 bytes are the time portion (100ths of a second since Jan 1, 2015) The last 3 bytes are a random number.
User is a data object that happens to represents a row in the user table.
UserDao is a data access object.
No description provided by the author