Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var TDummy = reflect.TypeOf(DummyTool{})
View Source
var TGin = reflect.TypeOf(GinTool{})
View Source
var TGorm = reflect.TypeOf(GormTool{})
View Source
var TLogrus = reflect.TypeOf(LogrusTool{})
View Source
var TRedis = reflect.TypeOf(RedisTool{})
Functions ¶
This section is empty.
Types ¶
type DummyConfig ¶
type DummyConfig struct {
Debug bool
}
type DummyTool ¶
type DummyTool struct {
// contains filtered or unexported fields
}
func (*DummyTool) Dependencies ¶
type GinTool ¶
func (*GinTool) Dependencies ¶
type GormConfig ¶
type GormTool ¶
func (*GormTool) Dependencies ¶
type IBelt ¶
type LogrusConfig ¶
type LogrusTool ¶
func (*LogrusTool) Configure ¶
func (t *LogrusTool) Configure(config ...interface{})
func (*LogrusTool) Dependencies ¶
func (t *LogrusTool) Dependencies() []reflect.Type
func (*LogrusTool) Start ¶
func (t *LogrusTool) Start(belt IBelt)
func (*LogrusTool) Stop ¶
func (t *LogrusTool) Stop(belt IBelt)
type RedisConfig ¶
type RedisTool ¶
func (*RedisTool) Dependencies ¶
Click to show internal directories.
Click to hide internal directories.