Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Verbose bool
Functions ¶
func SetLoggerConfig ¶ added in v0.0.4
func SetLoggerConfig()
Types ¶
type GrpcClientConfig ¶
type GrpcClientConfig struct { Port string Host string Title string Text string Id string Owner string StartTime string EndTime string TsLayout string }
func GetGrpcClientConfig ¶
func GetGrpcClientConfig() *GrpcClientConfig
func (*GrpcClientConfig) GetEndTime ¶ added in v0.0.4
func (c *GrpcClientConfig) GetEndTime() (*timestamp.Timestamp, error)
func (*GrpcClientConfig) GetStartTime ¶ added in v0.0.4
func (c *GrpcClientConfig) GetStartTime() (*timestamp.Timestamp, error)
type GrpcServerConfig ¶
func GetGrpcServerConfig ¶
func GetGrpcServerConfig() *GrpcServerConfig
type MqConfig ¶ added in v0.0.6
type MqConfig struct {
Url string
}
func GetMqConfig ¶ added in v0.0.6
func GetMqConfig() *MqConfig
type StorageConfig ¶
func GetStorageConfig ¶
func GetStorageConfig() *StorageConfig
Click to show internal directories.
Click to hide internal directories.