Documentation ¶
Overview ¶
The feature package defines the names of the current feature flags.
Index ¶
Constants ¶
const Actions string = "action"
Actions is the name of the feature to enable action commands.
const LogErrorStack = "log-error-stack"
LogErrorStack is a developer feature flag to have the LoggedErrorStack function in the utils package write out the error stack as defined by the errors package to the logger. The ability to log the error stack is very useful in those error cases where you really don't expect there to be a failure. This means that the developers with this flag set will see the stack trace in the log output, but normal deployments never will.
const MESS = "mess"
MESS stands for Multi-Environment State Server and controls access to the apiserver endpoints, api client and CLI commands.
const Storage string = "storage"
Storage is the name of the feature to enable storage commands.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.