Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GatewayModule ¶
type GatewayModule struct { api.Handler API struct { Enabled bool `config:"enabled"` } `config:"api"` ORM struct { Enabled bool `config:"enabled"` } `config:"orm"` DisableReusePortByDefault bool `config:"disable_reuse_port_by_default"` // contains filtered or unexported fields }
func (*GatewayModule) Name ¶
func (this *GatewayModule) Name() string
func (*GatewayModule) Setup ¶
func (module *GatewayModule) Setup()
func (*GatewayModule) Start ¶
func (module *GatewayModule) Start() error
func (*GatewayModule) Stop ¶
func (module *GatewayModule) Stop() error
Directories ¶
Path | Synopsis |
---|---|
filters
|
|
script/javascript/module/windows
Package windows registers the windows module with the javascript script processor.
|
Package windows registers the windows module with the javascript script processor. |
output
|
|
kafka/example
https://www.sohamkamani.com/golang/working-with-kafka/
|
https://www.sohamkamani.com/golang/working-with-kafka/ |
Click to show internal directories.
Click to hide internal directories.