package
0.0.0-20210513041603-bcbc1e128ef6
Repository: https://github.com/myminicommission/api.git
Documentation: pkg.go.dev

# Functions

MustGet will return the env or panic if it is not present.
MustGetBool will return the env variable as a bool or panic if not present.
MustGetUint32 will return the env varaible as a uint32 of panic if not present.
PriceForSize returns the float64 value of the associated incoming price.

# Structs

AuthProvider defines the configuration for the Goth config.
DBConfig defines the configuration for the DB config.
GQLConfig defines the configuration for the GQL Server.
JWTConfig defines the options for JWT tokens.
ServerConfig defines the configuration for the server.

# Type aliases

ContextKey defines a type for context keys shared in the app.