Documentation ¶
Index ¶
- Variables
- type Data
- func (*Data) Descriptor() ([]byte, []int)
- func (m *Data) GetUpload() map[string]string
- func (m *Data) GetUsers() map[string]*DataVote
- func (m *Data) Marshal() (dAtA []byte, err error)
- func (m *Data) MarshalTo(dAtA []byte) (int, error)
- func (m *Data) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*Data) ProtoMessage()
- func (m *Data) Reset()
- func (m *Data) Size() (n int)
- func (m *Data) String() string
- func (m *Data) Unmarshal(dAtA []byte) error
- func (m *Data) XXX_DiscardUnknown()
- func (m *Data) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Data) XXX_Merge(src proto.Message)
- func (m *Data) XXX_Size() int
- func (m *Data) XXX_Unmarshal(b []byte) error
- type DataVote
- func (*DataVote) Descriptor() ([]byte, []int)
- func (m *DataVote) GetData() map[string]uint32
- func (m *DataVote) Marshal() (dAtA []byte, err error)
- func (m *DataVote) MarshalTo(dAtA []byte) (int, error)
- func (m *DataVote) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*DataVote) ProtoMessage()
- func (m *DataVote) Reset()
- func (m *DataVote) Size() (n int)
- func (m *DataVote) String() string
- func (m *DataVote) Unmarshal(dAtA []byte) error
- func (m *DataVote) XXX_DiscardUnknown()
- func (m *DataVote) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DataVote) XXX_Merge(src proto.Message)
- func (m *DataVote) XXX_Size() int
- func (m *DataVote) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type Data ¶
type Data struct { Users map[string]*DataVote `` /* 151-byte string literal not displayed */ Upload map[string]string `` /* 153-byte string literal not displayed */ XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Data) Descriptor ¶
func (*Data) ProtoMessage ¶
func (*Data) ProtoMessage()
func (*Data) XXX_DiscardUnknown ¶
func (m *Data) XXX_DiscardUnknown()
func (*Data) XXX_Unmarshal ¶
type DataVote ¶
type DataVote struct { Data map[string]uint32 `` /* 150-byte string literal not displayed */ XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*DataVote) Descriptor ¶
func (*DataVote) MarshalToSizedBuffer ¶
func (*DataVote) ProtoMessage ¶
func (*DataVote) ProtoMessage()
func (*DataVote) XXX_DiscardUnknown ¶
func (m *DataVote) XXX_DiscardUnknown()
func (*DataVote) XXX_Marshal ¶
func (*DataVote) XXX_Unmarshal ¶
Click to show internal directories.
Click to hide internal directories.