Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppConf ¶
type AppConf struct { KafkaConf `ini:"kafka"` TailLogConf `ini:"tailLog"` // 后期从etcd中获取 EtcdConf `ini:"etcd"` }
type TailLogConf ¶
type TailLogConf struct {
FilePath string `ini:"file_path"` // 后期从etcd中获取
}
----used----
Click to show internal directories.
Click to hide internal directories.