Documentation ¶
Index ¶
Constants ¶
View Source
const ( ModuleHttp = "http" ModuleLog = "log" ModuleProducer = "producer" ModuleEnv = "env" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Capal ¶
type Capal struct {
// contains filtered or unexported fields
}
func NewCapal ¶
func NewCapal(httpFactory func(ctx *PluginContext) *tbhttp.TbHttp, logFactory func(ctx *PluginContext) *tblog.TbLog) *Capal
type PluginContext ¶
type PluginContext struct {
Name string
}
Click to show internal directories.
Click to hide internal directories.