Documentation
¶
Overview ¶
Package app implements a server that runs a set of active components.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewControllerCommand ¶
NewControllerCommand creates a *cobra.Command object with default parameters.
Types ¶
type ControllerContext ¶
type ControllerContext struct {
// Config provides access to init options for a given controller
Config *config.Config
RedisClient *redis.Client
ControllerOptions controller.Options
Store store.IStore
}
ControllerContext defines the context object for controller
Click to show internal directories.
Click to hide internal directories.