Documentation ¶
Index ¶
- type Config
- func (*Config) Descriptor() ([]byte, []int)
- func (*Config) ProtoMessage()
- func (m *Config) Reset()
- func (m *Config) String() string
- func (m *Config) XXX_DiscardUnknown()
- func (m *Config) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Config) XXX_Merge(src proto.Message)
- func (m *Config) XXX_Size() int
- func (m *Config) XXX_Unmarshal(b []byte) error
- type Counter
- type Manager
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Config) Descriptor ¶
func (*Config) ProtoMessage ¶
func (*Config) ProtoMessage()
func (*Config) XXX_DiscardUnknown ¶
func (m *Config) XXX_DiscardUnknown()
func (*Config) XXX_Marshal ¶
func (*Config) XXX_Unmarshal ¶
type Counter ¶
type Counter struct {
// contains filtered or unexported fields
}
Counter is an implementation of core.StatCounter.
type Manager ¶
type Manager struct {
// contains filtered or unexported fields
}
Manager is an implementation of core.StatManager.
func (*Manager) GetCounter ¶
func (m *Manager) GetCounter(name string) core.StatCounter
func (*Manager) RegisterCounter ¶
func (m *Manager) RegisterCounter(name string) (core.StatCounter, error)
Click to show internal directories.
Click to hide internal directories.