mine

package
v0.0.0-...-b08fcc5 Latest Latest
Warning

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

Go to latest
Published: Jun 22, 2023 License: Apache-2.0 Imports: 23 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_proto_mine_mine_proto protoreflect.FileDescriptor

Functions

func NewMineEndpoints

func NewMineEndpoints() []*api.Endpoint

func RegisterMineHandler

func RegisterMineHandler(s server.Server, hdlr MineHandler, opts ...server.HandlerOption) error

Types

type LiveApplyCreateRequest

type LiveApplyCreateRequest struct {
	Item *LiveApplyItem `protobuf:"bytes,1,opt,name=Item,proto3" json:"Item"`
	// contains filtered or unexported fields
}

func (*LiveApplyCreateRequest) Descriptor deprecated

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

Deprecated: Use LiveApplyCreateRequest.ProtoReflect.Descriptor instead.

func (*LiveApplyCreateRequest) GetItem

func (x *LiveApplyCreateRequest) GetItem() *LiveApplyItem

func (*LiveApplyCreateRequest) ProtoMessage

func (*LiveApplyCreateRequest) ProtoMessage()

func (*LiveApplyCreateRequest) ProtoReflect

func (x *LiveApplyCreateRequest) ProtoReflect() protoreflect.Message

func (*LiveApplyCreateRequest) Reset

func (x *LiveApplyCreateRequest) Reset()

func (*LiveApplyCreateRequest) String

func (x *LiveApplyCreateRequest) String() string

func (*LiveApplyCreateRequest) Validate

func (m *LiveApplyCreateRequest) Validate() error

Validate checks the field values on LiveApplyCreateRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*LiveApplyCreateRequest) ValidateAll

func (m *LiveApplyCreateRequest) ValidateAll() error

ValidateAll checks the field values on LiveApplyCreateRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in LiveApplyCreateRequestMultiError, or nil if none found.

type LiveApplyCreateRequestMultiError

type LiveApplyCreateRequestMultiError []error

LiveApplyCreateRequestMultiError is an error wrapping multiple validation errors returned by LiveApplyCreateRequest.ValidateAll() if the designated constraints aren't met.

func (LiveApplyCreateRequestMultiError) AllErrors

