Documentation ¶
Index ¶
Constants ¶
View Source
const ( DefaultHeaderVersion Header = "X-Api-Version" DefaultHeaderTrace Header = "X-Api-Trace" DefaultHeaderAddress = "X-Api-Address" DefaultHeaderSetup = "X-Api-Setup" DefaultHeaderContentType = "Content-Type" )
View Source
const ( WatcherCreate WatcherAction = "create" WatcherUpdate = "update" WatcherDelete = "delete" )
Variables ¶
View Source
var ( DefaultVersion Service = "v1.0.0" DefaultSchema = "goroc" DefaultConfigSchema = "configroc" )
Functions ¶
This section is empty.
Types ¶
type RequestChannel ¶
type RequestChannel = string
type Schema ¶
type Schema = string
Schema schema is the namespace in your service collection it's the root name prefix
type WatcherAction ¶
type WatcherAction string
Click to show internal directories.
Click to hide internal directories.