Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IncInFailed ¶
func IncInFailed()
func IncOutFailed ¶
func IncOutFailed()
Types ¶
type InternalMetric ¶
type InternalMetric struct { InSuccess uint64 `json:"inSuccess"` OutSuccess uint64 `json:"outSuccess"` InFailed uint64 `json:"inFailed"` OutFailed uint64 `json:"outFailed"` // contains filtered or unexported fields }
func GetMetric ¶
func GetMetric() InternalMetric
func InitInternalMetric ¶
func InitInternalMetric(rulex typex.RuleX) *InternalMetric
Click to show internal directories.
Click to hide internal directories.