Documentation
¶
Index ¶
Constants ¶
View Source
const ( ErrMemoryStoreTypeNotSet = "memory_store.type must be set" ErrPostgresDSNNotSet = "memory_store.postgres.dsn must be set" MemoryStoreTypePostgres = "postgres" )
Variables ¶
View Source
var ( Version = "dev" CommitHash = "n/a" BuildTime = "n/a" VersionString = fmt.Sprintf("%s-%s (%s)", Version, CommitHash, BuildTime) )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.