Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InboundStats ¶
type InboundStats struct {
// contains filtered or unexported fields
}
func NewInboundStats ¶
func NewInboundStats() *InboundStats
func (*InboundStats) All ¶
func (s *InboundStats) All() map[string]*Stats
func (*InboundStats) Get ¶
func (s *InboundStats) Get(tag string) *Stats
if not found, a InboundStats will be created
func (*InboundStats) Remove ¶
func (s *InboundStats) Remove(tag string)
Click to show internal directories.
Click to hide internal directories.