Documentation ¶
Overview ¶
Package v1 is a generated protocol buffer package. It is generated from these files: api.proto It has these top-level messages: BaseInfoReply NamesReply MidsReply
+bili:deepcopy-gen=package
Index ¶
- Variables
- type BaseInfoReply
- func (in *BaseInfoReply) DeepCopy() *BaseInfoReply
- func (in *BaseInfoReply) DeepCopyAsIntoMemberBase(out *model.MemberBase)
- func (in *BaseInfoReply) DeepCopyAsMemberBase() *model.MemberBase
- func (out *BaseInfoReply) DeepCopyFromMemberBase(in *model.MemberBase)
- func (in *BaseInfoReply) DeepCopyInto(out *BaseInfoReply)
- func (*BaseInfoReply) Descriptor() ([]byte, []int)
- func (m *BaseInfoReply) GetBirthday() go_common_library_time.Time
- func (m *BaseInfoReply) GetFace() string
- func (m *BaseInfoReply) GetMid() int64
- func (m *BaseInfoReply) GetName() string
- func (m *BaseInfoReply) GetRank() int64
- func (m *BaseInfoReply) GetSex() int64
- func (m *BaseInfoReply) GetSign() string
- func (m *BaseInfoReply) Marshal() (dAtA []byte, err error)
- func (m *BaseInfoReply) MarshalTo(dAtA []byte) (int, error)
- func (*BaseInfoReply) ProtoMessage()
- func (m *BaseInfoReply) Reset()
- func (m *BaseInfoReply) Size() (n int)
- func (m *BaseInfoReply) String() string
- func (m *BaseInfoReply) Unmarshal(dAtA []byte) error
- type MidsReply
- func (in *MidsReply) DeepCopy() *MidsReply
- func (in *MidsReply) DeepCopyAsIntoMids(out *model.Mids)
- func (in *MidsReply) DeepCopyAsMids() *model.Mids
- func (out *MidsReply) DeepCopyFromMids(in *model.Mids)
- func (in *MidsReply) DeepCopyInto(out *MidsReply)
- func (*MidsReply) Descriptor() ([]byte, []int)
- func (m *MidsReply) GetMids() []int64
- func (m *MidsReply) Marshal() (dAtA []byte, err error)
- func (m *MidsReply) MarshalTo(dAtA []byte) (int, error)
- func (*MidsReply) ProtoMessage()
- func (m *MidsReply) Reset()
- func (m *MidsReply) Size() (n int)
- func (m *MidsReply) String() string
- func (m *MidsReply) Unmarshal(dAtA []byte) error
- type NamesReply
- func (in *NamesReply) DeepCopy() *NamesReply
- func (in *NamesReply) DeepCopyAsIntoNames(out *model.Names)
- func (in *NamesReply) DeepCopyAsNames() *model.Names
- func (out *NamesReply) DeepCopyFromNames(in *model.Names)
- func (in *NamesReply) DeepCopyInto(out *NamesReply)
- func (*NamesReply) Descriptor() ([]byte, []int)
- func (m *NamesReply) GetNames() map[int64]string
- func (m *NamesReply) Marshal() (dAtA []byte, err error)
- func (m *NamesReply) MarshalTo(dAtA []byte) (int, error)
- func (*NamesReply) ProtoMessage()
- func (m *NamesReply) Reset()
- func (m *NamesReply) Size() (n int)
- func (m *NamesReply) String() string
- func (m *NamesReply) Unmarshal(dAtA []byte) error
Constants ¶
This section is empty.
Variables ¶
var ( ErrInvalidLengthApi = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowApi = fmt.Errorf("proto: integer overflow") )
Functions ¶
This section is empty.
Types ¶
type BaseInfoReply ¶
type BaseInfoReply struct { Mid int64 `protobuf:"varint,1,opt,name=mid,proto3" json:"mid"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name"` Sex int64 `protobuf:"varint,3,opt,name=sex,proto3" json:"sex"` Face string `protobuf:"bytes,4,opt,name=face,proto3" json:"face"` Sign string `protobuf:"bytes,5,opt,name=sign,proto3" json:"sign"` Rank int64 `protobuf:"varint,6,opt,name=rank,proto3" json:"rank"` Birthday go_common_library_time.Time `protobuf:"varint,7,opt,name=birthday,proto3,casttype=go-common/library/time.Time" json:"birthday"` }
+bili:deepcopy-gen:structs=go-common/app/tool/gengo/cmd/deepcopy-gen/examples/model.MemberBase
func (*BaseInfoReply) DeepCopy ¶
func (in *BaseInfoReply) DeepCopy() *BaseInfoReply
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BaseInfoReply.
func (*BaseInfoReply) DeepCopyAsIntoMemberBase ¶
func (in *BaseInfoReply) DeepCopyAsIntoMemberBase(out *model.MemberBase)
DeepCopyAsIntoMemberBase is an autogenerated deepcopy function, copying the receiver, writing into model.MemberBase.
func (*BaseInfoReply) DeepCopyAsMemberBase ¶
func (in *BaseInfoReply) DeepCopyAsMemberBase() *model.MemberBase
DeepCopyAsMemberBase is an autogenerated deepcopy function, copying the receiver, creating a new model.MemberBase.
func (*BaseInfoReply) DeepCopyFromMemberBase ¶
func (out *BaseInfoReply) DeepCopyFromMemberBase(in *model.MemberBase)
DeepCopyFromMemberBase is an autogenerated deepcopy function, copying the receiver, writing into model.MemberBase.
func (*BaseInfoReply) DeepCopyInto ¶
func (in *BaseInfoReply) DeepCopyInto(out *BaseInfoReply)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*BaseInfoReply) Descriptor ¶
func (*BaseInfoReply) Descriptor() ([]byte, []int)
func (*BaseInfoReply) GetBirthday ¶
func (m *BaseInfoReply) GetBirthday() go_common_library_time.Time
func (*BaseInfoReply) GetFace ¶
func (m *BaseInfoReply) GetFace() string
func (*BaseInfoReply) GetMid ¶
func (m *BaseInfoReply) GetMid() int64
func (*BaseInfoReply) GetName ¶
func (m *BaseInfoReply) GetName() string
func (*BaseInfoReply) GetRank ¶
func (m *BaseInfoReply) GetRank() int64
func (*BaseInfoReply) GetSex ¶
func (m *BaseInfoReply) GetSex() int64
func (*BaseInfoReply) GetSign ¶
func (m *BaseInfoReply) GetSign() string
func (*BaseInfoReply) Marshal ¶
func (m *BaseInfoReply) Marshal() (dAtA []byte, err error)
func (*BaseInfoReply) ProtoMessage ¶
func (*BaseInfoReply) ProtoMessage()
func (*BaseInfoReply) Reset ¶
func (m *BaseInfoReply) Reset()
func (*BaseInfoReply) Size ¶
func (m *BaseInfoReply) Size() (n int)
func (*BaseInfoReply) String ¶
func (m *BaseInfoReply) String() string
func (*BaseInfoReply) Unmarshal ¶
func (m *BaseInfoReply) Unmarshal(dAtA []byte) error
type MidsReply ¶
type MidsReply struct {
Mids []int64 `protobuf:"varint,1,rep,packed,name=mids" json:"mids,omitempty"`
}
+bili:deepcopy-gen:structs=go-common/app/tool/gengo/cmd/deepcopy-gen/examples/model.Mids
func (*MidsReply) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new MidsReply.
func (*MidsReply) DeepCopyAsIntoMids ¶
DeepCopyAsIntoMids is an autogenerated deepcopy function, copying the receiver, writing into model.Mids.
func (*MidsReply) DeepCopyAsMids ¶
DeepCopyAsMids is an autogenerated deepcopy function, copying the receiver, creating a new model.Mids.
func (*MidsReply) DeepCopyFromMids ¶
DeepCopyFromMids is an autogenerated deepcopy function, copying the receiver, writing into model.Mids.
func (*MidsReply) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*MidsReply) Descriptor ¶
func (*MidsReply) ProtoMessage ¶
func (*MidsReply) ProtoMessage()
type NamesReply ¶
+bili:deepcopy-gen:structs=go-common/app/tool/gengo/cmd/deepcopy-gen/examples/model.Names
func (*NamesReply) DeepCopy ¶
func (in *NamesReply) DeepCopy() *NamesReply
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NamesReply.
func (*NamesReply) DeepCopyAsIntoNames ¶
func (in *NamesReply) DeepCopyAsIntoNames(out *model.Names)
DeepCopyAsIntoNames is an autogenerated deepcopy function, copying the receiver, writing into model.Names.
func (*NamesReply) DeepCopyAsNames ¶
func (in *NamesReply) DeepCopyAsNames() *model.Names
DeepCopyAsNames is an autogenerated deepcopy function, copying the receiver, creating a new model.Names.
func (*NamesReply) DeepCopyFromNames ¶
func (out *NamesReply) DeepCopyFromNames(in *model.Names)
DeepCopyFromNames is an autogenerated deepcopy function, copying the receiver, writing into model.Names.
func (*NamesReply) DeepCopyInto ¶
func (in *NamesReply) DeepCopyInto(out *NamesReply)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*NamesReply) Descriptor ¶
func (*NamesReply) Descriptor() ([]byte, []int)
func (*NamesReply) GetNames ¶
func (m *NamesReply) GetNames() map[int64]string
func (*NamesReply) Marshal ¶
func (m *NamesReply) Marshal() (dAtA []byte, err error)
func (*NamesReply) ProtoMessage ¶
func (*NamesReply) ProtoMessage()
func (*NamesReply) Reset ¶
func (m *NamesReply) Reset()
func (*NamesReply) Size ¶
func (m *NamesReply) Size() (n int)
func (*NamesReply) String ¶
func (m *NamesReply) String() string
func (*NamesReply) Unmarshal ¶
func (m *NamesReply) Unmarshal(dAtA []byte) error