Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrAppPartNoOutOfRange = errors.New("app part number out of range") ErrAppIsNotDeployed = errors.New("app is not deployed") ErrAppPartitionIsNotDeployed = errors.New("app partition is not deployed") ErrAppAlreadyDeployed = errors.New("app is already deployed") ErrActiveAppPartitionsExist = errors.New("active app partitions exist") )
Functions ¶
func NewProcessor ¶
func NewProcessor(params ihttp.CLIParams, routerStorage ihttp.IRouterStorage) (server ihttp.IHTTPProcessor, cleanup func())
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.