Documentation ¶
Index ¶
- Constants
- func Configure(cfg Map)
- func Go()
- func Parse(body Body) (string, error)
- func Ready()
- func Register(name string, value Any, overrides ...bool)
- type Body
- type Config
- type Connect
- type Driver
- type Health
- type Helper
- type Module
- func (this *Module) Config(config Config, override bool)
- func (this *Module) Configure(global Map)
- func (this *Module) Connect()
- func (this *Module) Driver(name string, driver Driver, override bool)
- func (this *Module) Helper(name string, config Helper, override bool)
- func (this *Module) Initialize()
- func (this *Module) Launch()
- func (this *Module) Parse(body Body) (string, error)
- func (this *Module) Register(name string, value Any, override bool)
- func (this *Module) Terminate()
Constants ¶
View Source
const (
NAME = "VIEW"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Connect ¶
type Connect interface { Open() error Health() (Health, error) Close() error Parse(Body) (string, error) }
LogConnect 日志连接
Click to show internal directories.
Click to hide internal directories.