package
2.85.0+incompatible
Repository: https://github.com/transcom/mymove.git
Documentation: pkg.go.dev

# Functions

NewAppContext creates a new AppContext.
NewAppContextFromContext creates a new AppContext taking context.Context into account and pulling some values from it.

# Interfaces

AppContext should be the first argument passed to all stateless methods and contains all necessary config for the app This is a separate package so that all parts of the app can import it without creating an import cycle.