v1

package
v0.0.0-...-83adff0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 6, 2020 License: GPL-3.0 Imports: 7 Imported by: 0

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

Constants

This section is empty.

Variables

View Source
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) MarshalTo

func (m *BaseInfoReply) MarshalTo(dAtA []byte) (int, 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

func (in *MidsReply) DeepCopy() *MidsReply

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new MidsReply.

func (*MidsReply) DeepCopyAsIntoMids

func (in *MidsReply) DeepCopyAsIntoMids(out *model.Mids)

DeepCopyAsIntoMids is an autogenerated deepcopy function, copying the receiver, writing into model.Mids.

func (*MidsReply) DeepCopyAsMids

func (in *MidsReply) DeepCopyAsMids() *model.Mids

DeepCopyAsMids is an autogenerated deepcopy function, copying the receiver, creating a new model.Mids.

func (*MidsReply) DeepCopyFromMids

func (out *MidsReply) DeepCopyFromMids(in *model.Mids)

DeepCopyFromMids is an autogenerated deepcopy function, copying the receiver, writing into model.Mids.

func (*MidsReply) DeepCopyInto

func (in *MidsReply) DeepCopyInto(out *MidsReply)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*MidsReply) Descriptor

func (*MidsReply) Descriptor() ([]byte, []int)

func (*MidsReply) GetMids

func (m *MidsReply) GetMids() []int64

func (*MidsReply) Marshal

func (m *MidsReply) Marshal() (dAtA []byte, err error)

func (*MidsReply) MarshalTo

func (m *MidsReply) MarshalTo(dAtA []byte) (int, error)

func (*MidsReply) ProtoMessage

func (*MidsReply) ProtoMessage()

func (*MidsReply) Reset

func (m *MidsReply) Reset()

func (*MidsReply) Size

func (m *MidsReply) Size() (n int)

func (*MidsReply) String

func (m *MidsReply) String() string

func (*MidsReply) Unmarshal

func (m *MidsReply) Unmarshal(dAtA []byte) error

type NamesReply

type NamesReply struct {
	Names map[int64]string `` /* 145-byte string literal not displayed */
}

+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) MarshalTo

func (m *NamesReply) MarshalTo(dAtA []byte) (int, 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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL