package
0.0.0-20180212130509-f6958210d2e3
Repository: https://github.com/davars/gae.git
Documentation: pkg.go.dev

# Functions

AddFilters adds RawInterface filters to the context.
DefaultVersion returns the name of the default version for the specified module.
List lists the names of modules belonging to this application.
NumInstances returns the number of instances servicing the specified module/version.
Raw gets the RawInterface implementation from context.
Set sets the current RawInterface object in the context.
SetFactory sets the function to produce RawInterface instances, as returned by the Get method.
SetNumInstances sets the number of instances of a given module/version.
Start starts the specified module/version.
Stop stops the specified module/version.
Versions returns the names of versions for the specified module.

# Interfaces

RawInterface is the interface for all of the package methods which normally would be in the 'module' package.

# Type aliases

Factory is the function signature for factory methods compatible with SetFactory.
Filter is the function signature for a filter module implementation.