MCPcopy Create free account
hub / github.com/IceFireDB/IceFireDB / LogS

Struct LogS

IceFireDB-PubSub/pkg/config/types.go:53–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53type LogS struct {
54 Level string `mapstructure:"level"`
55 cmd bool `mapstructure:"cmd"`
56 OutPut string `mapstructure:"output"`
57 Key string `mapstructure:"key"`
58 RedisHost string `mapstructure:"redis_host"`
59 RedisPort int `mapstructure:"redis_port"`
60}
61
62type CacheS struct {
63 Enable bool `mapstructure:"enable"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected