Documentation ¶
Overview ¶
Package manager 群管
Index ¶
- Variables
- type Config
- func (*Config) Descriptor() ([]byte, []int)
- func (m *Config) GetCheckin() map[uint64]bool
- func (m *Config) GetWelcome() map[uint64]string
- func (m *Config) Marshal() (dAtA []byte, err error)
- func (m *Config) MarshalTo(dAtA []byte) (int, error)
- func (m *Config) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*Config) ProtoMessage()
- func (m *Config) Reset()
- func (m *Config) Size() (n int)
- func (m *Config) String() string
- func (m *Config) Unmarshal(dAtA []byte) error
- 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
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Checkin map[uint64]bool `` /* 157-byte string literal not displayed */ Welcome map[uint64]string `` /* 156-byte string literal not displayed */ XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Config) Descriptor ¶ added in v1.1.3
func (*Config) GetCheckin ¶ added in v1.1.3
func (*Config) GetWelcome ¶ added in v1.1.3
func (*Config) MarshalToSizedBuffer ¶ added in v1.1.3
func (*Config) ProtoMessage ¶ added in v1.1.3
func (*Config) ProtoMessage()
func (*Config) XXX_DiscardUnknown ¶ added in v1.1.3
func (m *Config) XXX_DiscardUnknown()
func (*Config) XXX_Marshal ¶ added in v1.1.3
func (*Config) XXX_Unmarshal ¶ added in v1.1.3
Click to show internal directories.
Click to hide internal directories.