package
0.0.0-20200319182739-383e6fcdace5
Repository: https://github.com/brainupdaters/drlm-core.git
Documentation: pkg.go.dev

# Functions

Background creates a new context with context.Background as the inner context.
TODO creates a new context with context.TODO as the inner context.
WithCancel creates a new context with context.WithCancel as the inner context.

# Structs

Context has the "global" values of the app (such as the config, the DB connection...).