Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IStatisticsService ¶
type IStatisticsService interface {
RecordElapsedTime(topicName string, msgId string, flowElapsedTime uint64, callbackElapsedTime uint64)
QueryElapsedTime(topicName string, date string) (map[string][]interface{}, error)
}
var StatisticsService IStatisticsService
func NewStatisticsService ¶
func NewStatisticsService(conf config.RedisConfig) IStatisticsService
Click to show internal directories.
Click to hide internal directories.