func (m LiveApplyCreateRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (LiveApplyCreateRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type LiveApplyCreateRequestValidationError

type LiveApplyCreateRequestValidationError struct {
	// contains filtered or unexported fields
}

LiveApplyCreateRequestValidationError is the validation error returned by LiveApplyCreateRequest.Validate if the designated constraints aren't met.

func (LiveApplyCreateRequestValidationError) Cause

Cause function returns cause value.

func (LiveApplyCreateRequestValidationError) Error

Error satisfies the builtin error interface

func (LiveApplyCreateRequestValidationError) ErrorName

ErrorName returns error name.

func (LiveApplyCreateRequestValidationError) Field

Field function returns field value.

func (LiveApplyCreateRequestValidationError) Key

Key function returns key value.

func (LiveApplyCreateRequestValidationError) Reason

Reason function returns reason value.

type LiveApplyCreateResponse

type LiveApplyCreateResponse struct {
	Item *LiveApplyItem `protobuf:"bytes,1,opt,name=Item,proto3" json:"Item"`
	// contains filtered or unexported fields
}

func (*LiveApplyCreateResponse) Descriptor deprecated

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

Deprecated: Use LiveApplyCreateResponse.ProtoReflect.Descriptor instead.

func (*LiveApplyCreateResponse) GetItem

func (x *LiveApplyCreateResponse) GetItem() *LiveApplyItem

func (*LiveApplyCreateResponse) ProtoMessage

func (*LiveApplyCreateResponse) ProtoMessage()

func (*LiveApplyCreateResponse) ProtoReflect

func (x *LiveApplyCreateResponse) ProtoReflect() protoreflect.Message

func (*LiveApplyCreateResponse) Reset

func (x *LiveApplyCreateResponse) Reset()

func (*LiveApplyCreateResponse) String

func (x *LiveApplyCreateResponse) String() string

func (*LiveApplyCreateResponse) Validate

func (m *LiveApplyCreateResponse) Validate() error

Validate checks the field values on LiveApplyCreateResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*LiveApplyCreateResponse) ValidateAll

func (m *LiveApplyCreateResponse) ValidateAll() error

ValidateAll checks the field values on LiveApplyCreateResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in LiveApplyCreateResponseMultiError, or nil if none found.

type LiveApplyCreateResponseMultiError

type LiveApplyCreateResponseMultiError []error

LiveApplyCreateResponseMultiError is an error wrapping multiple validation errors returned by LiveApplyCreateResponse.ValidateAll() if the designated constraints aren't met.

func (LiveApplyCreateResponseMultiError) AllErrors

func (m LiveApplyCreateResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (LiveApplyCreateResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type LiveApplyCreateResponseValidationError

type LiveApplyCreateResponseValidationError struct {
	// contains filtered or unexported fields
}

LiveApplyCreateResponseValidationError is the validation error returned by LiveApplyCreateResponse.Validate if the designated constraints aren't met.

func (LiveApplyCreateResponseValidationError) Cause

Cause function returns cause value.

func (LiveApplyCreateResponseValidationError) Error

Error satisfies the builtin error interface

func (LiveApplyCreateResponseValidationError) ErrorName

ErrorName returns error name.

func (LiveApplyCreateResponseValidationError) Field

Field function returns field value.

func (LiveApplyCreateResponseValidationError) Key

Key function returns key value.

func (LiveApplyCreateResponseValidationError) Reason

Reason function returns reason value.

type LiveApplyGetRequest

type LiveApplyGetRequest struct {
	UserId int64 `protobuf:"varint,1,opt,name=UserId,proto3" json:"UserId"`
	// contains filtered or unexported fields
}

func (*LiveApplyGetRequest) Descriptor deprecated

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

Deprecated: Use LiveApplyGetRequest.ProtoReflect.Descriptor instead.

func (*LiveApplyGetRequest) GetUserId

func (x *LiveApplyGetRequest) GetUserId() int64

func (*LiveApplyGetRequest) ProtoMessage

func (*LiveApplyGetRequest) ProtoMessage()

func (*LiveApplyGetRequest) ProtoReflect

func (x *LiveApplyGetRequest) ProtoReflect() protoreflect.Message

func (*LiveApplyGetRequest) Reset

func (x *LiveApplyGetRequest) Reset()

func (*LiveApplyGetRequest) String

func (x *LiveApplyGetRequest) String() string

func (*LiveApplyGetRequest) Validate

func (m *LiveApplyGetRequest) Validate() error

Validate checks the field values on LiveApplyGetRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*LiveApplyGetRequest) ValidateAll

func (m *LiveApplyGetRequest) ValidateAll() error

ValidateAll checks the field values on LiveApplyGetRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in LiveApplyGetRequestMultiError, or nil if none found.

type LiveApplyGetRequestMultiError

type LiveApplyGetRequestMultiError []error

LiveApplyGetRequestMultiError is an error wrapping multiple validation errors returned by LiveApplyGetRequest.ValidateAll() if the designated constraints aren't met.

func (LiveApplyGetRequestMultiError) AllErrors

func (m LiveApplyGetRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (LiveApplyGetRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type LiveApplyGetRequestValidationError

type LiveApplyGetRequestValidationError struct {
	// contains filtered or unexported fields
}

LiveApplyGetRequestValidationError is the validation error returned by LiveApplyGetRequest.Validate if the designated constraints aren't met.

func (LiveApplyGetRequestValidationError) Cause

Cause function returns cause value.

func (LiveApplyGetRequestValidationError) Error

Error satisfies the builtin error interface

func (LiveApplyGetRequestValidationError) ErrorName

ErrorName returns error name.

func (LiveApplyGetRequestValidationError) Field

Field function returns field value.

func (LiveApplyGetRequestValidationError) Key

Key function returns key value.

func (LiveApplyGetRequestValidationError) Reason

Reason function returns reason value.

type LiveApplyGetResponse

type LiveApplyGetResponse struct {
	Item *LiveApplyItem `protobuf:"bytes,1,opt,name=Item,proto3" json:"Item"` // row
	// contains filtered or unexported fields
}

func (*LiveApplyGetResponse) Descriptor deprecated

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

Deprecated: Use LiveApplyGetResponse.ProtoReflect.Descriptor instead.

func (*LiveApplyGetResponse) GetItem

func (x *LiveApplyGetResponse) GetItem() *LiveApplyItem

func (*LiveApplyGetResponse) ProtoMessage

func (*LiveApplyGetResponse) ProtoMessage()

func (*LiveApplyGetResponse) ProtoReflect

func (x *LiveApplyGetResponse) ProtoReflect() protoreflect.Message

func (*LiveApplyGetResponse) Reset

func (x *LiveApplyGetResponse) Reset()

func (*LiveApplyGetResponse) String

func (x *LiveApplyGetResponse) String() string

func (*LiveApplyGetResponse) Validate

func (m *LiveApplyGetResponse) Validate() error

Validate checks the field values on LiveApplyGetResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*LiveApplyGetResponse) ValidateAll

func (m *LiveApplyGetResponse) ValidateAll() error

ValidateAll checks the field values on LiveApplyGetResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in LiveApplyGetResponseMultiError, or nil if none found.

type LiveApplyGetResponseMultiError

type LiveApplyGetResponseMultiError []error

LiveApplyGetResponseMultiError is an error wrapping multiple validation errors returned by LiveApplyGetResponse.ValidateAll() if the designated constraints aren't met.

func (LiveApplyGetResponseMultiError) AllErrors

func (m LiveApplyGetResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (LiveApplyGetResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type LiveApplyGetResponseValidationError

type LiveApplyGetResponseValidationError struct {
	// contains filtered or unexported fields
}

LiveApplyGetResponseValidationError is the validation error returned by LiveApplyGetResponse.Validate if the designated constraints aren't met.

func (LiveApplyGetResponseValidationError) Cause

Cause function returns cause value.

func (LiveApplyGetResponseValidationError) Error

Error satisfies the builtin error interface

func (LiveApplyGetResponseValidationError) ErrorName

ErrorName returns error name.

func (LiveApplyGetResponseValidationError) Field

Field function returns field value.

func (LiveApplyGetResponseValidationError) Key

Key function returns key value.

func (LiveApplyGetResponseValidationError) Reason

Reason function returns reason value.

type LiveApplyItem

type LiveApplyItem struct {
	Uid              int64  `protobuf:"varint,14,opt,name=Uid,proto3" json:"Uid"`
	ShowId           int64  `protobuf:"varint,1,opt,name=ShowId,proto3" json:"ShowId"`
	Gender           int32  `protobuf:"varint,2,opt,name=Gender,proto3" json:"Gender"`                    // 性别
	Mobile           string `protobuf:"bytes,3,opt,name=Mobile,proto3" json:"Mobile"`                     // 手机号
	Country          string `protobuf:"bytes,4,opt,name=Country,proto3" json:"Country"`                   // 国家
	FacebookLink     string `protobuf:"bytes,5,opt,name=FacebookLink,proto3" json:"FacebookLink"`         // facebook 链接
	EverPlatform     string `protobuf:"bytes,6,opt,name=EverPlatform,proto3" json:"EverPlatform"`         // 历史加入的平台多个逗号拼接  1、Bigo 2、Mico 3、NimoTV 4、Uplive 5、Hago 6、其他
	OtherContactInfo string `protobuf:"bytes,7,opt,name=OtherContactInfo,proto3" json:"OtherContactInfo"` //  其他联系方式
	IdCardFrontUrl   string `protobuf:"bytes,8,opt,name=IdCardFrontUrl,proto3" json:"IdCardFrontUrl"`     // 身份证正面
	IdCardBackUrl    string `protobuf:"bytes,9,opt,name=IdCardBackUrl,proto3" json:"IdCardBackUrl"`       // 身份证背面
	TalentVideoUrl   string `protobuf:"bytes,10,opt,name=TalentVideoUrl,proto3" json:"TalentVideoUrl"`    // 才艺视频
	Status           int32  `protobuf:"varint,11,opt,name=Status,proto3" json:"Status"`                   // 0 待确认 1 通过 2 已拒绝
	CreatedAt        string `protobuf:"bytes,12,opt,name=CreatedAt,proto3" json:"CreatedAt"`              // 创建时间
	UpdatedAt        string `protobuf:"bytes,13,opt,name=UpdatedAt,proto3" json:"UpdatedAt"`              // 修改时间
	// contains filtered or unexported fields
}

func (*LiveApplyItem) Descriptor deprecated

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

Deprecated: Use LiveApplyItem.ProtoReflect.Descriptor instead.

func (*LiveApplyItem) GetCountry

func (x *LiveApplyItem) GetCountry() string

func (*LiveApplyItem) GetCreatedAt

func (x *LiveApplyItem) GetCreatedAt() string

func (*LiveApplyItem) GetEverPlatform

func (x *LiveApplyItem) GetEverPlatform() string
func (x *LiveApplyItem) GetFacebookLink() string

func (*LiveApplyItem) GetGender

func (x *LiveApplyItem) GetGender() int32

func (*LiveApplyItem) GetIdCardBackUrl

func (x *LiveApplyItem) GetIdCardBackUrl() string

func (*LiveApplyItem) GetIdCardFrontUrl

func (x *LiveApplyItem) GetIdCardFrontUrl() string

func (*LiveApplyItem) GetMobile

func (x *LiveApplyItem) GetMobile() string

func (*LiveApplyItem) GetOtherContactInfo

func (x *LiveApplyItem) GetOtherContactInfo() string

func (*LiveApplyItem) GetShowId

func (x *LiveApplyItem) GetShowId() int64

func (*LiveApplyItem) GetStatus

func (x *LiveApplyItem) GetStatus() int32

func (*LiveApplyItem) GetTalentVideoUrl

func (x *LiveApplyItem) GetTalentVideoUrl() string

func (*LiveApplyItem) GetUid

func (x *LiveApplyItem) GetUid() int64

func (*LiveApplyItem) GetUpdatedAt

func (x *LiveApplyItem) GetUpdatedAt() string

func (*LiveApplyItem) ProtoMessage

func (*LiveApplyItem) ProtoMessage()

func (*LiveApplyItem) ProtoReflect

func (x *LiveApplyItem) ProtoReflect() protoreflect.Message

func (*LiveApplyItem) Reset

func (x *LiveApplyItem) Reset()

func (*LiveApplyItem) String

func (x *LiveApplyItem) String() string

func (*LiveApplyItem) Validate

func (m *LiveApplyItem) Validate() error

Validate checks the field values on LiveApplyItem with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*LiveApplyItem) ValidateAll

func (m *LiveApplyItem) ValidateAll() error

ValidateAll checks the field values on LiveApplyItem with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in LiveApplyItemMultiError, or nil if none found.

type LiveApplyItemMultiError

type LiveApplyItemMultiError []error

LiveApplyItemMultiError is an error wrapping multiple validation errors returned by LiveApplyItem.ValidateAll() if the designated constraints aren't met.

func (LiveApplyItemMultiError) AllErrors

func (m LiveApplyItemMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (LiveApplyItemMultiError) Error

func (m LiveApplyItemMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type LiveApplyItemValidationError

type LiveApplyItemValidationError struct {
	// contains filtered or unexported fields
}

LiveApplyItemValidationError is the validation error returned by LiveApplyItem.Validate if the designated constraints aren't met.

func (LiveApplyItemValidationError) Cause

Cause function returns cause value.

func (LiveApplyItemValidationError) Error

Error satisfies the builtin error interface

func (LiveApplyItemValidationError) ErrorName

func (e LiveApplyItemValidationError) ErrorName() string

ErrorName returns error name.

func (LiveApplyItemValidationError) Field

Field function returns field value.

func (LiveApplyItemValidationError) Key

Key function returns key value.

func (LiveApplyItemValidationError) Reason

Reason function returns reason value.

type LiveApplyListRequest

type LiveApplyListRequest struct {
	Page    int32  `protobuf:"varint,1,opt,name=Page,proto3" json:"Page"`
	Size    int32  `protobuf:"varint,2,opt,name=Size,proto3" json:"Size"`
	ShowId  int64  `protobuf:"varint,3,opt,name=ShowId,proto3" json:"ShowId"`
	Country string `protobuf:"bytes,4,opt,name=Country,proto3" json:"Country"`
	// contains filtered or unexported fields
}

func (*LiveApplyListRequest) Descriptor deprecated

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

Deprecated: Use LiveApplyListRequest.ProtoReflect.Descriptor instead.

func (*LiveApplyListRequest) GetCountry

func (x *LiveApplyListRequest) GetCountry() string

func (*LiveApplyListRequest) GetPage

func (x *LiveApplyListRequest) GetPage() int32

func (*LiveApplyListRequest) GetShowId

func (x *LiveApplyListRequest) GetShowId() int64

func (*LiveApplyListRequest) GetSize

func (x *LiveApplyListRequest) GetSize() int32

func (*LiveApplyListRequest) ProtoMessage

func (*LiveApplyListRequest) ProtoMessage()

func (*LiveApplyListRequest) ProtoReflect

func (x *LiveApplyListRequest) ProtoReflect() protoreflect.Message

func (*LiveApplyListRequest) Reset

func (x *LiveApplyListRequest) Reset()

func (*LiveApplyListRequest) String

func (x *LiveApplyListRequest) String() string

func (*LiveApplyListRequest) Validate

func (m *LiveApplyListRequest) Validate() error

Validate checks the field values on LiveApplyListRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*LiveApplyListRequest) ValidateAll

func (m *LiveApplyListRequest) ValidateAll() error

ValidateAll checks the field values on LiveApplyListRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in LiveApplyListRequestMultiError, or nil if none found.

type LiveApplyListRequestMultiError

type LiveApplyListRequestMultiError []error

LiveApplyListRequestMultiError is an error wrapping multiple validation errors returned by LiveApplyListRequest.ValidateAll() if the designated constraints aren't met.

func (LiveApplyListRequestMultiError) AllErrors

func (m LiveApplyListRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (LiveApplyListRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type LiveApplyListRequestValidationError

type LiveApplyListRequestValidationError struct {
	// contains filtered or unexported fields
}

LiveApplyListRequestValidationError is the validation error returned by LiveApplyListRequest.Validate if the designated constraints aren't met.

func (LiveApplyListRequestValidationError) Cause

Cause function returns cause value.

func (LiveApplyListRequestValidationError) Error

Error satisfies the builtin error interface

func (LiveApplyListRequestValidationError) ErrorName

ErrorName returns error name.

func (LiveApplyListRequestValidationError) Field

Field function returns field value.

func (LiveApplyListRequestValidationError) Key

Key function returns key value.

func (LiveApplyListRequestValidationError) Reason

Reason function returns reason value.

type LiveApplyListResponse

type LiveApplyListResponse struct {
	List  []*LiveApplyItem `protobuf:"bytes,1,rep,name=list,proto3" json:"list"`
	Page  int32            `protobuf:"varint,2,opt,name=page,proto3" json:"page"`
	Size  int32            `protobuf:"varint,3,opt,name=size,proto3" json:"size"`
	Total int32            `protobuf:"varint,4,opt,name=total,proto3" json:"total"`
	// contains filtered or unexported fields
}

func (*LiveApplyListResponse) Descriptor deprecated

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

Deprecated: Use LiveApplyListResponse.ProtoReflect.Descriptor instead.

func (*LiveApplyListResponse) GetList

func (x *LiveApplyListResponse) GetList() []*LiveApplyItem

func (*LiveApplyListResponse) GetPage

func (x *LiveApplyListResponse) GetPage() int32

func (*LiveApplyListResponse) GetSize

func (x *LiveApplyListResponse) GetSize() int32

func (*LiveApplyListResponse) GetTotal

func (x *LiveApplyListResponse) GetTotal() int32

func (*LiveApplyListResponse) ProtoMessage

func (*LiveApplyListResponse) ProtoMessage()

func (*LiveApplyListResponse) ProtoReflect

func (x *LiveApplyListResponse) ProtoReflect() protoreflect.Message

func (*LiveApplyListResponse) Reset

func (x *LiveApplyListResponse) Reset()

func (*LiveApplyListResponse) String

func (x *LiveApplyListResponse) String() string

func (*LiveApplyListResponse) Validate

func (m *LiveApplyListResponse) Validate() error

Validate checks the field values on LiveApplyListResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*LiveApplyListResponse) ValidateAll

func (m *LiveApplyListResponse) ValidateAll() error

ValidateAll checks the field values on LiveApplyListResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in LiveApplyListResponseMultiError, or nil if none found.

type LiveApplyListResponseMultiError

type LiveApplyListResponseMultiError []error

LiveApplyListResponseMultiError is an error wrapping multiple validation errors returned by LiveApplyListResponse.ValidateAll() if the designated constraints aren't met.

func (LiveApplyListResponseMultiError) AllErrors

func (m LiveApplyListResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (LiveApplyListResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type LiveApplyListResponseValidationError

type LiveApplyListResponseValidationError struct {
	// contains filtered or unexported fields
}

LiveApplyListResponseValidationError is the validation error returned by LiveApplyListResponse.Validate if the designated constraints aren't met.

func (LiveApplyListResponseValidationError) Cause

Cause function returns cause value.

func (LiveApplyListResponseValidationError) Error

Error satisfies the builtin error interface

func (LiveApplyListResponseValidationError) ErrorName

ErrorName returns error name.

func (LiveApplyListResponseValidationError) Field

Field function returns field value.

func (LiveApplyListResponseValidationError) Key

Key function returns key value.

func (LiveApplyListResponseValidationError) Reason

Reason function returns reason value.

type LiveApplyUpdateRequest

type LiveApplyUpdateRequest struct {
	Item *LiveApplyItem         `protobuf:"bytes,1,opt,name=Item,proto3" json:"Item"`
	Mask *fieldmaskpb.FieldMask `protobuf:"bytes,2,opt,name=mask,proto3" json:"mask"`
	// contains filtered or unexported fields
}

func (*LiveApplyUpdateRequest) Descriptor deprecated

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

Deprecated: Use LiveApplyUpdateRequest.ProtoReflect.Descriptor instead.

func (*LiveApplyUpdateRequest) GetItem

func (x *LiveApplyUpdateRequest) GetItem() *LiveApplyItem

func (*LiveApplyUpdateRequest) GetMask

func (*LiveApplyUpdateRequest) ProtoMessage

func (*LiveApplyUpdateRequest) ProtoMessage()

func (*LiveApplyUpdateRequest) ProtoReflect

func (x *LiveApplyUpdateRequest) ProtoReflect() protoreflect.Message

func (*LiveApplyUpdateRequest) Reset

func (x *LiveApplyUpdateRequest) Reset()

func (*LiveApplyUpdateRequest) String

func (x *LiveApplyUpdateRequest) String() string

func (*LiveApplyUpdateRequest) Validate

func (m *LiveApplyUpdateRequest) Validate() error

Validate checks the field values on LiveApplyUpdateRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*LiveApplyUpdateRequest) ValidateAll

func (m *LiveApplyUpdateRequest) ValidateAll() error

ValidateAll checks the field values on LiveApplyUpdateRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in LiveApplyUpdateRequestMultiError, or nil if none found.

type LiveApplyUpdateRequestMultiError

type LiveApplyUpdateRequestMultiError []error

LiveApplyUpdateRequestMultiError is an error wrapping multiple validation errors returned by LiveApplyUpdateRequest.ValidateAll() if the designated constraints aren't met.

func (LiveApplyUpdateRequestMultiError) AllErrors

func (m LiveApplyUpdateRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (LiveApplyUpdateRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type LiveApplyUpdateRequestValidationError

type LiveApplyUpdateRequestValidationError struct {
	// contains filtered or unexported fields
}

LiveApplyUpdateRequestValidationError is the validation error returned by LiveApplyUpdateRequest.Validate if the designated constraints aren't met.

func (LiveApplyUpdateRequestValidationError) Cause

Cause function returns cause value.

func (LiveApplyUpdateRequestValidationError) Error

Error satisfies the builtin error interface

func (LiveApplyUpdateRequestValidationError) ErrorName

ErrorName returns error name.

func (LiveApplyUpdateRequestValidationError) Field

Field function returns field value.

func (LiveApplyUpdateRequestValidationError) Key

Key function returns key value.

func (LiveApplyUpdateRequestValidationError) Reason

Reason function returns reason value.

type LiveApplyUpdateResponse

type LiveApplyUpdateResponse struct {
	Item *LiveApplyItem `protobuf:"bytes,1,opt,name=Item,proto3" json:"Item"`
	// contains filtered or unexported fields
}

func (*LiveApplyUpdateResponse) Descriptor deprecated

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

Deprecated: Use LiveApplyUpdateResponse.ProtoReflect.Descriptor instead.

func (*LiveApplyUpdateResponse) GetItem

func (x *LiveApplyUpdateResponse) GetItem() *LiveApplyItem

func (*LiveApplyUpdateResponse) ProtoMessage

func (*LiveApplyUpdateResponse) ProtoMessage()

func (*LiveApplyUpdateResponse) ProtoReflect

func (x *LiveApplyUpdateResponse) ProtoReflect() protoreflect.Message

func (*LiveApplyUpdateResponse) Reset

func (x *LiveApplyUpdateResponse) Reset()

func (*LiveApplyUpdateResponse) String

func (x *LiveApplyUpdateResponse) String() string

func (*LiveApplyUpdateResponse) Validate

func (m *LiveApplyUpdateResponse) Validate() error

Validate checks the field values on LiveApplyUpdateResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*LiveApplyUpdateResponse) ValidateAll

func (m *LiveApplyUpdateResponse) ValidateAll() error

ValidateAll checks the field values on LiveApplyUpdateResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in LiveApplyUpdateResponseMultiError, or nil if none found.

type LiveApplyUpdateResponseMultiError

type LiveApplyUpdateResponseMultiError []error

LiveApplyUpdateResponseMultiError is an error wrapping multiple validation errors returned by LiveApplyUpdateResponse.ValidateAll() if the designated constraints aren't met.

func (LiveApplyUpdateResponseMultiError) AllErrors

func (m LiveApplyUpdateResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (LiveApplyUpdateResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type LiveApplyUpdateResponseValidationError

type LiveApplyUpdateResponseValidationError struct {
	// contains filtered or unexported fields
}

LiveApplyUpdateResponseValidationError is the validation error returned by LiveApplyUpdateResponse.Validate if the designated constraints aren't met.

func (LiveApplyUpdateResponseValidationError) Cause

Cause function returns cause value.

func (LiveApplyUpdateResponseValidationError) Error

Error satisfies the builtin error interface

func (LiveApplyUpdateResponseValidationError) ErrorName

ErrorName returns error name.

func (LiveApplyUpdateResponseValidationError) Field

Field function returns field value.

func (LiveApplyUpdateResponseValidationError) Key

Key function returns key value.

func (LiveApplyUpdateResponseValidationError) Reason

Reason function returns reason value.

type MineHandler

type MineHandler interface {
	// 开播申请列表
	LiveApplyList(context.Context, *LiveApplyListRequest, *LiveApplyListResponse) error
	// 开播申请创建
	LiveApplyCreate(context.Context, *LiveApplyCreateRequest, *LiveApplyCreateResponse) error
	// 开播申请修改
	LiveApplyUpdate(context.Context, *LiveApplyUpdateRequest, *LiveApplyUpdateResponse) error
	// 开播申请详细
	LiveApplyGet(context.Context, *LiveApplyGetRequest, *LiveApplyGetResponse) error
	// 公会入驻
	UnionJoinCreate(context.Context, *UnionJoinCreateRequest, *UnionJoinCreateResponse) error
	// 公会入驻列表
	UnionJoinList(context.Context, *UnionJoinListRequest, *UnionJoinListResponse) error
	// 公会入驻修改
	UnionJoinUpdate(context.Context, *UnionJoinUpdateRequest, *UnionJoinUpdateResponse) error
	// 公会入驻详细
	UnionJoinGet(context.Context, *UnionJoinGetRequest, *UnionJoinGetResponse) error
}

type MineService

type MineService interface {
	// 开播申请列表
	LiveApplyList(ctx context.Context, in *LiveApplyListRequest, opts ...client.CallOption) (*LiveApplyListResponse, error)
	// 开播申请创建
	LiveApplyCreate(ctx context.Context, in *LiveApplyCreateRequest, opts ...client.CallOption) (*LiveApplyCreateResponse, error)
	// 开播申请修改
	LiveApplyUpdate(ctx context.Context, in *LiveApplyUpdateRequest, opts ...client.CallOption) (*LiveApplyUpdateResponse, error)
	// 开播申请详细
	LiveApplyGet(ctx context.Context, in *LiveApplyGetRequest, opts ...client.CallOption) (*LiveApplyGetResponse, error)
	// 公会入驻
	UnionJoinCreate(ctx context.Context, in *UnionJoinCreateRequest, opts ...client.CallOption) (*UnionJoinCreateResponse, error)
	// 公会入驻列表
	UnionJoinList(ctx context.Context, in *UnionJoinListRequest, opts ...client.CallOption) (*UnionJoinListResponse, error)
	// 公会入驻修改
	UnionJoinUpdate(ctx context.Context, in *UnionJoinUpdateRequest, opts ...client.CallOption) (*UnionJoinUpdateResponse, error)
	// 公会入驻详细
	UnionJoinGet(ctx context.Context, in *UnionJoinGetRequest, opts ...client.CallOption) (*UnionJoinGetResponse, error)
}

func NewMineService

func NewMineService(name string, c client.Client) MineService

type UnionJoinCreateRequest

type UnionJoinCreateRequest struct {
	Item *UnionJoinItem `protobuf:"bytes,1,opt,name=Item,proto3" json:"Item"`
	// contains filtered or unexported fields
}

func (*UnionJoinCreateRequest) Descriptor deprecated

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

Deprecated: Use UnionJoinCreateRequest.ProtoReflect.Descriptor instead.

func (*UnionJoinCreateRequest) GetItem

func (x *UnionJoinCreateRequest) GetItem() *UnionJoinItem

func (*UnionJoinCreateRequest) ProtoMessage

func (*UnionJoinCreateRequest) ProtoMessage()

func (*UnionJoinCreateRequest) ProtoReflect

func (x *UnionJoinCreateRequest) ProtoReflect() protoreflect.Message

func (*UnionJoinCreateRequest) Reset

func (x *UnionJoinCreateRequest) Reset()

func (*UnionJoinCreateRequest) String

func (x *UnionJoinCreateRequest) String() string

func (*UnionJoinCreateRequest) Validate

func (m *UnionJoinCreateRequest) Validate() error

Validate checks the field values on UnionJoinCreateRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*UnionJoinCreateRequest) ValidateAll

func (m *UnionJoinCreateRequest) ValidateAll() error

ValidateAll checks the field values on UnionJoinCreateRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UnionJoinCreateRequestMultiError, or nil if none found.

type UnionJoinCreateRequestMultiError

type UnionJoinCreateRequestMultiError []error

UnionJoinCreateRequestMultiError is an error wrapping multiple validation errors returned by UnionJoinCreateRequest.ValidateAll() if the designated constraints aren't met.

func (UnionJoinCreateRequestMultiError) AllErrors

func (m UnionJoinCreateRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UnionJoinCreateRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type UnionJoinCreateRequestValidationError

type UnionJoinCreateRequestValidationError struct {
	// contains filtered or unexported fields
}

UnionJoinCreateRequestValidationError is the validation error returned by UnionJoinCreateRequest.Validate if the designated constraints aren't met.

func (UnionJoinCreateRequestValidationError) Cause

Cause function returns cause value.

func (UnionJoinCreateRequestValidationError) Error

Error satisfies the builtin error interface

func (UnionJoinCreateRequestValidationError) ErrorName

ErrorName returns error name.

func (UnionJoinCreateRequestValidationError) Field

Field function returns field value.

func (UnionJoinCreateRequestValidationError) Key

Key function returns key value.

func (UnionJoinCreateRequestValidationError) Reason

Reason function returns reason value.

type UnionJoinCreateResponse

type UnionJoinCreateResponse struct {
	Item *UnionJoinItem `protobuf:"bytes,1,opt,name=Item,proto3" json:"Item"`
	// contains filtered or unexported fields
}

func (*UnionJoinCreateResponse) Descriptor deprecated

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

Deprecated: Use UnionJoinCreateResponse.ProtoReflect.Descriptor instead.

func (*UnionJoinCreateResponse) GetItem

func (x *UnionJoinCreateResponse) GetItem() *UnionJoinItem

func (*UnionJoinCreateResponse) ProtoMessage

func (*UnionJoinCreateResponse) ProtoMessage()

func (*UnionJoinCreateResponse) ProtoReflect

func (x *UnionJoinCreateResponse) ProtoReflect() protoreflect.Message

func (*UnionJoinCreateResponse) Reset

func (x *UnionJoinCreateResponse) Reset()

func (*UnionJoinCreateResponse) String

func (x *UnionJoinCreateResponse) String() string

func (*UnionJoinCreateResponse) Validate

func (m *UnionJoinCreateResponse) Validate() error

Validate checks the field values on UnionJoinCreateResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*UnionJoinCreateResponse) ValidateAll

func (m *UnionJoinCreateResponse) ValidateAll() error

ValidateAll checks the field values on UnionJoinCreateResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UnionJoinCreateResponseMultiError, or nil if none found.

type UnionJoinCreateResponseMultiError

type UnionJoinCreateResponseMultiError []error

UnionJoinCreateResponseMultiError is an error wrapping multiple validation errors returned by UnionJoinCreateResponse.ValidateAll() if the designated constraints aren't met.

func (UnionJoinCreateResponseMultiError) AllErrors

func (m UnionJoinCreateResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UnionJoinCreateResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type UnionJoinCreateResponseValidationError

type UnionJoinCreateResponseValidationError struct {
	// contains filtered or unexported fields
}

UnionJoinCreateResponseValidationError is the validation error returned by UnionJoinCreateResponse.Validate if the designated constraints aren't met.

func (UnionJoinCreateResponseValidationError) Cause

Cause function returns cause value.

func (UnionJoinCreateResponseValidationError) Error

Error satisfies the builtin error interface

func (UnionJoinCreateResponseValidationError) ErrorName

ErrorName returns error name.

func (UnionJoinCreateResponseValidationError) Field

Field function returns field value.

func (UnionJoinCreateResponseValidationError) Key

Key function returns key value.

func (UnionJoinCreateResponseValidationError) Reason

Reason function returns reason value.

type UnionJoinGetRequest

type UnionJoinGetRequest struct {
	UserId int64 `protobuf:"varint,1,opt,name=UserId,proto3" json:"UserId"`
	// contains filtered or unexported fields
}

func (*UnionJoinGetRequest) Descriptor deprecated

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

Deprecated: Use UnionJoinGetRequest.ProtoReflect.Descriptor instead.

func (*UnionJoinGetRequest) GetUserId

func (x *UnionJoinGetRequest) GetUserId() int64

func (*UnionJoinGetRequest) ProtoMessage

func (*UnionJoinGetRequest) ProtoMessage()

func (*UnionJoinGetRequest) ProtoReflect

func (x *UnionJoinGetRequest) ProtoReflect() protoreflect.Message

func (*UnionJoinGetRequest) Reset

func (x *UnionJoinGetRequest) Reset()

func (*UnionJoinGetRequest) String

func (x *UnionJoinGetRequest) String() string

func (*UnionJoinGetRequest) Validate

func (m *UnionJoinGetRequest) Validate() error

Validate checks the field values on UnionJoinGetRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*UnionJoinGetRequest) ValidateAll

func (m *UnionJoinGetRequest) ValidateAll() error

ValidateAll checks the field values on UnionJoinGetRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UnionJoinGetRequestMultiError, or nil if none found.

type UnionJoinGetRequestMultiError

type UnionJoinGetRequestMultiError []error

UnionJoinGetRequestMultiError is an error wrapping multiple validation errors returned by UnionJoinGetRequest.ValidateAll() if the designated constraints aren't met.

func (UnionJoinGetRequestMultiError) AllErrors

func (m UnionJoinGetRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UnionJoinGetRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type UnionJoinGetRequestValidationError

type UnionJoinGetRequestValidationError struct {
	// contains filtered or unexported fields
}

UnionJoinGetRequestValidationError is the validation error returned by UnionJoinGetRequest.Validate if the designated constraints aren't met.

func (UnionJoinGetRequestValidationError) Cause

Cause function returns cause value.

func (UnionJoinGetRequestValidationError) Error

Error satisfies the builtin error interface

func (UnionJoinGetRequestValidationError) ErrorName

ErrorName returns error name.

func (UnionJoinGetRequestValidationError) Field

Field function returns field value.

func (UnionJoinGetRequestValidationError) Key

Key function returns key value.

func (UnionJoinGetRequestValidationError) Reason

Reason function returns reason value.

type UnionJoinGetResponse

type UnionJoinGetResponse struct {
	Item *UnionJoinItem `protobuf:"bytes,1,opt,name=Item,proto3" json:"Item"` // row
	// contains filtered or unexported fields
}

func (*UnionJoinGetResponse) Descriptor deprecated

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

Deprecated: Use UnionJoinGetResponse.ProtoReflect.Descriptor instead.

func (*UnionJoinGetResponse) GetItem

func (x *UnionJoinGetResponse) GetItem() *UnionJoinItem

func (*UnionJoinGetResponse) ProtoMessage

func (*UnionJoinGetResponse) ProtoMessage()

func (*UnionJoinGetResponse) ProtoReflect

func (x *UnionJoinGetResponse) ProtoReflect() protoreflect.Message

func (*UnionJoinGetResponse) Reset

func (x *UnionJoinGetResponse) Reset()

func (*UnionJoinGetResponse) String

func (x *UnionJoinGetResponse) String() string

func (*UnionJoinGetResponse) Validate

func (m *UnionJoinGetResponse) Validate() error

Validate checks the field values on UnionJoinGetResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*UnionJoinGetResponse) ValidateAll

func (m *UnionJoinGetResponse) ValidateAll() error

ValidateAll checks the field values on UnionJoinGetResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UnionJoinGetResponseMultiError, or nil if none found.

type UnionJoinGetResponseMultiError

type UnionJoinGetResponseMultiError []error

UnionJoinGetResponseMultiError is an error wrapping multiple validation errors returned by UnionJoinGetResponse.ValidateAll() if the designated constraints aren't met.

func (UnionJoinGetResponseMultiError) AllErrors

func (m UnionJoinGetResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UnionJoinGetResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type UnionJoinGetResponseValidationError

type UnionJoinGetResponseValidationError struct {
	// contains filtered or unexported fields
}

UnionJoinGetResponseValidationError is the validation error returned by UnionJoinGetResponse.Validate if the designated constraints aren't met.

func (UnionJoinGetResponseValidationError) Cause

Cause function returns cause value.

func (UnionJoinGetResponseValidationError) Error

Error satisfies the builtin error interface

func (UnionJoinGetResponseValidationError) ErrorName

ErrorName returns error name.

func (UnionJoinGetResponseValidationError) Field

Field function returns field value.

func (UnionJoinGetResponseValidationError) Key

Key function returns key value.

func (UnionJoinGetResponseValidationError) Reason

Reason function returns reason value.

type UnionJoinItem

type UnionJoinItem struct {
	Uid              int64  `protobuf:"varint,1,opt,name=Uid,proto3" json:"Uid"`
	ShowId           int64  `protobuf:"varint,2,opt,name=ShowId,proto3" json:"ShowId"`                // SHOW ID
	UnionName        string `protobuf:"bytes,3,opt,name=UnionName,proto3" json:"UnionName"`           // 公会名称
	AnchorNum        int32  `protobuf:"varint,4,opt,name=AnchorNum,proto3" json:"AnchorNum"`          // 主播人数
	IdCardFrontUrl   string `protobuf:"bytes,5,opt,name=IdCardFrontUrl,proto3" json:"IdCardFrontUrl"` // 身份证正面
	IdCardBackUrl    string `protobuf:"bytes,6,opt,name=IdCardBackUrl,proto3" json:"IdCardBackUrl"`   // 身份证背面
	Mobile           string `protobuf:"bytes,7,opt,name=Mobile,proto3" json:"Mobile"`                 // 电话号码
	Country          string `protobuf:"bytes,8,opt,name=Country,proto3" json:"Country"`               // 国家
	Password         string `protobuf:"bytes,9,opt,name=Password,proto3" json:"Password"`
	OtherContactInfo string `protobuf:"bytes,10,opt,name=OtherContactInfo,proto3" json:"OtherContactInfo"` // 其他社交平台联系方式
	CreatedAt        string `protobuf:"bytes,11,opt,name=CreatedAt,proto3" json:"CreatedAt"`               // 创建时间
	UpdatedAt        string `protobuf:"bytes,12,opt,name=UpdatedAt,proto3" json:"UpdatedAt"`               // 修改时间
	Status           int32  `protobuf:"varint,13,opt,name=Status,proto3" json:"Status"`                    // 0 待确认 1 通过 2 已拒绝
	Manager          string `protobuf:"bytes,14,opt,name=Manager,proto3" json:"Manager"`                   // 主播经理
	// contains filtered or unexported fields
}

func (*UnionJoinItem) Descriptor deprecated

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

Deprecated: Use UnionJoinItem.ProtoReflect.Descriptor instead.

func (*UnionJoinItem) GetAnchorNum

func (x *UnionJoinItem) GetAnchorNum() int32

func (*UnionJoinItem) GetCountry

func (x *UnionJoinItem) GetCountry() string

func (*UnionJoinItem) GetCreatedAt

func (x *UnionJoinItem) GetCreatedAt() string

func (*UnionJoinItem) GetIdCardBackUrl

func (x *UnionJoinItem) GetIdCardBackUrl() string

func (*UnionJoinItem) GetIdCardFrontUrl

func (x *UnionJoinItem) GetIdCardFrontUrl() string

func (*UnionJoinItem) GetManager

func (x *UnionJoinItem) GetManager() string

func (*UnionJoinItem) GetMobile

func (x *UnionJoinItem) GetMobile() string

func (*UnionJoinItem) GetOtherContactInfo

func (x *UnionJoinItem) GetOtherContactInfo() string

func (*UnionJoinItem) GetPassword

func (x *UnionJoinItem) GetPassword() string

func (*UnionJoinItem) GetShowId

func (x *UnionJoinItem) GetShowId() int64

func (*UnionJoinItem) GetStatus

func (x *UnionJoinItem) GetStatus() int32

func (*UnionJoinItem) GetUid

func (x *UnionJoinItem) GetUid() int64

func (*UnionJoinItem) GetUnionName

func (x *UnionJoinItem) GetUnionName() string

func (*UnionJoinItem) GetUpdatedAt

func (x *UnionJoinItem) GetUpdatedAt() string

func (*UnionJoinItem) ProtoMessage

func (*UnionJoinItem) ProtoMessage()

func (*UnionJoinItem) ProtoReflect

func (x *UnionJoinItem) ProtoReflect() protoreflect.Message

func (*UnionJoinItem) Reset

func (x *UnionJoinItem) Reset()

func (*UnionJoinItem) String

func (x *UnionJoinItem) String() string

func (*UnionJoinItem) Validate

func (m *UnionJoinItem) Validate() error

Validate checks the field values on UnionJoinItem with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*UnionJoinItem) ValidateAll

func (m *UnionJoinItem) ValidateAll() error

ValidateAll checks the field values on UnionJoinItem with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UnionJoinItemMultiError, or nil if none found.

type UnionJoinItemMultiError

type UnionJoinItemMultiError []error

UnionJoinItemMultiError is an error wrapping multiple validation errors returned by UnionJoinItem.ValidateAll() if the designated constraints aren't met.

func (UnionJoinItemMultiError) AllErrors

func (m UnionJoinItemMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UnionJoinItemMultiError) Error

func (m UnionJoinItemMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type UnionJoinItemValidationError

type UnionJoinItemValidationError struct {
	// contains filtered or unexported fields
}

UnionJoinItemValidationError is the validation error returned by UnionJoinItem.Validate if the designated constraints aren't met.

func (UnionJoinItemValidationError) Cause

Cause function returns cause value.

func (UnionJoinItemValidationError) Error

Error satisfies the builtin error interface

func (UnionJoinItemValidationError) ErrorName

func (e UnionJoinItemValidationError) ErrorName() string

ErrorName returns error name.

func (UnionJoinItemValidationError) Field

Field function returns field value.

func (UnionJoinItemValidationError) Key

Key function returns key value.

func (UnionJoinItemValidationError) Reason

Reason function returns reason value.

type UnionJoinListRequest

type UnionJoinListRequest struct {
	Page    int32  `protobuf:"varint,1,opt,name=Page,proto3" json:"Page"`
	Size    int32  `protobuf:"varint,2,opt,name=Size,proto3" json:"Size"`
	ShowId  int64  `protobuf:"varint,3,opt,name=ShowId,proto3" json:"ShowId"`
	Country string `protobuf:"bytes,4,opt,name=Country,proto3" json:"Country"`
	// contains filtered or unexported fields
}

func (*UnionJoinListRequest) Descriptor deprecated

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

Deprecated: Use UnionJoinListRequest.ProtoReflect.Descriptor instead.

func (*UnionJoinListRequest) GetCountry

func (x *UnionJoinListRequest) GetCountry() string

func (*UnionJoinListRequest) GetPage

func (x *UnionJoinListRequest) GetPage() int32

func (*UnionJoinListRequest) GetShowId

func (x *UnionJoinListRequest) GetShowId() int64

func (*UnionJoinListRequest) GetSize

func (x *UnionJoinListRequest) GetSize() int32

func (*UnionJoinListRequest) ProtoMessage

func (*UnionJoinListRequest) ProtoMessage()

func (*UnionJoinListRequest) ProtoReflect

func (x *UnionJoinListRequest) ProtoReflect() protoreflect.Message

func (*UnionJoinListRequest) Reset

func (x *UnionJoinListRequest) Reset()

func (*UnionJoinListRequest) String

func (x *UnionJoinListRequest) String() string

func (*UnionJoinListRequest) Validate

func (m *UnionJoinListRequest) Validate() error

Validate checks the field values on UnionJoinListRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*UnionJoinListRequest) ValidateAll

func (m *UnionJoinListRequest) ValidateAll() error

ValidateAll checks the field values on UnionJoinListRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UnionJoinListRequestMultiError, or nil if none found.

type UnionJoinListRequestMultiError

type UnionJoinListRequestMultiError []error

UnionJoinListRequestMultiError is an error wrapping multiple validation errors returned by UnionJoinListRequest.ValidateAll() if the designated constraints aren't met.

func (UnionJoinListRequestMultiError) AllErrors

func (m UnionJoinListRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UnionJoinListRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type UnionJoinListRequestValidationError

type UnionJoinListRequestValidationError struct {
	// contains filtered or unexported fields
}

UnionJoinListRequestValidationError is the validation error returned by UnionJoinListRequest.Validate if the designated constraints aren't met.

func (UnionJoinListRequestValidationError) Cause

Cause function returns cause value.

func (UnionJoinListRequestValidationError) Error

Error satisfies the builtin error interface

func (UnionJoinListRequestValidationError) ErrorName

ErrorName returns error name.

func (UnionJoinListRequestValidationError) Field

Field function returns field value.

func (UnionJoinListRequestValidationError) Key

Key function returns key value.

func (UnionJoinListRequestValidationError) Reason

Reason function returns reason value.

type UnionJoinListResponse

type UnionJoinListResponse struct {
	List  []*UnionJoinItem `protobuf:"bytes,1,rep,name=list,proto3" json:"list"`
	Page  int32            `protobuf:"varint,2,opt,name=page,proto3" json:"page"`
	Size  int32            `protobuf:"varint,3,opt,name=size,proto3" json:"size"`
	Total int32            `protobuf:"varint,4,opt,name=total,proto3" json:"total"`
	// contains filtered or unexported fields
}

func (*UnionJoinListResponse) Descriptor deprecated

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

Deprecated: Use UnionJoinListResponse.ProtoReflect.Descriptor instead.

func (*UnionJoinListResponse) GetList

func (x *UnionJoinListResponse) GetList() []*UnionJoinItem

func (*UnionJoinListResponse) GetPage

func (x *UnionJoinListResponse) GetPage() int32

func (*UnionJoinListResponse) GetSize

func (x *UnionJoinListResponse) GetSize() int32

func (*UnionJoinListResponse) GetTotal

func (x *UnionJoinListResponse) GetTotal() int32

func (*UnionJoinListResponse) ProtoMessage

func (*UnionJoinListResponse) ProtoMessage()

func (*UnionJoinListResponse) ProtoReflect

func (x *UnionJoinListResponse) ProtoReflect() protoreflect.Message

func (*UnionJoinListResponse) Reset

func (x *UnionJoinListResponse) Reset()

func (*UnionJoinListResponse) String

func (x *UnionJoinListResponse) String() string

func (*UnionJoinListResponse) Validate

func (m *UnionJoinListResponse) Validate() error

Validate checks the field values on UnionJoinListResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*UnionJoinListResponse) ValidateAll

func (m *UnionJoinListResponse) ValidateAll() error

ValidateAll checks the field values on UnionJoinListResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UnionJoinListResponseMultiError, or nil if none found.

type UnionJoinListResponseMultiError

type UnionJoinListResponseMultiError []error

UnionJoinListResponseMultiError is an error wrapping multiple validation errors returned by UnionJoinListResponse.ValidateAll() if the designated constraints aren't met.

func (UnionJoinListResponseMultiError) AllErrors

func (m UnionJoinListResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UnionJoinListResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type UnionJoinListResponseValidationError

type UnionJoinListResponseValidationError struct {
	// contains filtered or unexported fields
}

UnionJoinListResponseValidationError is the validation error returned by UnionJoinListResponse.Validate if the designated constraints aren't met.

func (UnionJoinListResponseValidationError) Cause

Cause function returns cause value.

func (UnionJoinListResponseValidationError) Error

Error satisfies the builtin error interface

func (UnionJoinListResponseValidationError) ErrorName

ErrorName returns error name.

func (UnionJoinListResponseValidationError) Field

Field function returns field value.

func (UnionJoinListResponseValidationError) Key

Key function returns key value.

func (UnionJoinListResponseValidationError) Reason

Reason function returns reason value.

type UnionJoinUpdateRequest

type UnionJoinUpdateRequest struct {
	Item *UnionJoinItem         `protobuf:"bytes,1,opt,name=Item,proto3" json:"Item"`
	Mask *fieldmaskpb.FieldMask `protobuf:"bytes,2,opt,name=mask,proto3" json:"mask"`
	// contains filtered or unexported fields
}

func (*UnionJoinUpdateRequest) Descriptor deprecated

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

Deprecated: Use UnionJoinUpdateRequest.ProtoReflect.Descriptor instead.

func (*UnionJoinUpdateRequest) GetItem

func (x *UnionJoinUpdateRequest) GetItem() *UnionJoinItem

func (*UnionJoinUpdateRequest) GetMask

func (*UnionJoinUpdateRequest) ProtoMessage

func (*UnionJoinUpdateRequest) ProtoMessage()

func (*UnionJoinUpdateRequest) ProtoReflect

func (x *UnionJoinUpdateRequest) ProtoReflect() protoreflect.Message

func (*UnionJoinUpdateRequest) Reset

func (x *UnionJoinUpdateRequest) Reset()

func (*UnionJoinUpdateRequest) String

func (x *UnionJoinUpdateRequest) String() string

func (*UnionJoinUpdateRequest) Validate

func (m *UnionJoinUpdateRequest) Validate() error

Validate checks the field values on UnionJoinUpdateRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*UnionJoinUpdateRequest) ValidateAll

func (m *UnionJoinUpdateRequest) ValidateAll() error

ValidateAll checks the field values on UnionJoinUpdateRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UnionJoinUpdateRequestMultiError, or nil if none found.

type UnionJoinUpdateRequestMultiError

type UnionJoinUpdateRequestMultiError []error

UnionJoinUpdateRequestMultiError is an error wrapping multiple validation errors returned by UnionJoinUpdateRequest.ValidateAll() if the designated constraints aren't met.

func (UnionJoinUpdateRequestMultiError) AllErrors

func (m UnionJoinUpdateRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UnionJoinUpdateRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type UnionJoinUpdateRequestValidationError

type UnionJoinUpdateRequestValidationError struct {
	// contains filtered or unexported fields
}

UnionJoinUpdateRequestValidationError is the validation error returned by UnionJoinUpdateRequest.Validate if the designated constraints aren't met.

func (UnionJoinUpdateRequestValidationError) Cause

Cause function returns cause value.

func (UnionJoinUpdateRequestValidationError) Error

Error satisfies the builtin error interface

func (UnionJoinUpdateRequestValidationError) ErrorName

ErrorName returns error name.

func (UnionJoinUpdateRequestValidationError) Field

Field function returns field value.

func (UnionJoinUpdateRequestValidationError) Key

Key function returns key value.

func (UnionJoinUpdateRequestValidationError) Reason

Reason function returns reason value.

type UnionJoinUpdateResponse

type UnionJoinUpdateResponse struct {
	Item *UnionJoinItem `protobuf:"bytes,1,opt,name=Item,proto3" json:"Item"`
	// contains filtered or unexported fields
}

func (*UnionJoinUpdateResponse) Descriptor deprecated

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

Deprecated: Use UnionJoinUpdateResponse.ProtoReflect.Descriptor instead.

func (*UnionJoinUpdateResponse) GetItem

func (x *UnionJoinUpdateResponse) GetItem() *UnionJoinItem

func (*UnionJoinUpdateResponse) ProtoMessage

func (*UnionJoinUpdateResponse) ProtoMessage()

func (*UnionJoinUpdateResponse) ProtoReflect

func (x *UnionJoinUpdateResponse) ProtoReflect() protoreflect.Message

func (*UnionJoinUpdateResponse) Reset

func (x *UnionJoinUpdateResponse) Reset()

func (*UnionJoinUpdateResponse) String

func (x *UnionJoinUpdateResponse) String() string

func (*UnionJoinUpdateResponse) Validate

func (m *UnionJoinUpdateResponse) Validate() error

Validate checks the field values on UnionJoinUpdateResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*UnionJoinUpdateResponse) ValidateAll

func (m *UnionJoinUpdateResponse) ValidateAll() error

ValidateAll checks the field values on UnionJoinUpdateResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UnionJoinUpdateResponseMultiError, or nil if none found.

type UnionJoinUpdateResponseMultiError

type UnionJoinUpdateResponseMultiError []error

UnionJoinUpdateResponseMultiError is an error wrapping multiple validation errors returned by UnionJoinUpdateResponse.ValidateAll() if the designated constraints aren't met.

func (UnionJoinUpdateResponseMultiError) AllErrors

func (m UnionJoinUpdateResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UnionJoinUpdateResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type UnionJoinUpdateResponseValidationError

type UnionJoinUpdateResponseValidationError struct {
	// contains filtered or unexported fields
}

UnionJoinUpdateResponseValidationError is the validation error returned by UnionJoinUpdateResponse.Validate if the designated constraints aren't met.

func (UnionJoinUpdateResponseValidationError) Cause

Cause function returns cause value.

func (UnionJoinUpdateResponseValidationError) Error

Error satisfies the builtin error interface

func (UnionJoinUpdateResponseValidationError) ErrorName

ErrorName returns error name.

func (UnionJoinUpdateResponseValidationError) Field

Field function returns field value.

func (UnionJoinUpdateResponseValidationError) Key

Key function returns key value.

func (UnionJoinUpdateResponseValidationError) Reason

Reason function returns reason value.

Jump to

Keyboard shortcuts

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