resourcev1

package
v0.0.20 Latest Latest
Warning

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

Go to latest
Published: Nov 20, 2025 License: Apache-2.0 Imports: 20 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_api_org_service_v1_resources_org_employee_resource_v1_proto protoreflect.FileDescriptor
View Source
var File_api_org_service_v1_resources_org_event_history_resource_v1_proto protoreflect.FileDescriptor
View Source
var File_api_org_service_v1_resources_org_invite_record_resource_v1_proto protoreflect.FileDescriptor
View Source
var File_api_org_service_v1_resources_org_resource_v1_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type AddEmployeeReq

type AddEmployeeReq struct {
	OperatorUid  uint64                                    `protobuf:"varint,100,opt,name=operator_uid,json=operatorUid,proto3" json:"operator_uid,omitempty"` // 操作人ID
	OrgId        uint64                                    `protobuf:"varint,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`                     // 组织ID
	UserId       uint64                                    `protobuf:"varint,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`                  // 成员ID
	UserName     string                                    `protobuf:"bytes,3,opt,name=user_name,json=userName,proto3" json:"user_name,omitempty"`             // 成员名称
	EmployeeRole enums.OrgEmployeeRoleEnum_OrgEmployeeRole ``                                                                                                  // 成员角色
	/* 159-byte string literal not displayed */
	UserAvatar string `protobuf:"bytes,5,opt,name=user_avatar,json=userAvatar,proto3" json:"user_avatar,omitempty"` // 成员头像
	UserPhone  string `protobuf:"bytes,6,opt,name=user_phone,json=userPhone,proto3" json:"user_phone,omitempty"`    // 成员电话
	UserEmail  string `protobuf:"bytes,7,opt,name=user_email,json=userEmail,proto3" json:"user_email,omitempty"`    // 成员邮箱
	// contains filtered or unexported fields
}

func (*AddEmployeeReq) Descriptor deprecated

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

Deprecated: Use AddEmployeeReq.ProtoReflect.Descriptor instead.

func (*AddEmployeeReq) GetEmployeeRole

func (*AddEmployeeReq) GetOperatorUid

func (x *AddEmployeeReq) GetOperatorUid() uint64

func (*AddEmployeeReq) GetOrgId

func (x *AddEmployeeReq) GetOrgId() uint64

func (*AddEmployeeReq) GetUserAvatar

func (x *AddEmployeeReq) GetUserAvatar() string

func (*AddEmployeeReq) GetUserEmail

func (x *AddEmployeeReq) GetUserEmail() string

func (*AddEmployeeReq) GetUserId

func (x *AddEmployeeReq) GetUserId() uint64

func (*AddEmployeeReq) GetUserName

func (x *AddEmployeeReq) GetUserName() string

func (*AddEmployeeReq) GetUserPhone

func (x *AddEmployeeReq) GetUserPhone() string

func (*AddEmployeeReq) ProtoMessage

func (*AddEmployeeReq) ProtoMessage()

func (*AddEmployeeReq) ProtoReflect

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

func (*AddEmployeeReq) Reset

func (x *AddEmployeeReq) Reset()

func (*AddEmployeeReq) String

func (x *AddEmployeeReq) String() string

func (*AddEmployeeReq) Validate

func (m *AddEmployeeReq) Validate() error

Validate checks the field values on AddEmployeeReq 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 (*AddEmployeeReq) ValidateAll

func (m *AddEmployeeReq) ValidateAll() error

ValidateAll checks the field values on AddEmployeeReq 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 AddEmployeeReqMultiError, or nil if none found.

type AddEmployeeReqMultiError

type AddEmployeeReqMultiError []error

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

func (AddEmployeeReqMultiError) AllErrors

func (m AddEmployeeReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AddEmployeeReqMultiError) Error

func (m AddEmployeeReqMultiError) Error() string

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

type AddEmployeeReqValidationError

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

AddEmployeeReqValidationError is the validation error returned by AddEmployeeReq.Validate if the designated constraints aren't met.

func (AddEmployeeReqValidationError) Cause

Cause function returns cause value.

func (AddEmployeeReqValidationError) Error

Error satisfies the builtin error interface

func (AddEmployeeReqValidationError) ErrorName

func (e AddEmployeeReqValidationError) ErrorName() string

ErrorName returns error name.

func (AddEmployeeReqValidationError) Field

Field function returns field value.

func (AddEmployeeReqValidationError) Key

Key function returns key value.

func (AddEmployeeReqValidationError) Reason

Reason function returns reason value.

type AddEmployeeResp

type AddEmployeeResp struct {
	Code     int32                `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"`
	Reason   string               `protobuf:"bytes,2,opt,name=reason,proto3" json:"reason,omitempty"`
	Message  string               `protobuf:"bytes,3,opt,name=message,proto3" json:"message,omitempty"`
	Metadata map[string]string    `` /* 157-byte string literal not displayed */
	Data     *AddEmployeeRespData `protobuf:"bytes,100,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*AddEmployeeResp) Descriptor deprecated

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

Deprecated: Use AddEmployeeResp.ProtoReflect.Descriptor instead.

func (*AddEmployeeResp) GetCode

func (x *AddEmployeeResp) GetCode() int32

func (*AddEmployeeResp) GetData

func (x *AddEmployeeResp) GetData() *AddEmployeeRespData

func (*AddEmployeeResp) GetMessage

func (x *AddEmployeeResp) GetMessage() string

func (*AddEmployeeResp) GetMetadata

func (x *AddEmployeeResp) GetMetadata() map[string]string

func (*AddEmployeeResp) GetReason

func (x *AddEmployeeResp) GetReason() string

func (*AddEmployeeResp) ProtoMessage

func (*AddEmployeeResp) ProtoMessage()

func (*AddEmployeeResp) ProtoReflect

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

func (*AddEmployeeResp) Reset

func (x *AddEmployeeResp) Reset()

func (*AddEmployeeResp) String

func (x *AddEmployeeResp) String() string

func (*AddEmployeeResp) Validate

func (m *AddEmployeeResp) Validate() error

Validate checks the field values on AddEmployeeResp 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 (*AddEmployeeResp) ValidateAll

func (m *AddEmployeeResp) ValidateAll() error

ValidateAll checks the field values on AddEmployeeResp 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 AddEmployeeRespMultiError, or nil if none found.

type AddEmployeeRespData

type AddEmployeeRespData struct {
	OrgId          uint64                                        `protobuf:"varint,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	UserId         uint64                                        `protobuf:"varint,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	EmployeeId     uint64                                        `protobuf:"varint,3,opt,name=employee_id,json=employeeId,proto3" json:"employee_id,omitempty"`
	EmployeeName   string                                        `protobuf:"bytes,4,opt,name=employee_name,json=employeeName,proto3" json:"employee_name,omitempty"`
	EmployeeAvatar string                                        `protobuf:"bytes,5,opt,name=employee_avatar,json=employeeAvatar,proto3" json:"employee_avatar,omitempty"`
	EmployeeStatus enums.OrgEmployeeStatusEnum_OrgEmployeeStatus `` // 成员状态
	/* 169-byte string literal not displayed */
	EmployeeRole enums.OrgEmployeeRoleEnum_OrgEmployeeRole `` // 成员角色
	/* 159-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*AddEmployeeRespData) Descriptor deprecated

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

Deprecated: Use AddEmployeeRespData.ProtoReflect.Descriptor instead.

func (*AddEmployeeRespData) GetEmployeeAvatar

func (x *AddEmployeeRespData) GetEmployeeAvatar() string

func (*AddEmployeeRespData) GetEmployeeId

func (x *AddEmployeeRespData) GetEmployeeId() uint64

func (*AddEmployeeRespData) GetEmployeeName

func (x *AddEmployeeRespData) GetEmployeeName() string

func (*AddEmployeeRespData) GetEmployeeRole

func (*AddEmployeeRespData) GetEmployeeStatus

func (*AddEmployeeRespData) GetOrgId

func (x *AddEmployeeRespData) GetOrgId() uint64

func (*AddEmployeeRespData) GetUserId

func (x *AddEmployeeRespData) GetUserId() uint64

func (*AddEmployeeRespData) ProtoMessage

func (*AddEmployeeRespData) ProtoMessage()

func (*AddEmployeeRespData) ProtoReflect

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

func (*AddEmployeeRespData) Reset

func (x *AddEmployeeRespData) Reset()

func (*AddEmployeeRespData) String

func (x *AddEmployeeRespData) String() string

func (*AddEmployeeRespData) Validate

func (m *AddEmployeeRespData) Validate() error

Validate checks the field values on AddEmployeeRespData 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 (*AddEmployeeRespData) ValidateAll

func (m *AddEmployeeRespData) ValidateAll() error

ValidateAll checks the field values on AddEmployeeRespData 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 AddEmployeeRespDataMultiError, or nil if none found.

type AddEmployeeRespDataMultiError

type AddEmployeeRespDataMultiError []error

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

func (AddEmployeeRespDataMultiError) AllErrors

func (m AddEmployeeRespDataMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AddEmployeeRespDataMultiError) Error

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

type AddEmployeeRespDataValidationError

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

AddEmployeeRespDataValidationError is the validation error returned by AddEmployeeRespData.Validate if the designated constraints aren't met.

func (AddEmployeeRespDataValidationError) Cause

Cause function returns cause value.

func (AddEmployeeRespDataValidationError) Error

Error satisfies the builtin error interface

func (AddEmployeeRespDataValidationError) ErrorName

ErrorName returns error name.

func (AddEmployeeRespDataValidationError) Field

Field function returns field value.

func (AddEmployeeRespDataValidationError) Key

Key function returns key value.

func (AddEmployeeRespDataValidationError) Reason

Reason function returns reason value.

type AddEmployeeRespMultiError

type AddEmployeeRespMultiError []error

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

func (AddEmployeeRespMultiError) AllErrors

func (m AddEmployeeRespMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AddEmployeeRespMultiError) Error

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

type AddEmployeeRespValidationError

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

AddEmployeeRespValidationError is the validation error returned by AddEmployeeResp.Validate if the designated constraints aren't met.

func (AddEmployeeRespValidationError) Cause

Cause function returns cause value.

func (AddEmployeeRespValidationError) Error

Error satisfies the builtin error interface

func (AddEmployeeRespValidationError) ErrorName

func (e AddEmployeeRespValidationError) ErrorName() string

ErrorName returns error name.

func (AddEmployeeRespValidationError) Field

Field function returns field value.

func (AddEmployeeRespValidationError) Key

Key function returns key value.

func (AddEmployeeRespValidationError) Reason

Reason function returns reason value.

type AgreeOrRefuseInviteReq

type AgreeOrRefuseInviteReq struct {
	InviteId   uint64 `protobuf:"varint,100,opt,name=invite_id,json=inviteId,proto3" json:"invite_id,omitempty"`      //
	InviteCode string `protobuf:"bytes,101,opt,name=invite_code,json=inviteCode,proto3" json:"invite_code,omitempty"` //
	IsAgree    bool   `protobuf:"varint,102,opt,name=isAgree,proto3" json:"isAgree,omitempty"`                        // 同意加入
	UserId     uint64 `protobuf:"varint,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`              // 成员ID
	UserName   string `protobuf:"bytes,2,opt,name=user_name,json=userName,proto3" json:"user_name,omitempty"`         // 成员名称
	UserAvatar string `protobuf:"bytes,5,opt,name=user_avatar,json=userAvatar,proto3" json:"user_avatar,omitempty"`   // 成员头像
	UserPhone  string `protobuf:"bytes,6,opt,name=user_phone,json=userPhone,proto3" json:"user_phone,omitempty"`      // 成员电话
	UserEmail  string `protobuf:"bytes,7,opt,name=user_email,json=userEmail,proto3" json:"user_email,omitempty"`      // 成员邮箱
	// contains filtered or unexported fields
}

func (*AgreeOrRefuseInviteReq) Descriptor deprecated

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

Deprecated: Use AgreeOrRefuseInviteReq.ProtoReflect.Descriptor instead.

func (*AgreeOrRefuseInviteReq) GetInviteCode

func (x *AgreeOrRefuseInviteReq) GetInviteCode() string

func (*AgreeOrRefuseInviteReq) GetInviteId

func (x *AgreeOrRefuseInviteReq) GetInviteId() uint64

func (*AgreeOrRefuseInviteReq) GetIsAgree

func (x *AgreeOrRefuseInviteReq) GetIsAgree() bool

func (*AgreeOrRefuseInviteReq) GetUserAvatar

func (x *AgreeOrRefuseInviteReq) GetUserAvatar() string

func (*AgreeOrRefuseInviteReq) GetUserEmail

func (x *AgreeOrRefuseInviteReq) GetUserEmail() string

func (*AgreeOrRefuseInviteReq) GetUserId

func (x *AgreeOrRefuseInviteReq) GetUserId() uint64

func (*AgreeOrRefuseInviteReq) GetUserName

func (x *AgreeOrRefuseInviteReq) GetUserName() string

func (*AgreeOrRefuseInviteReq) GetUserPhone

func (x *AgreeOrRefuseInviteReq) GetUserPhone() string

func (*AgreeOrRefuseInviteReq) ProtoMessage

func (*AgreeOrRefuseInviteReq) ProtoMessage()

func (*AgreeOrRefuseInviteReq) ProtoReflect

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

func (*AgreeOrRefuseInviteReq) Reset

func (x *AgreeOrRefuseInviteReq) Reset()

func (*AgreeOrRefuseInviteReq) String

func (x *AgreeOrRefuseInviteReq) String() string

func (*AgreeOrRefuseInviteReq) Validate

func (m *AgreeOrRefuseInviteReq) Validate() error

Validate checks the field values on AgreeOrRefuseInviteReq 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 (*AgreeOrRefuseInviteReq) ValidateAll

func (m *AgreeOrRefuseInviteReq) ValidateAll() error

ValidateAll checks the field values on AgreeOrRefuseInviteReq 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 AgreeOrRefuseInviteReqMultiError, or nil if none found.

type AgreeOrRefuseInviteReqMultiError

type AgreeOrRefuseInviteReqMultiError []error

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

func (AgreeOrRefuseInviteReqMultiError) AllErrors

func (m AgreeOrRefuseInviteReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AgreeOrRefuseInviteReqMultiError) Error

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

type AgreeOrRefuseInviteReqValidationError

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

AgreeOrRefuseInviteReqValidationError is the validation error returned by AgreeOrRefuseInviteReq.Validate if the designated constraints aren't met.

func (AgreeOrRefuseInviteReqValidationError) Cause

Cause function returns cause value.

func (AgreeOrRefuseInviteReqValidationError) Error

Error satisfies the builtin error interface

func (AgreeOrRefuseInviteReqValidationError) ErrorName

ErrorName returns error name.

func (AgreeOrRefuseInviteReqValidationError) Field

Field function returns field value.

func (AgreeOrRefuseInviteReqValidationError) Key

Key function returns key value.

func (AgreeOrRefuseInviteReqValidationError) Reason

Reason function returns reason value.

type AgreeOrRefuseInviteResp

type AgreeOrRefuseInviteResp struct {
	Code     int32                        `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"`
	Reason   string                       `protobuf:"bytes,2,opt,name=reason,proto3" json:"reason,omitempty"`
	Message  string                       `protobuf:"bytes,3,opt,name=message,proto3" json:"message,omitempty"`
	Metadata map[string]string            `` /* 157-byte string literal not displayed */
	Data     *AgreeOrRefuseInviteRespData `protobuf:"bytes,100,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*AgreeOrRefuseInviteResp) Descriptor deprecated

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

Deprecated: Use AgreeOrRefuseInviteResp.ProtoReflect.Descriptor instead.

func (*AgreeOrRefuseInviteResp) GetCode

func (x *AgreeOrRefuseInviteResp) GetCode() int32

func (*AgreeOrRefuseInviteResp) GetData

func (*AgreeOrRefuseInviteResp) GetMessage

func (x *AgreeOrRefuseInviteResp) GetMessage() string

func (*AgreeOrRefuseInviteResp) GetMetadata

func (x *AgreeOrRefuseInviteResp) GetMetadata() map[string]string

func (*AgreeOrRefuseInviteResp) GetReason

func (x *AgreeOrRefuseInviteResp) GetReason() string

func (*AgreeOrRefuseInviteResp) ProtoMessage

func (*AgreeOrRefuseInviteResp) ProtoMessage()

func (*AgreeOrRefuseInviteResp) ProtoReflect

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

func (*AgreeOrRefuseInviteResp) Reset

func (x *AgreeOrRefuseInviteResp) Reset()

func (*AgreeOrRefuseInviteResp) String

func (x *AgreeOrRefuseInviteResp) String() string

func (*AgreeOrRefuseInviteResp) Validate

func (m *AgreeOrRefuseInviteResp) Validate() error

Validate checks the field values on AgreeOrRefuseInviteResp 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 (*AgreeOrRefuseInviteResp) ValidateAll

func (m *AgreeOrRefuseInviteResp) ValidateAll() error

ValidateAll checks the field values on AgreeOrRefuseInviteResp 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 AgreeOrRefuseInviteRespMultiError, or nil if none found.

type AgreeOrRefuseInviteRespData

type AgreeOrRefuseInviteRespData struct {
	OrgId          uint64                                        `protobuf:"varint,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	UserId         uint64                                        `protobuf:"varint,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	EmployeeId     uint64                                        `protobuf:"varint,3,opt,name=employee_id,json=employeeId,proto3" json:"employee_id,omitempty"`
	EmployeeName   string                                        `protobuf:"bytes,4,opt,name=employee_name,json=employeeName,proto3" json:"employee_name,omitempty"`
	EmployeeAvatar string                                        `protobuf:"bytes,5,opt,name=employee_avatar,json=employeeAvatar,proto3" json:"employee_avatar,omitempty"`
	EmployeeStatus enums.OrgEmployeeStatusEnum_OrgEmployeeStatus `` // 成员状态
	/* 169-byte string literal not displayed */
	EmployeeRole enums.OrgEmployeeRoleEnum_OrgEmployeeRole `` // 成员角色
	/* 159-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*AgreeOrRefuseInviteRespData) Descriptor deprecated

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

Deprecated: Use AgreeOrRefuseInviteRespData.ProtoReflect.Descriptor instead.

func (*AgreeOrRefuseInviteRespData) GetEmployeeAvatar

func (x *AgreeOrRefuseInviteRespData) GetEmployeeAvatar() string

func (*AgreeOrRefuseInviteRespData) GetEmployeeId

func (x *AgreeOrRefuseInviteRespData) GetEmployeeId() uint64

func (*AgreeOrRefuseInviteRespData) GetEmployeeName

func (x *AgreeOrRefuseInviteRespData) GetEmployeeName() string

func (*AgreeOrRefuseInviteRespData) GetEmployeeRole

func (*AgreeOrRefuseInviteRespData) GetEmployeeStatus

func (*AgreeOrRefuseInviteRespData) GetOrgId

func (x *AgreeOrRefuseInviteRespData) GetOrgId() uint64

func (*AgreeOrRefuseInviteRespData) GetUserId

func (x *AgreeOrRefuseInviteRespData) GetUserId() uint64

func (*AgreeOrRefuseInviteRespData) ProtoMessage

func (*AgreeOrRefuseInviteRespData) ProtoMessage()

func (*AgreeOrRefuseInviteRespData) ProtoReflect

func (*AgreeOrRefuseInviteRespData) Reset

func (x *AgreeOrRefuseInviteRespData) Reset()

func (*AgreeOrRefuseInviteRespData) String

func (x *AgreeOrRefuseInviteRespData) String() string

func (*AgreeOrRefuseInviteRespData) Validate

func (m *AgreeOrRefuseInviteRespData) Validate() error

Validate checks the field values on AgreeOrRefuseInviteRespData 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 (*AgreeOrRefuseInviteRespData) ValidateAll

func (m *AgreeOrRefuseInviteRespData) ValidateAll() error

ValidateAll checks the field values on AgreeOrRefuseInviteRespData 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 AgreeOrRefuseInviteRespDataMultiError, or nil if none found.

type AgreeOrRefuseInviteRespDataMultiError

type AgreeOrRefuseInviteRespDataMultiError []error

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

func (AgreeOrRefuseInviteRespDataMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (AgreeOrRefuseInviteRespDataMultiError) Error

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

type AgreeOrRefuseInviteRespDataValidationError

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

AgreeOrRefuseInviteRespDataValidationError is the validation error returned by AgreeOrRefuseInviteRespData.Validate if the designated constraints aren't met.

func (AgreeOrRefuseInviteRespDataValidationError) Cause

Cause function returns cause value.

func (AgreeOrRefuseInviteRespDataValidationError) Error

Error satisfies the builtin error interface

func (AgreeOrRefuseInviteRespDataValidationError) ErrorName

ErrorName returns error name.

func (AgreeOrRefuseInviteRespDataValidationError) Field

Field function returns field value.

func (AgreeOrRefuseInviteRespDataValidationError) Key

Key function returns key value.

func (AgreeOrRefuseInviteRespDataValidationError) Reason

Reason function returns reason value.

type AgreeOrRefuseInviteRespMultiError

type AgreeOrRefuseInviteRespMultiError []error

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

func (AgreeOrRefuseInviteRespMultiError) AllErrors

func (m AgreeOrRefuseInviteRespMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AgreeOrRefuseInviteRespMultiError) Error

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

type AgreeOrRefuseInviteRespValidationError

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

AgreeOrRefuseInviteRespValidationError is the validation error returned by AgreeOrRefuseInviteResp.Validate if the designated constraints aren't met.

func (AgreeOrRefuseInviteRespValidationError) Cause

Cause function returns cause value.

func (AgreeOrRefuseInviteRespValidationError) Error

Error satisfies the builtin error interface

func (AgreeOrRefuseInviteRespValidationError) ErrorName

ErrorName returns error name.

func (AgreeOrRefuseInviteRespValidationError) Field

Field function returns field value.

func (AgreeOrRefuseInviteRespValidationError) Key

Key function returns key value.

func (AgreeOrRefuseInviteRespValidationError) Reason

Reason function returns reason value.

type CreateInviteRecordForEmployeeReq

type CreateInviteRecordForEmployeeReq struct {
	OperatorUid       uint64                                              `protobuf:"varint,100,opt,name=operator_uid,json=operatorUid,proto3" json:"operator_uid,omitempty"`    // 操作人ID
	OrgId             uint64                                              `protobuf:"varint,101,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`                      // 组织ID
	InviteUserId      uint64                                              `protobuf:"varint,1,opt,name=invite_user_id,json=inviteUserId,proto3" json:"invite_user_id,omitempty"` // 被邀请人ID
	InviteAccount     string                                              `protobuf:"bytes,2,opt,name=invite_account,json=inviteAccount,proto3" json:"invite_account,omitempty"` // 被邀请人账号
	ExpireTime        *timestamppb.Timestamp                              `protobuf:"bytes,3,opt,name=expire_time,json=expireTime,proto3" json:"expire_time,omitempty"`          // 过期时间;默认1天
	InviteAccountType enums.OrgInviteAccountTypeEnum_OrgInviteAccountType ``                                                                                                     // 被邀请人账号类型
	/* 186-byte string literal not displayed */
	InviteEmployeeRole enums.OrgEmployeeRoleEnum_OrgEmployeeRole `` // 被邀请人角色
	/* 179-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*CreateInviteRecordForEmployeeReq) Descriptor deprecated

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

Deprecated: Use CreateInviteRecordForEmployeeReq.ProtoReflect.Descriptor instead.

func (*CreateInviteRecordForEmployeeReq) GetExpireTime

func (*CreateInviteRecordForEmployeeReq) GetInviteAccount

func (x *CreateInviteRecordForEmployeeReq) GetInviteAccount() string

func (*CreateInviteRecordForEmployeeReq) GetInviteAccountType

func (*CreateInviteRecordForEmployeeReq) GetInviteEmployeeRole

func (*CreateInviteRecordForEmployeeReq) GetInviteUserId

func (x *CreateInviteRecordForEmployeeReq) GetInviteUserId() uint64

func (*CreateInviteRecordForEmployeeReq) GetOperatorUid

func (x *CreateInviteRecordForEmployeeReq) GetOperatorUid() uint64

func (*CreateInviteRecordForEmployeeReq) GetOrgId

func (*CreateInviteRecordForEmployeeReq) ProtoMessage

func (*CreateInviteRecordForEmployeeReq) ProtoMessage()

func (*CreateInviteRecordForEmployeeReq) ProtoReflect

func (*CreateInviteRecordForEmployeeReq) Reset

func (*CreateInviteRecordForEmployeeReq) String

func (*CreateInviteRecordForEmployeeReq) Validate

Validate checks the field values on CreateInviteRecordForEmployeeReq 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 (*CreateInviteRecordForEmployeeReq) ValidateAll

func (m *CreateInviteRecordForEmployeeReq) ValidateAll() error

ValidateAll checks the field values on CreateInviteRecordForEmployeeReq 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 CreateInviteRecordForEmployeeReqMultiError, or nil if none found.

type CreateInviteRecordForEmployeeReqMultiError

type CreateInviteRecordForEmployeeReqMultiError []error

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

func (CreateInviteRecordForEmployeeReqMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CreateInviteRecordForEmployeeReqMultiError) Error

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

type CreateInviteRecordForEmployeeReqValidationError

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

CreateInviteRecordForEmployeeReqValidationError is the validation error returned by CreateInviteRecordForEmployeeReq.Validate if the designated constraints aren't met.

func (CreateInviteRecordForEmployeeReqValidationError) Cause

Cause function returns cause value.

func (CreateInviteRecordForEmployeeReqValidationError) Error

Error satisfies the builtin error interface

func (CreateInviteRecordForEmployeeReqValidationError) ErrorName

ErrorName returns error name.

func (CreateInviteRecordForEmployeeReqValidationError) Field

Field function returns field value.

func (CreateInviteRecordForEmployeeReqValidationError) Key

Key function returns key value.

func (CreateInviteRecordForEmployeeReqValidationError) Reason

Reason function returns reason value.

type CreateInviteRecordForEmployeeResp

type CreateInviteRecordForEmployeeResp struct {
	Code     int32                                  `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"`
	Reason   string                                 `protobuf:"bytes,2,opt,name=reason,proto3" json:"reason,omitempty"`
	Message  string                                 `protobuf:"bytes,3,opt,name=message,proto3" json:"message,omitempty"`
	Metadata map[string]string                      `` /* 157-byte string literal not displayed */
	Data     *CreateInviteRecordForEmployeeRespData `protobuf:"bytes,100,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateInviteRecordForEmployeeResp) Descriptor deprecated

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

Deprecated: Use CreateInviteRecordForEmployeeResp.ProtoReflect.Descriptor instead.

func (*CreateInviteRecordForEmployeeResp) GetCode

func (*CreateInviteRecordForEmployeeResp) GetData

func (*CreateInviteRecordForEmployeeResp) GetMessage

func (x *CreateInviteRecordForEmployeeResp) GetMessage() string

func (*CreateInviteRecordForEmployeeResp) GetMetadata

func (x *CreateInviteRecordForEmployeeResp) GetMetadata() map[string]string

func (*CreateInviteRecordForEmployeeResp) GetReason

func (*CreateInviteRecordForEmployeeResp) ProtoMessage

func (*CreateInviteRecordForEmployeeResp) ProtoMessage()

func (*CreateInviteRecordForEmployeeResp) ProtoReflect

func (*CreateInviteRecordForEmployeeResp) Reset

func (*CreateInviteRecordForEmployeeResp) String

func (*CreateInviteRecordForEmployeeResp) Validate

Validate checks the field values on CreateInviteRecordForEmployeeResp 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 (*CreateInviteRecordForEmployeeResp) ValidateAll

func (m *CreateInviteRecordForEmployeeResp) ValidateAll() error

ValidateAll checks the field values on CreateInviteRecordForEmployeeResp 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 CreateInviteRecordForEmployeeRespMultiError, or nil if none found.

type CreateInviteRecordForEmployeeRespData

type CreateInviteRecordForEmployeeRespData struct {
	InviteId         uint64                 `protobuf:"varint,1,opt,name=invite_id,json=inviteId,proto3" json:"invite_id,omitempty"`
	InviteCode       string                 `protobuf:"bytes,2,opt,name=invite_code,json=inviteCode,proto3" json:"invite_code,omitempty"`
	ExpireTime       *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=expire_time,json=expireTime,proto3" json:"expire_time,omitempty"`
	AssignEmployeeId uint64                 `protobuf:"varint,4,opt,name=assign_employee_id,json=assignEmployeeId,proto3" json:"assign_employee_id,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateInviteRecordForEmployeeRespData) Descriptor deprecated

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

Deprecated: Use CreateInviteRecordForEmployeeRespData.ProtoReflect.Descriptor instead.

func (*CreateInviteRecordForEmployeeRespData) GetAssignEmployeeId

func (x *CreateInviteRecordForEmployeeRespData) GetAssignEmployeeId() uint64

func (*CreateInviteRecordForEmployeeRespData) GetExpireTime

func (*CreateInviteRecordForEmployeeRespData) GetInviteCode

func (x *CreateInviteRecordForEmployeeRespData) GetInviteCode() string

func (*CreateInviteRecordForEmployeeRespData) GetInviteId

func (*CreateInviteRecordForEmployeeRespData) ProtoMessage

func (*CreateInviteRecordForEmployeeRespData) ProtoMessage()

func (*CreateInviteRecordForEmployeeRespData) ProtoReflect

func (*CreateInviteRecordForEmployeeRespData) Reset

func (*CreateInviteRecordForEmployeeRespData) String

func (*CreateInviteRecordForEmployeeRespData) Validate

Validate checks the field values on CreateInviteRecordForEmployeeRespData 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 (*CreateInviteRecordForEmployeeRespData) ValidateAll

ValidateAll checks the field values on CreateInviteRecordForEmployeeRespData 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 CreateInviteRecordForEmployeeRespDataMultiError, or nil if none found.

type CreateInviteRecordForEmployeeRespDataMultiError

type CreateInviteRecordForEmployeeRespDataMultiError []error

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

func (CreateInviteRecordForEmployeeRespDataMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CreateInviteRecordForEmployeeRespDataMultiError) Error

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

type CreateInviteRecordForEmployeeRespDataValidationError

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

CreateInviteRecordForEmployeeRespDataValidationError is the validation error returned by CreateInviteRecordForEmployeeRespData.Validate if the designated constraints aren't met.

func (CreateInviteRecordForEmployeeRespDataValidationError) Cause

Cause function returns cause value.

func (CreateInviteRecordForEmployeeRespDataValidationError) Error

Error satisfies the builtin error interface

func (CreateInviteRecordForEmployeeRespDataValidationError) ErrorName

ErrorName returns error name.

func (CreateInviteRecordForEmployeeRespDataValidationError) Field

Field function returns field value.

func (CreateInviteRecordForEmployeeRespDataValidationError) Key

Key function returns key value.

func (CreateInviteRecordForEmployeeRespDataValidationError) Reason

Reason function returns reason value.

type CreateInviteRecordForEmployeeRespMultiError

type CreateInviteRecordForEmployeeRespMultiError []error

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

func (CreateInviteRecordForEmployeeRespMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CreateInviteRecordForEmployeeRespMultiError) Error

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

type CreateInviteRecordForEmployeeRespValidationError

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

CreateInviteRecordForEmployeeRespValidationError is the validation error returned by CreateInviteRecordForEmployeeResp.Validate if the designated constraints aren't met.

func (CreateInviteRecordForEmployeeRespValidationError) Cause

Cause function returns cause value.

func (CreateInviteRecordForEmployeeRespValidationError) Error

Error satisfies the builtin error interface

func (CreateInviteRecordForEmployeeRespValidationError) ErrorName

ErrorName returns error name.

func (CreateInviteRecordForEmployeeRespValidationError) Field

Field function returns field value.

func (CreateInviteRecordForEmployeeRespValidationError) Key

Key function returns key value.

func (CreateInviteRecordForEmployeeRespValidationError) Reason

Reason function returns reason value.

type CreateInviteRecordForLinkReq

type CreateInviteRecordForLinkReq struct {
	OperatorUid        uint64                                    `protobuf:"varint,100,opt,name=operator_uid,json=operatorUid,proto3" json:"operator_uid,omitempty"` // 操作人ID
	OrgId              uint64                                    `protobuf:"varint,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`                     // 组织ID
	ExpireTime         *timestamppb.Timestamp                    `protobuf:"bytes,2,opt,name=expire_time,json=expireTime,proto3" json:"expire_time,omitempty"`       // 过期时间;默认1天
	InviteEmployeeRole enums.OrgEmployeeRoleEnum_OrgEmployeeRole ``                                                                                                  // 被邀请人角色
	/* 179-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*CreateInviteRecordForLinkReq) Descriptor deprecated

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

Deprecated: Use CreateInviteRecordForLinkReq.ProtoReflect.Descriptor instead.

func (*CreateInviteRecordForLinkReq) GetExpireTime

func (*CreateInviteRecordForLinkReq) GetInviteEmployeeRole

func (*CreateInviteRecordForLinkReq) GetOperatorUid

func (x *CreateInviteRecordForLinkReq) GetOperatorUid() uint64

func (*CreateInviteRecordForLinkReq) GetOrgId

func (x *CreateInviteRecordForLinkReq) GetOrgId() uint64

func (*CreateInviteRecordForLinkReq) ProtoMessage

func (*CreateInviteRecordForLinkReq) ProtoMessage()

func (*CreateInviteRecordForLinkReq) ProtoReflect

func (*CreateInviteRecordForLinkReq) Reset

func (x *CreateInviteRecordForLinkReq) Reset()

func (*CreateInviteRecordForLinkReq) String

func (*CreateInviteRecordForLinkReq) Validate

func (m *CreateInviteRecordForLinkReq) Validate() error

Validate checks the field values on CreateInviteRecordForLinkReq 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 (*CreateInviteRecordForLinkReq) ValidateAll

func (m *CreateInviteRecordForLinkReq) ValidateAll() error

ValidateAll checks the field values on CreateInviteRecordForLinkReq 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 CreateInviteRecordForLinkReqMultiError, or nil if none found.

type CreateInviteRecordForLinkReqMultiError

type CreateInviteRecordForLinkReqMultiError []error

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

func (CreateInviteRecordForLinkReqMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CreateInviteRecordForLinkReqMultiError) Error

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

type CreateInviteRecordForLinkReqValidationError

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

CreateInviteRecordForLinkReqValidationError is the validation error returned by CreateInviteRecordForLinkReq.Validate if the designated constraints aren't met.

func (CreateInviteRecordForLinkReqValidationError) Cause

Cause function returns cause value.

func (CreateInviteRecordForLinkReqValidationError) Error

Error satisfies the builtin error interface

func (CreateInviteRecordForLinkReqValidationError) ErrorName

ErrorName returns error name.

func (CreateInviteRecordForLinkReqValidationError) Field

Field function returns field value.

func (CreateInviteRecordForLinkReqValidationError) Key

Key function returns key value.

func (CreateInviteRecordForLinkReqValidationError) Reason

Reason function returns reason value.

type CreateInviteRecordForLinkResp

type CreateInviteRecordForLinkResp struct {
	Code     int32                              `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"`
	Reason   string                             `protobuf:"bytes,2,opt,name=reason,proto3" json:"reason,omitempty"`
	Message  string                             `protobuf:"bytes,3,opt,name=message,proto3" json:"message,omitempty"`
	Metadata map[string]string                  `` /* 157-byte string literal not displayed */
	Data     *CreateInviteRecordForLinkRespData `protobuf:"bytes,100,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateInviteRecordForLinkResp) Descriptor deprecated

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

Deprecated: Use CreateInviteRecordForLinkResp.ProtoReflect.Descriptor instead.

func (*CreateInviteRecordForLinkResp) GetCode

func (x *CreateInviteRecordForLinkResp) GetCode() int32

func (*CreateInviteRecordForLinkResp) GetData

func (*CreateInviteRecordForLinkResp) GetMessage

func (x *CreateInviteRecordForLinkResp) GetMessage() string

func (*CreateInviteRecordForLinkResp) GetMetadata

func (x *CreateInviteRecordForLinkResp) GetMetadata() map[string]string

func (*CreateInviteRecordForLinkResp) GetReason

func (x *CreateInviteRecordForLinkResp) GetReason() string

func (*CreateInviteRecordForLinkResp) ProtoMessage

func (*CreateInviteRecordForLinkResp) ProtoMessage()

func (*CreateInviteRecordForLinkResp) ProtoReflect

func (*CreateInviteRecordForLinkResp) Reset

func (x *CreateInviteRecordForLinkResp) Reset()

func (*CreateInviteRecordForLinkResp) String

func (*CreateInviteRecordForLinkResp) Validate

func (m *CreateInviteRecordForLinkResp) Validate() error

Validate checks the field values on CreateInviteRecordForLinkResp 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 (*CreateInviteRecordForLinkResp) ValidateAll

func (m *CreateInviteRecordForLinkResp) ValidateAll() error

ValidateAll checks the field values on CreateInviteRecordForLinkResp 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 CreateInviteRecordForLinkRespMultiError, or nil if none found.

type CreateInviteRecordForLinkRespData

type CreateInviteRecordForLinkRespData struct {
	InviteId   uint64                 `protobuf:"varint,1,opt,name=invite_id,json=inviteId,proto3" json:"invite_id,omitempty"`
	InviteCode string                 `protobuf:"bytes,2,opt,name=invite_code,json=inviteCode,proto3" json:"invite_code,omitempty"`
	ExpireTime *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=expire_time,json=expireTime,proto3" json:"expire_time,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateInviteRecordForLinkRespData) Descriptor deprecated

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

Deprecated: Use CreateInviteRecordForLinkRespData.ProtoReflect.Descriptor instead.

func (*CreateInviteRecordForLinkRespData) GetExpireTime

func (*CreateInviteRecordForLinkRespData) GetInviteCode

func (x *CreateInviteRecordForLinkRespData) GetInviteCode() string

func (*CreateInviteRecordForLinkRespData) GetInviteId

func (x *CreateInviteRecordForLinkRespData) GetInviteId() uint64

func (*CreateInviteRecordForLinkRespData) ProtoMessage

func (*CreateInviteRecordForLinkRespData) ProtoMessage()

func (*CreateInviteRecordForLinkRespData) ProtoReflect

func (*CreateInviteRecordForLinkRespData) Reset

func (*CreateInviteRecordForLinkRespData) String

func (*CreateInviteRecordForLinkRespData) Validate

Validate checks the field values on CreateInviteRecordForLinkRespData 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 (*CreateInviteRecordForLinkRespData) ValidateAll

func (m *CreateInviteRecordForLinkRespData) ValidateAll() error

ValidateAll checks the field values on CreateInviteRecordForLinkRespData 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 CreateInviteRecordForLinkRespDataMultiError, or nil if none found.

type CreateInviteRecordForLinkRespDataMultiError

type CreateInviteRecordForLinkRespDataMultiError []error

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

func (CreateInviteRecordForLinkRespDataMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CreateInviteRecordForLinkRespDataMultiError) Error

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

type CreateInviteRecordForLinkRespDataValidationError

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

CreateInviteRecordForLinkRespDataValidationError is the validation error returned by CreateInviteRecordForLinkRespData.Validate if the designated constraints aren't met.

func (CreateInviteRecordForLinkRespDataValidationError) Cause

Cause function returns cause value.

func (CreateInviteRecordForLinkRespDataValidationError) Error

Error satisfies the builtin error interface

func (CreateInviteRecordForLinkRespDataValidationError) ErrorName

ErrorName returns error name.

func (CreateInviteRecordForLinkRespDataValidationError) Field

Field function returns field value.

func (CreateInviteRecordForLinkRespDataValidationError) Key

Key function returns key value.

func (CreateInviteRecordForLinkRespDataValidationError) Reason

Reason function returns reason value.

type CreateInviteRecordForLinkRespMultiError

type CreateInviteRecordForLinkRespMultiError []error

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

func (CreateInviteRecordForLinkRespMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CreateInviteRecordForLinkRespMultiError) Error

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

type CreateInviteRecordForLinkRespValidationError

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

CreateInviteRecordForLinkRespValidationError is the validation error returned by CreateInviteRecordForLinkResp.Validate if the designated constraints aren't met.

func (CreateInviteRecordForLinkRespValidationError) Cause

Cause function returns cause value.

func (CreateInviteRecordForLinkRespValidationError) Error

Error satisfies the builtin error interface

func (CreateInviteRecordForLinkRespValidationError) ErrorName

ErrorName returns error name.

func (CreateInviteRecordForLinkRespValidationError) Field

Field function returns field value.

func (CreateInviteRecordForLinkRespValidationError) Key

Key function returns key value.

func (CreateInviteRecordForLinkRespValidationError) Reason

Reason function returns reason value.

type CreateOrgReq

type CreateOrgReq struct {
	CreatorId     uint64                    `protobuf:"varint,100,opt,name=creator_id,json=creatorId,proto3" json:"creator_id,omitempty"`            // 创建人ID
	CreatorName   string                    `protobuf:"bytes,101,opt,name=creator_name,json=creatorName,proto3" json:"creator_name,omitempty"`       // 创建人名称
	CreatorAvatar string                    `protobuf:"bytes,102,opt,name=creator_avatar,json=creatorAvatar,proto3" json:"creator_avatar,omitempty"` // 创建人头像
	OrgName       string                    `protobuf:"bytes,1,opt,name=org_name,json=orgName,proto3" json:"org_name,omitempty"`                     // 组织名称
	OrgAvatar     string                    `protobuf:"bytes,2,opt,name=org_avatar,json=orgAvatar,proto3" json:"org_avatar,omitempty"`               // 组织头像
	OrgType       enums.OrgTypeEnum_OrgType ``                                                                                                       // 组织类型
	/* 128-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*CreateOrgReq) Descriptor deprecated

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

Deprecated: Use CreateOrgReq.ProtoReflect.Descriptor instead.

func (*CreateOrgReq) GetCreatorAvatar

func (x *CreateOrgReq) GetCreatorAvatar() string

func (*CreateOrgReq) GetCreatorId

func (x *CreateOrgReq) GetCreatorId() uint64

func (*CreateOrgReq) GetCreatorName

func (x *CreateOrgReq) GetCreatorName() string

func (*CreateOrgReq) GetOrgAvatar

func (x *CreateOrgReq) GetOrgAvatar() string

func (*CreateOrgReq) GetOrgName

func (x *CreateOrgReq) GetOrgName() string

func (*CreateOrgReq) GetOrgType

func (x *CreateOrgReq) GetOrgType() enums.OrgTypeEnum_OrgType

func (*CreateOrgReq) ProtoMessage

func (*CreateOrgReq) ProtoMessage()

func (*CreateOrgReq) ProtoReflect

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

func (*CreateOrgReq) Reset

func (x *CreateOrgReq) Reset()

func (*CreateOrgReq) String

func (x *CreateOrgReq) String() string

func (*CreateOrgReq) Validate

func (m *CreateOrgReq) Validate() error

Validate checks the field values on CreateOrgReq 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 (*CreateOrgReq) ValidateAll

func (m *CreateOrgReq) ValidateAll() error

ValidateAll checks the field values on CreateOrgReq 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 CreateOrgReqMultiError, or nil if none found.

type CreateOrgReqMultiError

type CreateOrgReqMultiError []error

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

func (CreateOrgReqMultiError) AllErrors

func (m CreateOrgReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreateOrgReqMultiError) Error

func (m CreateOrgReqMultiError) Error() string

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

type CreateOrgReqValidationError

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

CreateOrgReqValidationError is the validation error returned by CreateOrgReq.Validate if the designated constraints aren't met.

func (CreateOrgReqValidationError) Cause

Cause function returns cause value.

func (CreateOrgReqValidationError) Error

Error satisfies the builtin error interface

func (CreateOrgReqValidationError) ErrorName

func (e CreateOrgReqValidationError) ErrorName() string

ErrorName returns error name.

func (CreateOrgReqValidationError) Field

Field function returns field value.

func (CreateOrgReqValidationError) Key

Key function returns key value.

func (CreateOrgReqValidationError) Reason

Reason function returns reason value.

type CreateOrgResp

type CreateOrgResp struct {
	Code     int32              `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"`
	Reason   string             `protobuf:"bytes,2,opt,name=reason,proto3" json:"reason,omitempty"`
	Message  string             `protobuf:"bytes,3,opt,name=message,proto3" json:"message,omitempty"`
	Metadata map[string]string  `` /* 157-byte string literal not displayed */
	Data     *CreateOrgRespData `protobuf:"bytes,100,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateOrgResp) Descriptor deprecated

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

Deprecated: Use CreateOrgResp.ProtoReflect.Descriptor instead.

func (*CreateOrgResp) GetCode

func (x *CreateOrgResp) GetCode() int32

func (*CreateOrgResp) GetData

func (x *CreateOrgResp) GetData() *CreateOrgRespData

func (*CreateOrgResp) GetMessage

func (x *CreateOrgResp) GetMessage() string

func (*CreateOrgResp) GetMetadata

func (x *CreateOrgResp) GetMetadata() map[string]string

func (*CreateOrgResp) GetReason

func (x *CreateOrgResp) GetReason() string

func (*CreateOrgResp) ProtoMessage

func (*CreateOrgResp) ProtoMessage()

func (*CreateOrgResp) ProtoReflect

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

func (*CreateOrgResp) Reset

func (x *CreateOrgResp) Reset()

func (*CreateOrgResp) String

func (x *CreateOrgResp) String() string

func (*CreateOrgResp) Validate

func (m *CreateOrgResp) Validate() error

Validate checks the field values on CreateOrgResp 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 (*CreateOrgResp) ValidateAll

func (m *CreateOrgResp) ValidateAll() error

ValidateAll checks the field values on CreateOrgResp 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 CreateOrgRespMultiError, or nil if none found.

type CreateOrgRespData

type CreateOrgRespData struct {
	OrgId     uint64                        `protobuf:"varint,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	OrgName   string                        `protobuf:"bytes,2,opt,name=org_name,json=orgName,proto3" json:"org_name,omitempty"`
	OrgAvatar string                        `protobuf:"bytes,3,opt,name=org_avatar,json=orgAvatar,proto3" json:"org_avatar,omitempty"`
	OrgType   enums.OrgTypeEnum_OrgType     `` /* 128-byte string literal not displayed */
	OrgStatus enums.OrgStatusEnum_OrgStatus `` /* 138-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*CreateOrgRespData) Descriptor deprecated

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

Deprecated: Use CreateOrgRespData.ProtoReflect.Descriptor instead.

func (*CreateOrgRespData) GetOrgAvatar

func (x *CreateOrgRespData) GetOrgAvatar() string

func (*CreateOrgRespData) GetOrgId

func (x *CreateOrgRespData) GetOrgId() uint64

func (*CreateOrgRespData) GetOrgName

func (x *CreateOrgRespData) GetOrgName() string

func (*CreateOrgRespData) GetOrgStatus

func (*CreateOrgRespData) GetOrgType

func (*CreateOrgRespData) ProtoMessage

func (*CreateOrgRespData) ProtoMessage()

func (*CreateOrgRespData) ProtoReflect

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

func (*CreateOrgRespData) Reset

func (x *CreateOrgRespData) Reset()

func (*CreateOrgRespData) String

func (x *CreateOrgRespData) String() string

func (*CreateOrgRespData) Validate

func (m *CreateOrgRespData) Validate() error

Validate checks the field values on CreateOrgRespData 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 (*CreateOrgRespData) ValidateAll

func (m *CreateOrgRespData) ValidateAll() error

ValidateAll checks the field values on CreateOrgRespData 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 CreateOrgRespDataMultiError, or nil if none found.

type CreateOrgRespDataMultiError

type CreateOrgRespDataMultiError []error

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

func (CreateOrgRespDataMultiError) AllErrors

func (m CreateOrgRespDataMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreateOrgRespDataMultiError) Error

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

type CreateOrgRespDataValidationError

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

CreateOrgRespDataValidationError is the validation error returned by CreateOrgRespData.Validate if the designated constraints aren't met.

func (CreateOrgRespDataValidationError) Cause

Cause function returns cause value.

func (CreateOrgRespDataValidationError) Error

Error satisfies the builtin error interface

func (CreateOrgRespDataValidationError) ErrorName

ErrorName returns error name.

func (CreateOrgRespDataValidationError) Field

Field function returns field value.

func (CreateOrgRespDataValidationError) Key

Key function returns key value.

func (CreateOrgRespDataValidationError) Reason

Reason function returns reason value.

type CreateOrgRespMultiError

type CreateOrgRespMultiError []error

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

func (CreateOrgRespMultiError) AllErrors

func (m CreateOrgRespMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreateOrgRespMultiError) Error

func (m CreateOrgRespMultiError) Error() string

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

type CreateOrgRespValidationError

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

CreateOrgRespValidationError is the validation error returned by CreateOrgResp.Validate if the designated constraints aren't met.

func (CreateOrgRespValidationError) Cause

Cause function returns cause value.

func (CreateOrgRespValidationError) Error

Error satisfies the builtin error interface

func (CreateOrgRespValidationError) ErrorName

func (e CreateOrgRespValidationError) ErrorName() string

ErrorName returns error name.

func (CreateOrgRespValidationError) Field

Field function returns field value.

func (CreateOrgRespValidationError) Key

Key function returns key value.

func (CreateOrgRespValidationError) Reason

Reason function returns reason value.

type GetOrgEmployeeInfoListReq

type GetOrgEmployeeInfoListReq struct {
	EmployeeIds []uint64 `protobuf:"varint,100,rep,packed,name=employee_ids,json=employeeIds,proto3" json:"employee_ids,omitempty"`
	// contains filtered or unexported fields
}

func (*GetOrgEmployeeInfoListReq) Descriptor deprecated

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

Deprecated: Use GetOrgEmployeeInfoListReq.ProtoReflect.Descriptor instead.

func (*GetOrgEmployeeInfoListReq) GetEmployeeIds

func (x *GetOrgEmployeeInfoListReq) GetEmployeeIds() []uint64

func (*GetOrgEmployeeInfoListReq) ProtoMessage

func (*GetOrgEmployeeInfoListReq) ProtoMessage()

func (*GetOrgEmployeeInfoListReq) ProtoReflect

func (*GetOrgEmployeeInfoListReq) Reset

func (x *GetOrgEmployeeInfoListReq) Reset()

func (*GetOrgEmployeeInfoListReq) String

func (x *GetOrgEmployeeInfoListReq) String() string

func (*GetOrgEmployeeInfoListReq) Validate

func (m *GetOrgEmployeeInfoListReq) Validate() error

Validate checks the field values on GetOrgEmployeeInfoListReq 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 (*GetOrgEmployeeInfoListReq) ValidateAll

func (m *GetOrgEmployeeInfoListReq) ValidateAll() error

ValidateAll checks the field values on GetOrgEmployeeInfoListReq 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 GetOrgEmployeeInfoListReqMultiError, or nil if none found.

type GetOrgEmployeeInfoListReqMultiError

type GetOrgEmployeeInfoListReqMultiError []error

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

func (GetOrgEmployeeInfoListReqMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetOrgEmployeeInfoListReqMultiError) Error

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

type GetOrgEmployeeInfoListReqValidationError

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

GetOrgEmployeeInfoListReqValidationError is the validation error returned by GetOrgEmployeeInfoListReq.Validate if the designated constraints aren't met.

func (GetOrgEmployeeInfoListReqValidationError) Cause

Cause function returns cause value.

func (GetOrgEmployeeInfoListReqValidationError) Error

Error satisfies the builtin error interface

func (GetOrgEmployeeInfoListReqValidationError) ErrorName

ErrorName returns error name.

func (GetOrgEmployeeInfoListReqValidationError) Field

Field function returns field value.

func (GetOrgEmployeeInfoListReqValidationError) Key

Key function returns key value.

func (GetOrgEmployeeInfoListReqValidationError) Reason

Reason function returns reason value.

type GetOrgEmployeeInfoListResp

type GetOrgEmployeeInfoListResp struct {
	Code     int32             `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"`
	Reason   string            `protobuf:"bytes,2,opt,name=reason,proto3" json:"reason,omitempty"`
	Message  string            `protobuf:"bytes,3,opt,name=message,proto3" json:"message,omitempty"`
	Metadata map[string]string `` /* 157-byte string literal not displayed */
	Data     []*OrgEmployee    `protobuf:"bytes,100,rep,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*GetOrgEmployeeInfoListResp) Descriptor deprecated

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

Deprecated: Use GetOrgEmployeeInfoListResp.ProtoReflect.Descriptor instead.

func (*GetOrgEmployeeInfoListResp) GetCode

func (x *GetOrgEmployeeInfoListResp) GetCode() int32

func (*GetOrgEmployeeInfoListResp) GetData

func (x *GetOrgEmployeeInfoListResp) GetData() []*OrgEmployee

func (*GetOrgEmployeeInfoListResp) GetMessage

func (x *GetOrgEmployeeInfoListResp) GetMessage() string

func (*GetOrgEmployeeInfoListResp) GetMetadata

func (x *GetOrgEmployeeInfoListResp) GetMetadata() map[string]string

func (*GetOrgEmployeeInfoListResp) GetReason

func (x *GetOrgEmployeeInfoListResp) GetReason() string

func (*GetOrgEmployeeInfoListResp) ProtoMessage

func (*GetOrgEmployeeInfoListResp) ProtoMessage()

func (*GetOrgEmployeeInfoListResp) ProtoReflect

func (*GetOrgEmployeeInfoListResp) Reset

func (x *GetOrgEmployeeInfoListResp) Reset()

func (*GetOrgEmployeeInfoListResp) String

func (x *GetOrgEmployeeInfoListResp) String() string

func (*GetOrgEmployeeInfoListResp) Validate

func (m *GetOrgEmployeeInfoListResp) Validate() error

Validate checks the field values on GetOrgEmployeeInfoListResp 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 (*GetOrgEmployeeInfoListResp) ValidateAll

func (m *GetOrgEmployeeInfoListResp) ValidateAll() error

ValidateAll checks the field values on GetOrgEmployeeInfoListResp 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 GetOrgEmployeeInfoListRespMultiError, or nil if none found.

type GetOrgEmployeeInfoListRespMultiError

type GetOrgEmployeeInfoListRespMultiError []error

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

func (GetOrgEmployeeInfoListRespMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetOrgEmployeeInfoListRespMultiError) Error

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

type GetOrgEmployeeInfoListRespValidationError

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

GetOrgEmployeeInfoListRespValidationError is the validation error returned by GetOrgEmployeeInfoListResp.Validate if the designated constraints aren't met.

func (GetOrgEmployeeInfoListRespValidationError) Cause

Cause function returns cause value.

func (GetOrgEmployeeInfoListRespValidationError) Error

Error satisfies the builtin error interface

func (GetOrgEmployeeInfoListRespValidationError) ErrorName

ErrorName returns error name.

func (GetOrgEmployeeInfoListRespValidationError) Field

Field function returns field value.

func (GetOrgEmployeeInfoListRespValidationError) Key

Key function returns key value.

func (GetOrgEmployeeInfoListRespValidationError) Reason

Reason function returns reason value.

type GetOrgEmployeeInfoReq

type GetOrgEmployeeInfoReq struct {
	EmployeeId uint64 `protobuf:"varint,100,opt,name=employee_id,json=employeeId,proto3" json:"employee_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetOrgEmployeeInfoReq) Descriptor deprecated

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

Deprecated: Use GetOrgEmployeeInfoReq.ProtoReflect.Descriptor instead.

func (*GetOrgEmployeeInfoReq) GetEmployeeId

func (x *GetOrgEmployeeInfoReq) GetEmployeeId() uint64

func (*GetOrgEmployeeInfoReq) ProtoMessage

func (*GetOrgEmployeeInfoReq) ProtoMessage()

func (*GetOrgEmployeeInfoReq) ProtoReflect

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

func (*GetOrgEmployeeInfoReq) Reset

func (x *GetOrgEmployeeInfoReq) Reset()

func (*GetOrgEmployeeInfoReq) String

func (x *GetOrgEmployeeInfoReq) String() string

func (*GetOrgEmployeeInfoReq) Validate

func (m *GetOrgEmployeeInfoReq) Validate() error

Validate checks the field values on GetOrgEmployeeInfoReq 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 (*GetOrgEmployeeInfoReq) ValidateAll

func (m *GetOrgEmployeeInfoReq) ValidateAll() error

ValidateAll checks the field values on GetOrgEmployeeInfoReq 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 GetOrgEmployeeInfoReqMultiError, or nil if none found.

type GetOrgEmployeeInfoReqMultiError

type GetOrgEmployeeInfoReqMultiError []error

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

func (GetOrgEmployeeInfoReqMultiError) AllErrors

func (m GetOrgEmployeeInfoReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetOrgEmployeeInfoReqMultiError) Error

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

type GetOrgEmployeeInfoReqValidationError

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

GetOrgEmployeeInfoReqValidationError is the validation error returned by GetOrgEmployeeInfoReq.Validate if the designated constraints aren't met.

func (GetOrgEmployeeInfoReqValidationError) Cause

Cause function returns cause value.

func (GetOrgEmployeeInfoReqValidationError) Error

Error satisfies the builtin error interface

func (GetOrgEmployeeInfoReqValidationError) ErrorName

ErrorName returns error name.

func (GetOrgEmployeeInfoReqValidationError) Field

Field function returns field value.

func (GetOrgEmployeeInfoReqValidationError) Key

Key function returns key value.

func (GetOrgEmployeeInfoReqValidationError) Reason

Reason function returns reason value.

type GetOrgEmployeeInfoResp

type GetOrgEmployeeInfoResp struct {
	Code     int32             `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"`
	Reason   string            `protobuf:"bytes,2,opt,name=reason,proto3" json:"reason,omitempty"`
	Message  string            `protobuf:"bytes,3,opt,name=message,proto3" json:"message,omitempty"`
	Metadata map[string]string `` /* 157-byte string literal not displayed */
	Data     *OrgEmployee      `protobuf:"bytes,100,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*GetOrgEmployeeInfoResp) Descriptor deprecated

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

Deprecated: Use GetOrgEmployeeInfoResp.ProtoReflect.Descriptor instead.

func (*GetOrgEmployeeInfoResp) GetCode

func (x *GetOrgEmployeeInfoResp) GetCode() int32

func (*GetOrgEmployeeInfoResp) GetData

func (x *GetOrgEmployeeInfoResp) GetData() *OrgEmployee

func (*GetOrgEmployeeInfoResp) GetMessage

func (x *GetOrgEmployeeInfoResp) GetMessage() string

func (*GetOrgEmployeeInfoResp) GetMetadata

func (x *GetOrgEmployeeInfoResp) GetMetadata() map[string]string

func (*GetOrgEmployeeInfoResp) GetReason

func (x *GetOrgEmployeeInfoResp) GetReason() string

func (*GetOrgEmployeeInfoResp) ProtoMessage

func (*GetOrgEmployeeInfoResp) ProtoMessage()

func (*GetOrgEmployeeInfoResp) ProtoReflect

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

func (*GetOrgEmployeeInfoResp) Reset

func (x *GetOrgEmployeeInfoResp) Reset()

func (*GetOrgEmployeeInfoResp) String

func (x *GetOrgEmployeeInfoResp) String() string

func (*GetOrgEmployeeInfoResp) Validate

func (m *GetOrgEmployeeInfoResp) Validate() error

Validate checks the field values on GetOrgEmployeeInfoResp 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 (*GetOrgEmployeeInfoResp) ValidateAll

func (m *GetOrgEmployeeInfoResp) ValidateAll() error

ValidateAll checks the field values on GetOrgEmployeeInfoResp 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 GetOrgEmployeeInfoRespMultiError, or nil if none found.

type GetOrgEmployeeInfoRespMultiError

type GetOrgEmployeeInfoRespMultiError []error

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

func (GetOrgEmployeeInfoRespMultiError) AllErrors

func (m GetOrgEmployeeInfoRespMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetOrgEmployeeInfoRespMultiError) Error

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

type GetOrgEmployeeInfoRespValidationError

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

GetOrgEmployeeInfoRespValidationError is the validation error returned by GetOrgEmployeeInfoResp.Validate if the designated constraints aren't met.

func (GetOrgEmployeeInfoRespValidationError) Cause

Cause function returns cause value.

func (GetOrgEmployeeInfoRespValidationError) Error

Error satisfies the builtin error interface

func (GetOrgEmployeeInfoRespValidationError) ErrorName

ErrorName returns error name.

func (GetOrgEmployeeInfoRespValidationError) Field

Field function returns field value.

func (GetOrgEmployeeInfoRespValidationError) Key

Key function returns key value.

func (GetOrgEmployeeInfoRespValidationError) Reason

Reason function returns reason value.

type GetOrgEmployeeListReq

type GetOrgEmployeeListReq struct {
	PageRequest  *page.PageRequest `protobuf:"bytes,1,opt,name=page_request,json=pageRequest,proto3" json:"page_request,omitempty"`
	OrgIds       []uint64          `protobuf:"varint,100,rep,packed,name=org_ids,json=orgIds,proto3" json:"org_ids,omitempty"`                // 组织ids
	EmployeeIds  []uint64          `protobuf:"varint,101,rep,packed,name=employee_ids,json=employeeIds,proto3" json:"employee_ids,omitempty"` // 成员ids
	UserIds      []uint64          `protobuf:"varint,102,rep,packed,name=user_ids,json=userIds,proto3" json:"user_ids,omitempty"`             // 用户ids
	EmployeeName string            `protobuf:"bytes,103,opt,name=employee_name,json=employeeName,proto3" json:"employee_name,omitempty"`      // 成员名称
	// contains filtered or unexported fields
}

func (*GetOrgEmployeeListReq) Descriptor deprecated

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

Deprecated: Use GetOrgEmployeeListReq.ProtoReflect.Descriptor instead.

func (*GetOrgEmployeeListReq) GetEmployeeIds

func (x *GetOrgEmployeeListReq) GetEmployeeIds() []uint64

func (*GetOrgEmployeeListReq) GetEmployeeName

func (x *GetOrgEmployeeListReq) GetEmployeeName() string

func (*GetOrgEmployeeListReq) GetOrgIds

func (x *GetOrgEmployeeListReq) GetOrgIds() []uint64

func (*GetOrgEmployeeListReq) GetPageRequest

func (x *GetOrgEmployeeListReq) GetPageRequest() *page.PageRequest

func (*GetOrgEmployeeListReq) GetUserIds

func (x *GetOrgEmployeeListReq) GetUserIds() []uint64

func (*GetOrgEmployeeListReq) ProtoMessage

func (*GetOrgEmployeeListReq) ProtoMessage()

func (*GetOrgEmployeeListReq) ProtoReflect

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

func (*GetOrgEmployeeListReq) Reset

func (x *GetOrgEmployeeListReq) Reset()

func (*GetOrgEmployeeListReq) String

func (x *GetOrgEmployeeListReq) String() string

func (*GetOrgEmployeeListReq) Validate

func (m *GetOrgEmployeeListReq) Validate() error

Validate checks the field values on GetOrgEmployeeListReq 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 (*GetOrgEmployeeListReq) ValidateAll

func (m *GetOrgEmployeeListReq) ValidateAll() error

ValidateAll checks the field values on GetOrgEmployeeListReq 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 GetOrgEmployeeListReqMultiError, or nil if none found.

type GetOrgEmployeeListReqMultiError

type GetOrgEmployeeListReqMultiError []error

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

func (GetOrgEmployeeListReqMultiError) AllErrors

func (m GetOrgEmployeeListReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetOrgEmployeeListReqMultiError) Error

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

type GetOrgEmployeeListReqValidationError

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

GetOrgEmployeeListReqValidationError is the validation error returned by GetOrgEmployeeListReq.Validate if the designated constraints aren't met.

func (GetOrgEmployeeListReqValidationError) Cause

Cause function returns cause value.

func (GetOrgEmployeeListReqValidationError) Error

Error satisfies the builtin error interface

func (GetOrgEmployeeListReqValidationError) ErrorName

ErrorName returns error name.

func (GetOrgEmployeeListReqValidationError) Field

Field function returns field value.

func (GetOrgEmployeeListReqValidationError) Key

Key function returns key value.

func (GetOrgEmployeeListReqValidationError) Reason

Reason function returns reason value.

type GetOrgEmployeeListResp

type GetOrgEmployeeListResp struct {
	Code     int32                       `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"`
	Reason   string                      `protobuf:"bytes,2,opt,name=reason,proto3" json:"reason,omitempty"`
	Message  string                      `protobuf:"bytes,3,opt,name=message,proto3" json:"message,omitempty"`
	Metadata map[string]string           `` /* 157-byte string literal not displayed */
	Data     *GetOrgEmployeeListRespData `protobuf:"bytes,100,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*GetOrgEmployeeListResp) Descriptor deprecated

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

Deprecated: Use GetOrgEmployeeListResp.ProtoReflect.Descriptor instead.

func (*GetOrgEmployeeListResp) GetCode

func (x *GetOrgEmployeeListResp) GetCode() int32

func (*GetOrgEmployeeListResp) GetData

func (*GetOrgEmployeeListResp) GetMessage

func (x *GetOrgEmployeeListResp) GetMessage() string

func (*GetOrgEmployeeListResp) GetMetadata

func (x *GetOrgEmployeeListResp) GetMetadata() map[string]string

func (*GetOrgEmployeeListResp) GetReason

func (x *GetOrgEmployeeListResp) GetReason() string

func (*GetOrgEmployeeListResp) ProtoMessage

func (*GetOrgEmployeeListResp) ProtoMessage()

func (*GetOrgEmployeeListResp) ProtoReflect

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

func (*GetOrgEmployeeListResp) Reset

func (x *GetOrgEmployeeListResp) Reset()

func (*GetOrgEmployeeListResp) String

func (x *GetOrgEmployeeListResp) String() string

func (*GetOrgEmployeeListResp) Validate

func (m *GetOrgEmployeeListResp) Validate() error

Validate checks the field values on GetOrgEmployeeListResp 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 (*GetOrgEmployeeListResp) ValidateAll

func (m *GetOrgEmployeeListResp) ValidateAll() error

ValidateAll checks the field values on GetOrgEmployeeListResp 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 GetOrgEmployeeListRespMultiError, or nil if none found.

type GetOrgEmployeeListRespData

type GetOrgEmployeeListRespData struct {
	List     []*OrgEmployee     `protobuf:"bytes,1,rep,name=list,proto3" json:"list,omitempty"`
	PageInfo *page.PageResponse `protobuf:"bytes,2,opt,name=page_info,json=pageInfo,proto3" json:"page_info,omitempty"`
	// contains filtered or unexported fields
}

func (*GetOrgEmployeeListRespData) Descriptor deprecated

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

Deprecated: Use GetOrgEmployeeListRespData.ProtoReflect.Descriptor instead.

func (*GetOrgEmployeeListRespData) GetList

func (x *GetOrgEmployeeListRespData) GetList() []*OrgEmployee

func (*GetOrgEmployeeListRespData) GetPageInfo

func (x *GetOrgEmployeeListRespData) GetPageInfo() *page.PageResponse

func (*GetOrgEmployeeListRespData) ProtoMessage

func (*GetOrgEmployeeListRespData) ProtoMessage()

func (*GetOrgEmployeeListRespData) ProtoReflect

func (*GetOrgEmployeeListRespData) Reset

func (x *GetOrgEmployeeListRespData) Reset()

func (*GetOrgEmployeeListRespData) String

func (x *GetOrgEmployeeListRespData) String() string

func (*GetOrgEmployeeListRespData) Validate

func (m *GetOrgEmployeeListRespData) Validate() error

Validate checks the field values on GetOrgEmployeeListRespData 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 (*GetOrgEmployeeListRespData) ValidateAll

func (m *GetOrgEmployeeListRespData) ValidateAll() error

ValidateAll checks the field values on GetOrgEmployeeListRespData 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 GetOrgEmployeeListRespDataMultiError, or nil if none found.

type GetOrgEmployeeListRespDataMultiError

type GetOrgEmployeeListRespDataMultiError []error

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

func (GetOrgEmployeeListRespDataMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetOrgEmployeeListRespDataMultiError) Error

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

type GetOrgEmployeeListRespDataValidationError

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

GetOrgEmployeeListRespDataValidationError is the validation error returned by GetOrgEmployeeListRespData.Validate if the designated constraints aren't met.

func (GetOrgEmployeeListRespDataValidationError) Cause

Cause function returns cause value.

func (GetOrgEmployeeListRespDataValidationError) Error

Error satisfies the builtin error interface

func (GetOrgEmployeeListRespDataValidationError) ErrorName

ErrorName returns error name.

func (GetOrgEmployeeListRespDataValidationError) Field

Field function returns field value.

func (GetOrgEmployeeListRespDataValidationError) Key

Key function returns key value.

func (GetOrgEmployeeListRespDataValidationError) Reason

Reason function returns reason value.

type GetOrgEmployeeListRespMultiError

type GetOrgEmployeeListRespMultiError []error

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

func (GetOrgEmployeeListRespMultiError) AllErrors

func (m GetOrgEmployeeListRespMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetOrgEmployeeListRespMultiError) Error

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

type GetOrgEmployeeListRespValidationError

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

GetOrgEmployeeListRespValidationError is the validation error returned by GetOrgEmployeeListResp.Validate if the designated constraints aren't met.

func (GetOrgEmployeeListRespValidationError) Cause

Cause function returns cause value.

func (GetOrgEmployeeListRespValidationError) Error

Error satisfies the builtin error interface

func (GetOrgEmployeeListRespValidationError) ErrorName

ErrorName returns error name.

func (GetOrgEmployeeListRespValidationError) Field

Field function returns field value.

func (GetOrgEmployeeListRespValidationError) Key

Key function returns key value.

func (GetOrgEmployeeListRespValidationError) Reason

Reason function returns reason value.

type GetOrgInfoListReq

type GetOrgInfoListReq struct {
	OrgIds []uint64 `protobuf:"varint,100,rep,packed,name=org_ids,json=orgIds,proto3" json:"org_ids,omitempty"` // 组织ID
	// contains filtered or unexported fields
}

func (*GetOrgInfoListReq) Descriptor deprecated

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

Deprecated: Use GetOrgInfoListReq.ProtoReflect.Descriptor instead.

func (*GetOrgInfoListReq) GetOrgIds

func (x *GetOrgInfoListReq) GetOrgIds() []uint64

func (*GetOrgInfoListReq) ProtoMessage

func (*GetOrgInfoListReq) ProtoMessage()

func (*GetOrgInfoListReq) ProtoReflect

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

func (*GetOrgInfoListReq) Reset

func (x *GetOrgInfoListReq) Reset()

func (*GetOrgInfoListReq) String

func (x *GetOrgInfoListReq) String() string

func (*GetOrgInfoListReq) Validate

func (m *GetOrgInfoListReq) Validate() error

Validate checks the field values on GetOrgInfoListReq 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 (*GetOrgInfoListReq) ValidateAll

func (m *GetOrgInfoListReq) ValidateAll() error

ValidateAll checks the field values on GetOrgInfoListReq 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 GetOrgInfoListReqMultiError, or nil if none found.

type GetOrgInfoListReqMultiError

type GetOrgInfoListReqMultiError []error

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

func (GetOrgInfoListReqMultiError) AllErrors

func (m GetOrgInfoListReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetOrgInfoListReqMultiError) Error

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

type GetOrgInfoListReqValidationError

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

GetOrgInfoListReqValidationError is the validation error returned by GetOrgInfoListReq.Validate if the designated constraints aren't met.

func (GetOrgInfoListReqValidationError) Cause

Cause function returns cause value.

func (GetOrgInfoListReqValidationError) Error

Error satisfies the builtin error interface

func (GetOrgInfoListReqValidationError) ErrorName

ErrorName returns error name.

func (GetOrgInfoListReqValidationError) Field

Field function returns field value.

func (GetOrgInfoListReqValidationError) Key

Key function returns key value.

func (GetOrgInfoListReqValidationError) Reason

Reason function returns reason value.

type GetOrgInfoListResp

type GetOrgInfoListResp struct {
	Code     int32             `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"`
	Reason   string            `protobuf:"bytes,2,opt,name=reason,proto3" json:"reason,omitempty"`
	Message  string            `protobuf:"bytes,3,opt,name=message,proto3" json:"message,omitempty"`
	Metadata map[string]string `` /* 157-byte string literal not displayed */
	Data     []*Org            `protobuf:"bytes,100,rep,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*GetOrgInfoListResp) Descriptor deprecated

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

Deprecated: Use GetOrgInfoListResp.ProtoReflect.Descriptor instead.

func (*GetOrgInfoListResp) GetCode

func (x *GetOrgInfoListResp) GetCode() int32

func (*GetOrgInfoListResp) GetData

func (x *GetOrgInfoListResp) GetData() []*Org

func (*GetOrgInfoListResp) GetMessage

func (x *GetOrgInfoListResp) GetMessage() string

func (*GetOrgInfoListResp) GetMetadata

func (x *GetOrgInfoListResp) GetMetadata() map[string]string

func (*GetOrgInfoListResp) GetReason

func (x *GetOrgInfoListResp) GetReason() string

func (*GetOrgInfoListResp) ProtoMessage

func (*GetOrgInfoListResp) ProtoMessage()

func (*GetOrgInfoListResp) ProtoReflect

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

func (*GetOrgInfoListResp) Reset

func (x *GetOrgInfoListResp) Reset()

func (*GetOrgInfoListResp) String

func (x *GetOrgInfoListResp) String() string

func (*GetOrgInfoListResp) Validate

func (m *GetOrgInfoListResp) Validate() error

Validate checks the field values on GetOrgInfoListResp 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 (*GetOrgInfoListResp) ValidateAll

func (m *GetOrgInfoListResp) ValidateAll() error

ValidateAll checks the field values on GetOrgInfoListResp 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 GetOrgInfoListRespMultiError, or nil if none found.

type GetOrgInfoListRespMultiError

type GetOrgInfoListRespMultiError []error

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

func (GetOrgInfoListRespMultiError) AllErrors

func (m GetOrgInfoListRespMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetOrgInfoListRespMultiError) Error

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

type GetOrgInfoListRespValidationError

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

GetOrgInfoListRespValidationError is the validation error returned by GetOrgInfoListResp.Validate if the designated constraints aren't met.

func (GetOrgInfoListRespValidationError) Cause

Cause function returns cause value.

func (GetOrgInfoListRespValidationError) Error

Error satisfies the builtin error interface

func (GetOrgInfoListRespValidationError) ErrorName

ErrorName returns error name.

func (GetOrgInfoListRespValidationError) Field

Field function returns field value.

func (GetOrgInfoListRespValidationError) Key

Key function returns key value.

func (GetOrgInfoListRespValidationError) Reason

Reason function returns reason value.

type GetOrgInfoReq

type GetOrgInfoReq struct {
	OrgId uint64 `protobuf:"varint,100,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"` // 组织ID
	// contains filtered or unexported fields
}

func (*GetOrgInfoReq) Descriptor deprecated

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

Deprecated: Use GetOrgInfoReq.ProtoReflect.Descriptor instead.

func (*GetOrgInfoReq) GetOrgId

func (x *GetOrgInfoReq) GetOrgId() uint64

func (*GetOrgInfoReq) ProtoMessage

func (*GetOrgInfoReq) ProtoMessage()

func (*GetOrgInfoReq) ProtoReflect

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

func (*GetOrgInfoReq) Reset

func (x *GetOrgInfoReq) Reset()

func (*GetOrgInfoReq) String

func (x *GetOrgInfoReq) String() string

func (*GetOrgInfoReq) Validate

func (m *GetOrgInfoReq) Validate() error

Validate checks the field values on GetOrgInfoReq 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 (*GetOrgInfoReq) ValidateAll

func (m *GetOrgInfoReq) ValidateAll() error

ValidateAll checks the field values on GetOrgInfoReq 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 GetOrgInfoReqMultiError, or nil if none found.

type GetOrgInfoReqMultiError

type GetOrgInfoReqMultiError []error

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

func (GetOrgInfoReqMultiError) AllErrors

func (m GetOrgInfoReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetOrgInfoReqMultiError) Error

func (m GetOrgInfoReqMultiError) Error() string

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

type GetOrgInfoReqValidationError

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

GetOrgInfoReqValidationError is the validation error returned by GetOrgInfoReq.Validate if the designated constraints aren't met.

func (GetOrgInfoReqValidationError) Cause

Cause function returns cause value.

func (GetOrgInfoReqValidationError) Error

Error satisfies the builtin error interface

func (GetOrgInfoReqValidationError) ErrorName

func (e GetOrgInfoReqValidationError) ErrorName() string

ErrorName returns error name.

func (GetOrgInfoReqValidationError) Field

Field function returns field value.

func (GetOrgInfoReqValidationError) Key

Key function returns key value.

func (GetOrgInfoReqValidationError) Reason

Reason function returns reason value.

type GetOrgInfoResp

type GetOrgInfoResp struct {
	Code     int32             `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"`
	Reason   string            `protobuf:"bytes,2,opt,name=reason,proto3" json:"reason,omitempty"`
	Message  string            `protobuf:"bytes,3,opt,name=message,proto3" json:"message,omitempty"`
	Metadata map[string]string `` /* 157-byte string literal not displayed */
	Data     *Org              `protobuf:"bytes,100,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*GetOrgInfoResp) Descriptor deprecated

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

Deprecated: Use GetOrgInfoResp.ProtoReflect.Descriptor instead.

func (*GetOrgInfoResp) GetCode

func (x *GetOrgInfoResp) GetCode() int32

func (*GetOrgInfoResp) GetData

func (x *GetOrgInfoResp) GetData() *Org

func (*GetOrgInfoResp) GetMessage

func (x *GetOrgInfoResp) GetMessage() string

func (*GetOrgInfoResp) GetMetadata

func (x *GetOrgInfoResp) GetMetadata() map[string]string

func (*GetOrgInfoResp) GetReason

func (x *GetOrgInfoResp) GetReason() string

func (*GetOrgInfoResp) ProtoMessage

func (*GetOrgInfoResp) ProtoMessage()

func (*GetOrgInfoResp) ProtoReflect

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

func (*GetOrgInfoResp) Reset

func (x *GetOrgInfoResp) Reset()

func (*GetOrgInfoResp) String

func (x *GetOrgInfoResp) String() string

func (*GetOrgInfoResp) Validate

func (m *GetOrgInfoResp) Validate() error

Validate checks the field values on GetOrgInfoResp 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 (*GetOrgInfoResp) ValidateAll

func (m *GetOrgInfoResp) ValidateAll() error

ValidateAll checks the field values on GetOrgInfoResp 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 GetOrgInfoRespMultiError, or nil if none found.

type GetOrgInfoRespMultiError

type GetOrgInfoRespMultiError []error

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

func (GetOrgInfoRespMultiError) AllErrors

func (m GetOrgInfoRespMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetOrgInfoRespMultiError) Error

func (m GetOrgInfoRespMultiError) Error() string

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

type GetOrgInfoRespValidationError

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

GetOrgInfoRespValidationError is the validation error returned by GetOrgInfoResp.Validate if the designated constraints aren't met.

func (GetOrgInfoRespValidationError) Cause

Cause function returns cause value.

func (GetOrgInfoRespValidationError) Error

Error satisfies the builtin error interface

func (GetOrgInfoRespValidationError) ErrorName

func (e GetOrgInfoRespValidationError) ErrorName() string

ErrorName returns error name.

func (GetOrgInfoRespValidationError) Field

Field function returns field value.

func (GetOrgInfoRespValidationError) Key

Key function returns key value.

func (GetOrgInfoRespValidationError) Reason

Reason function returns reason value.

type GetOrgInviteRecordInfoListReq

type GetOrgInviteRecordInfoListReq struct {
	InviteIds []uint64 `protobuf:"varint,100,rep,packed,name=invite_ids,json=inviteIds,proto3" json:"invite_ids,omitempty"`
	// contains filtered or unexported fields
}

func (*GetOrgInviteRecordInfoListReq) Descriptor deprecated

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

Deprecated: Use GetOrgInviteRecordInfoListReq.ProtoReflect.Descriptor instead.

func (*GetOrgInviteRecordInfoListReq) GetInviteIds

func (x *GetOrgInviteRecordInfoListReq) GetInviteIds() []uint64

func (*GetOrgInviteRecordInfoListReq) ProtoMessage

func (*GetOrgInviteRecordInfoListReq) ProtoMessage()

func (*GetOrgInviteRecordInfoListReq) ProtoReflect

func (*GetOrgInviteRecordInfoListReq) Reset

func (x *GetOrgInviteRecordInfoListReq) Reset()

func (*GetOrgInviteRecordInfoListReq) String

func (*GetOrgInviteRecordInfoListReq) Validate

func (m *GetOrgInviteRecordInfoListReq) Validate() error

Validate checks the field values on GetOrgInviteRecordInfoListReq 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 (*GetOrgInviteRecordInfoListReq) ValidateAll

func (m *GetOrgInviteRecordInfoListReq) ValidateAll() error

ValidateAll checks the field values on GetOrgInviteRecordInfoListReq 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 GetOrgInviteRecordInfoListReqMultiError, or nil if none found.

type GetOrgInviteRecordInfoListReqMultiError

type GetOrgInviteRecordInfoListReqMultiError []error

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

func (GetOrgInviteRecordInfoListReqMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetOrgInviteRecordInfoListReqMultiError) Error

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

type GetOrgInviteRecordInfoListReqValidationError

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

GetOrgInviteRecordInfoListReqValidationError is the validation error returned by GetOrgInviteRecordInfoListReq.Validate if the designated constraints aren't met.

func (GetOrgInviteRecordInfoListReqValidationError) Cause

Cause function returns cause value.

func (GetOrgInviteRecordInfoListReqValidationError) Error

Error satisfies the builtin error interface

func (GetOrgInviteRecordInfoListReqValidationError) ErrorName

ErrorName returns error name.

func (GetOrgInviteRecordInfoListReqValidationError) Field

Field function returns field value.

func (GetOrgInviteRecordInfoListReqValidationError) Key

Key function returns key value.

func (GetOrgInviteRecordInfoListReqValidationError) Reason

Reason function returns reason value.

type GetOrgInviteRecordInfoListResp

type GetOrgInviteRecordInfoListResp struct {
	Code     int32              `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"`
	Reason   string             `protobuf:"bytes,2,opt,name=reason,proto3" json:"reason,omitempty"`
	Message  string             `protobuf:"bytes,3,opt,name=message,proto3" json:"message,omitempty"`
	Metadata map[string]string  `` /* 157-byte string literal not displayed */
	Data     []*OrgInviteRecord `protobuf:"bytes,100,rep,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*GetOrgInviteRecordInfoListResp) Descriptor deprecated

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

Deprecated: Use GetOrgInviteRecordInfoListResp.ProtoReflect.Descriptor instead.

func (*GetOrgInviteRecordInfoListResp) GetCode

func (*GetOrgInviteRecordInfoListResp) GetData

func (*GetOrgInviteRecordInfoListResp) GetMessage

func (x *GetOrgInviteRecordInfoListResp) GetMessage() string

func (*GetOrgInviteRecordInfoListResp) GetMetadata

func (x *GetOrgInviteRecordInfoListResp) GetMetadata() map[string]string

func (*GetOrgInviteRecordInfoListResp) GetReason

func (x *GetOrgInviteRecordInfoListResp) GetReason() string

func (*GetOrgInviteRecordInfoListResp) ProtoMessage

func (*GetOrgInviteRecordInfoListResp) ProtoMessage()

func (*GetOrgInviteRecordInfoListResp) ProtoReflect

func (*GetOrgInviteRecordInfoListResp) Reset

func (x *GetOrgInviteRecordInfoListResp) Reset()

func (*GetOrgInviteRecordInfoListResp) String

func (*GetOrgInviteRecordInfoListResp) Validate

func (m *GetOrgInviteRecordInfoListResp) Validate() error

Validate checks the field values on GetOrgInviteRecordInfoListResp 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 (*GetOrgInviteRecordInfoListResp) ValidateAll

func (m *GetOrgInviteRecordInfoListResp) ValidateAll() error

ValidateAll checks the field values on GetOrgInviteRecordInfoListResp 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 GetOrgInviteRecordInfoListRespMultiError, or nil if none found.

type GetOrgInviteRecordInfoListRespMultiError

type GetOrgInviteRecordInfoListRespMultiError []error

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

func (GetOrgInviteRecordInfoListRespMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetOrgInviteRecordInfoListRespMultiError) Error

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

type GetOrgInviteRecordInfoListRespValidationError

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

GetOrgInviteRecordInfoListRespValidationError is the validation error returned by GetOrgInviteRecordInfoListResp.Validate if the designated constraints aren't met.

func (GetOrgInviteRecordInfoListRespValidationError) Cause

Cause function returns cause value.

func (GetOrgInviteRecordInfoListRespValidationError) Error

Error satisfies the builtin error interface

func (GetOrgInviteRecordInfoListRespValidationError) ErrorName

ErrorName returns error name.

func (GetOrgInviteRecordInfoListRespValidationError) Field

Field function returns field value.

func (GetOrgInviteRecordInfoListRespValidationError) Key

Key function returns key value.

func (GetOrgInviteRecordInfoListRespValidationError) Reason

Reason function returns reason value.

type GetOrgInviteRecordInfoReq

type GetOrgInviteRecordInfoReq struct {
	InviteId uint64 `protobuf:"varint,100,opt,name=invite_id,json=inviteId,proto3" json:"invite_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetOrgInviteRecordInfoReq) Descriptor deprecated

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

Deprecated: Use GetOrgInviteRecordInfoReq.ProtoReflect.Descriptor instead.

func (*GetOrgInviteRecordInfoReq) GetInviteId

func (x *GetOrgInviteRecordInfoReq) GetInviteId() uint64

func (*GetOrgInviteRecordInfoReq) ProtoMessage

func (*GetOrgInviteRecordInfoReq) ProtoMessage()

func (*GetOrgInviteRecordInfoReq) ProtoReflect

func (*GetOrgInviteRecordInfoReq) Reset

func (x *GetOrgInviteRecordInfoReq) Reset()

func (*GetOrgInviteRecordInfoReq) String

func (x *GetOrgInviteRecordInfoReq) String() string

func (*GetOrgInviteRecordInfoReq) Validate

func (m *GetOrgInviteRecordInfoReq) Validate() error

Validate checks the field values on GetOrgInviteRecordInfoReq 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 (*GetOrgInviteRecordInfoReq) ValidateAll

func (m *GetOrgInviteRecordInfoReq) ValidateAll() error

ValidateAll checks the field values on GetOrgInviteRecordInfoReq 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 GetOrgInviteRecordInfoReqMultiError, or nil if none found.

type GetOrgInviteRecordInfoReqMultiError

type GetOrgInviteRecordInfoReqMultiError []error

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

func (GetOrgInviteRecordInfoReqMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetOrgInviteRecordInfoReqMultiError) Error

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

type GetOrgInviteRecordInfoReqValidationError

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

GetOrgInviteRecordInfoReqValidationError is the validation error returned by GetOrgInviteRecordInfoReq.Validate if the designated constraints aren't met.

func (GetOrgInviteRecordInfoReqValidationError) Cause

Cause function returns cause value.

func (GetOrgInviteRecordInfoReqValidationError) Error

Error satisfies the builtin error interface

func (GetOrgInviteRecordInfoReqValidationError) ErrorName

ErrorName returns error name.

func (GetOrgInviteRecordInfoReqValidationError) Field

Field function returns field value.

func (GetOrgInviteRecordInfoReqValidationError) Key

Key function returns key value.

func (GetOrgInviteRecordInfoReqValidationError) Reason

Reason function returns reason value.

type GetOrgInviteRecordInfoResp

type GetOrgInviteRecordInfoResp struct {
	Code     int32             `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"`
	Reason   string            `protobuf:"bytes,2,opt,name=reason,proto3" json:"reason,omitempty"`
	Message  string            `protobuf:"bytes,3,opt,name=message,proto3" json:"message,omitempty"`
	Metadata map[string]string `` /* 157-byte string literal not displayed */
	Data     *OrgInviteRecord  `protobuf:"bytes,100,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*GetOrgInviteRecordInfoResp) Descriptor deprecated

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

Deprecated: Use GetOrgInviteRecordInfoResp.ProtoReflect.Descriptor instead.

func (*GetOrgInviteRecordInfoResp) GetCode

func (x *GetOrgInviteRecordInfoResp) GetCode() int32

func (*GetOrgInviteRecordInfoResp) GetData

func (*GetOrgInviteRecordInfoResp) GetMessage

func (x *GetOrgInviteRecordInfoResp) GetMessage() string

func (*GetOrgInviteRecordInfoResp) GetMetadata

func (x *GetOrgInviteRecordInfoResp) GetMetadata() map[string]string

func (*GetOrgInviteRecordInfoResp) GetReason

func (x *GetOrgInviteRecordInfoResp) GetReason() string

func (*GetOrgInviteRecordInfoResp) ProtoMessage

func (*GetOrgInviteRecordInfoResp) ProtoMessage()

func (*GetOrgInviteRecordInfoResp) ProtoReflect

func (*GetOrgInviteRecordInfoResp) Reset

func (x *GetOrgInviteRecordInfoResp) Reset()

func (*GetOrgInviteRecordInfoResp) String

func (x *GetOrgInviteRecordInfoResp) String() string

func (*GetOrgInviteRecordInfoResp) Validate

func (m *GetOrgInviteRecordInfoResp) Validate() error

Validate checks the field values on GetOrgInviteRecordInfoResp 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 (*GetOrgInviteRecordInfoResp) ValidateAll

func (m *GetOrgInviteRecordInfoResp) ValidateAll() error

ValidateAll checks the field values on GetOrgInviteRecordInfoResp 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 GetOrgInviteRecordInfoRespMultiError, or nil if none found.

type GetOrgInviteRecordInfoRespMultiError

type GetOrgInviteRecordInfoRespMultiError []error

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

func (GetOrgInviteRecordInfoRespMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetOrgInviteRecordInfoRespMultiError) Error

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

type GetOrgInviteRecordInfoRespValidationError

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

GetOrgInviteRecordInfoRespValidationError is the validation error returned by GetOrgInviteRecordInfoResp.Validate if the designated constraints aren't met.

func (GetOrgInviteRecordInfoRespValidationError) Cause

Cause function returns cause value.

func (GetOrgInviteRecordInfoRespValidationError) Error

Error satisfies the builtin error interface

func (GetOrgInviteRecordInfoRespValidationError) ErrorName

ErrorName returns error name.

func (GetOrgInviteRecordInfoRespValidationError) Field

Field function returns field value.

func (GetOrgInviteRecordInfoRespValidationError) Key

Key function returns key value.

func (GetOrgInviteRecordInfoRespValidationError) Reason

Reason function returns reason value.

type GetOrgInviteRecordListReq

type GetOrgInviteRecordListReq struct {
	PageRequest    *page.PageRequest `protobuf:"bytes,1,opt,name=page_request,json=pageRequest,proto3" json:"page_request,omitempty"`
	OrgIds         []uint64          `protobuf:"varint,100,rep,packed,name=org_ids,json=orgIds,proto3" json:"org_ids,omitempty"`                           // 组织ids
	InviterUserIds []uint64          `protobuf:"varint,102,rep,packed,name=inviter_user_ids,json=inviterUserIds,proto3" json:"inviter_user_ids,omitempty"` // 邀请人ids
	InviteIds      []uint64          `protobuf:"varint,103,rep,packed,name=invite_ids,json=inviteIds,proto3" json:"invite_ids,omitempty"`                  // 邀请ids
	InviteCode     string            `protobuf:"bytes,104,opt,name=invite_code,json=inviteCode,proto3" json:"invite_code,omitempty"`                       // 邀请码
	InviteAccount  string            `protobuf:"bytes,105,opt,name=invite_account,json=inviteAccount,proto3" json:"invite_account,omitempty"`              // 邀请账号
	// contains filtered or unexported fields
}

func (*GetOrgInviteRecordListReq) Descriptor deprecated

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

Deprecated: Use GetOrgInviteRecordListReq.ProtoReflect.Descriptor instead.

func (*GetOrgInviteRecordListReq) GetInviteAccount

func (x *GetOrgInviteRecordListReq) GetInviteAccount() string

func (*GetOrgInviteRecordListReq) GetInviteCode

func (x *GetOrgInviteRecordListReq) GetInviteCode() string

func (*GetOrgInviteRecordListReq) GetInviteIds

func (x *GetOrgInviteRecordListReq) GetInviteIds() []uint64

func (*GetOrgInviteRecordListReq) GetInviterUserIds

func (x *GetOrgInviteRecordListReq) GetInviterUserIds() []uint64

func (*GetOrgInviteRecordListReq) GetOrgIds

func (x *GetOrgInviteRecordListReq) GetOrgIds() []uint64

func (*GetOrgInviteRecordListReq) GetPageRequest

func (x *GetOrgInviteRecordListReq) GetPageRequest() *page.PageRequest

func (*GetOrgInviteRecordListReq) ProtoMessage

func (*GetOrgInviteRecordListReq) ProtoMessage()

func (*GetOrgInviteRecordListReq) ProtoReflect

func (*GetOrgInviteRecordListReq) Reset

func (x *GetOrgInviteRecordListReq) Reset()

func (*GetOrgInviteRecordListReq) String

func (x *GetOrgInviteRecordListReq) String() string

func (*GetOrgInviteRecordListReq) Validate

func (m *GetOrgInviteRecordListReq) Validate() error

Validate checks the field values on GetOrgInviteRecordListReq 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 (*GetOrgInviteRecordListReq) ValidateAll

func (m *GetOrgInviteRecordListReq) ValidateAll() error

ValidateAll checks the field values on GetOrgInviteRecordListReq 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 GetOrgInviteRecordListReqMultiError, or nil if none found.

type GetOrgInviteRecordListReqMultiError

type GetOrgInviteRecordListReqMultiError []error

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

func (GetOrgInviteRecordListReqMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetOrgInviteRecordListReqMultiError) Error

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

type GetOrgInviteRecordListReqValidationError

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

GetOrgInviteRecordListReqValidationError is the validation error returned by GetOrgInviteRecordListReq.Validate if the designated constraints aren't met.

func (GetOrgInviteRecordListReqValidationError) Cause

Cause function returns cause value.

func (GetOrgInviteRecordListReqValidationError) Error

Error satisfies the builtin error interface

func (GetOrgInviteRecordListReqValidationError) ErrorName

ErrorName returns error name.

func (GetOrgInviteRecordListReqValidationError) Field

Field function returns field value.

func (GetOrgInviteRecordListReqValidationError) Key

Key function returns key value.

func (GetOrgInviteRecordListReqValidationError) Reason

Reason function returns reason value.

type GetOrgInviteRecordListResp

type GetOrgInviteRecordListResp struct {
	Code     int32                           `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"`
	Reason   string                          `protobuf:"bytes,2,opt,name=reason,proto3" json:"reason,omitempty"`
	Message  string                          `protobuf:"bytes,3,opt,name=message,proto3" json:"message,omitempty"`
	Metadata map[string]string               `` /* 157-byte string literal not displayed */
	Data     *GetOrgInviteRecordListRespData `protobuf:"bytes,100,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*GetOrgInviteRecordListResp) Descriptor deprecated

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

Deprecated: Use GetOrgInviteRecordListResp.ProtoReflect.Descriptor instead.

func (*GetOrgInviteRecordListResp) GetCode

func (x *GetOrgInviteRecordListResp) GetCode() int32

func (*GetOrgInviteRecordListResp) GetData

func (*GetOrgInviteRecordListResp) GetMessage

func (x *GetOrgInviteRecordListResp) GetMessage() string

func (*GetOrgInviteRecordListResp) GetMetadata

func (x *GetOrgInviteRecordListResp) GetMetadata() map[string]string

func (*GetOrgInviteRecordListResp) GetReason

func (x *GetOrgInviteRecordListResp) GetReason() string

func (*GetOrgInviteRecordListResp) ProtoMessage

func (*GetOrgInviteRecordListResp) ProtoMessage()

func (*GetOrgInviteRecordListResp) ProtoReflect

func (*GetOrgInviteRecordListResp) Reset

func (x *GetOrgInviteRecordListResp) Reset()

func (*GetOrgInviteRecordListResp) String

func (x *GetOrgInviteRecordListResp) String() string

func (*GetOrgInviteRecordListResp) Validate

func (m *GetOrgInviteRecordListResp) Validate() error

Validate checks the field values on GetOrgInviteRecordListResp 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 (*GetOrgInviteRecordListResp) ValidateAll

func (m *GetOrgInviteRecordListResp) ValidateAll() error

ValidateAll checks the field values on GetOrgInviteRecordListResp 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 GetOrgInviteRecordListRespMultiError, or nil if none found.

type GetOrgInviteRecordListRespData

type GetOrgInviteRecordListRespData struct {
	List     []*OrgInviteRecord `protobuf:"bytes,1,rep,name=list,proto3" json:"list,omitempty"`
	PageInfo *page.PageResponse `protobuf:"bytes,2,opt,name=page_info,json=pageInfo,proto3" json:"page_info,omitempty"`
	// contains filtered or unexported fields
}

func (*GetOrgInviteRecordListRespData) Descriptor deprecated

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

Deprecated: Use GetOrgInviteRecordListRespData.ProtoReflect.Descriptor instead.

func (*GetOrgInviteRecordListRespData) GetList

func (*GetOrgInviteRecordListRespData) GetPageInfo

func (*GetOrgInviteRecordListRespData) ProtoMessage

func (*GetOrgInviteRecordListRespData) ProtoMessage()

func (*GetOrgInviteRecordListRespData) ProtoReflect

func (*GetOrgInviteRecordListRespData) Reset

func (x *GetOrgInviteRecordListRespData) Reset()

func (*GetOrgInviteRecordListRespData) String

func (*GetOrgInviteRecordListRespData) Validate

func (m *GetOrgInviteRecordListRespData) Validate() error

Validate checks the field values on GetOrgInviteRecordListRespData 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 (*GetOrgInviteRecordListRespData) ValidateAll

func (m *GetOrgInviteRecordListRespData) ValidateAll() error

ValidateAll checks the field values on GetOrgInviteRecordListRespData 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 GetOrgInviteRecordListRespDataMultiError, or nil if none found.

type GetOrgInviteRecordListRespDataMultiError

type GetOrgInviteRecordListRespDataMultiError []error

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

func (GetOrgInviteRecordListRespDataMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetOrgInviteRecordListRespDataMultiError) Error

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

type GetOrgInviteRecordListRespDataValidationError

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

GetOrgInviteRecordListRespDataValidationError is the validation error returned by GetOrgInviteRecordListRespData.Validate if the designated constraints aren't met.

func (GetOrgInviteRecordListRespDataValidationError) Cause

Cause function returns cause value.

func (GetOrgInviteRecordListRespDataValidationError) Error

Error satisfies the builtin error interface

func (GetOrgInviteRecordListRespDataValidationError) ErrorName

ErrorName returns error name.

func (GetOrgInviteRecordListRespDataValidationError) Field

Field function returns field value.

func (GetOrgInviteRecordListRespDataValidationError) Key

Key function returns key value.

func (GetOrgInviteRecordListRespDataValidationError) Reason

Reason function returns reason value.

type GetOrgInviteRecordListRespMultiError

type GetOrgInviteRecordListRespMultiError []error

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

func (GetOrgInviteRecordListRespMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetOrgInviteRecordListRespMultiError) Error

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

type GetOrgInviteRecordListRespValidationError

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

GetOrgInviteRecordListRespValidationError is the validation error returned by GetOrgInviteRecordListResp.Validate if the designated constraints aren't met.

func (GetOrgInviteRecordListRespValidationError) Cause

Cause function returns cause value.

func (GetOrgInviteRecordListRespValidationError) Error

Error satisfies the builtin error interface

func (GetOrgInviteRecordListRespValidationError) ErrorName

ErrorName returns error name.

func (GetOrgInviteRecordListRespValidationError) Field

Field function returns field value.

func (GetOrgInviteRecordListRespValidationError) Key

Key function returns key value.

func (GetOrgInviteRecordListRespValidationError) Reason

Reason function returns reason value.

type GetOrgListReq

type GetOrgListReq struct {
	PageRequest *page.PageRequest `protobuf:"bytes,1,opt,name=page_request,json=pageRequest,proto3" json:"page_request,omitempty"`
	OrgIds      []uint64          `protobuf:"varint,100,rep,packed,name=org_ids,json=orgIds,proto3" json:"org_ids,omitempty"` // 组织ids
	OrgName     string            `protobuf:"bytes,101,opt,name=org_name,json=orgName,proto3" json:"org_name,omitempty"`      // 组织名称
	// contains filtered or unexported fields
}

func (*GetOrgListReq) Descriptor deprecated

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

Deprecated: Use GetOrgListReq.ProtoReflect.Descriptor instead.

func (*GetOrgListReq) GetOrgIds

func (x *GetOrgListReq) GetOrgIds() []uint64

func (*GetOrgListReq) GetOrgName

func (x *GetOrgListReq) GetOrgName() string

func (*GetOrgListReq) GetPageRequest

func (x *GetOrgListReq) GetPageRequest() *page.PageRequest

func (*GetOrgListReq) ProtoMessage

func (*GetOrgListReq) ProtoMessage()

func (*GetOrgListReq) ProtoReflect

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

func (*GetOrgListReq) Reset

func (x *GetOrgListReq) Reset()

func (*GetOrgListReq) String

func (x *GetOrgListReq) String() string

func (*GetOrgListReq) Validate

func (m *GetOrgListReq) Validate() error

Validate checks the field values on GetOrgListReq 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 (*GetOrgListReq) ValidateAll

func (m *GetOrgListReq) ValidateAll() error

ValidateAll checks the field values on GetOrgListReq 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 GetOrgListReqMultiError, or nil if none found.

type GetOrgListReqMultiError

type GetOrgListReqMultiError []error

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

func (GetOrgListReqMultiError) AllErrors

func (m GetOrgListReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetOrgListReqMultiError) Error

func (m GetOrgListReqMultiError) Error() string

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

type GetOrgListReqValidationError

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

GetOrgListReqValidationError is the validation error returned by GetOrgListReq.Validate if the designated constraints aren't met.

func (GetOrgListReqValidationError) Cause

Cause function returns cause value.

func (GetOrgListReqValidationError) Error

Error satisfies the builtin error interface

func (GetOrgListReqValidationError) ErrorName

func (e GetOrgListReqValidationError) ErrorName() string

ErrorName returns error name.

func (GetOrgListReqValidationError) Field

Field function returns field value.

func (GetOrgListReqValidationError) Key

Key function returns key value.

func (GetOrgListReqValidationError) Reason

Reason function returns reason value.

type GetOrgListResp

type GetOrgListResp struct {
	Code     int32               `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"`
	Reason   string              `protobuf:"bytes,2,opt,name=reason,proto3" json:"reason,omitempty"`
	Message  string              `protobuf:"bytes,3,opt,name=message,proto3" json:"message,omitempty"`
	Metadata map[string]string   `` /* 157-byte string literal not displayed */
	Data     *GetOrgListRespData `protobuf:"bytes,100,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*GetOrgListResp) Descriptor deprecated

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

Deprecated: Use GetOrgListResp.ProtoReflect.Descriptor instead.

func (*GetOrgListResp) GetCode

func (x *GetOrgListResp) GetCode() int32

func (*GetOrgListResp) GetData

func (x *GetOrgListResp) GetData() *GetOrgListRespData

func (*GetOrgListResp) GetMessage

func (x *GetOrgListResp) GetMessage() string

func (*GetOrgListResp) GetMetadata

func (x *GetOrgListResp) GetMetadata() map[string]string

func (*GetOrgListResp) GetReason

func (x *GetOrgListResp) GetReason() string

func (*GetOrgListResp) ProtoMessage

func (*GetOrgListResp) ProtoMessage()

func (*GetOrgListResp) ProtoReflect

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

func (*GetOrgListResp) Reset

func (x *GetOrgListResp) Reset()

func (*GetOrgListResp) String

func (x *GetOrgListResp) String() string

func (*GetOrgListResp) Validate

func (m *GetOrgListResp) Validate() error

Validate checks the field values on GetOrgListResp 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 (*GetOrgListResp) ValidateAll

func (m *GetOrgListResp) ValidateAll() error

ValidateAll checks the field values on GetOrgListResp 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 GetOrgListRespMultiError, or nil if none found.

type GetOrgListRespData

type GetOrgListRespData struct {
	List     []*Org             `protobuf:"bytes,1,rep,name=list,proto3" json:"list,omitempty"`
	PageInfo *page.PageResponse `protobuf:"bytes,2,opt,name=page_info,json=pageInfo,proto3" json:"page_info,omitempty"`
	// contains filtered or unexported fields
}

func (*GetOrgListRespData) Descriptor deprecated

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

Deprecated: Use GetOrgListRespData.ProtoReflect.Descriptor instead.

func (*GetOrgListRespData) GetList

func (x *GetOrgListRespData) GetList() []*Org

func (*GetOrgListRespData) GetPageInfo

func (x *GetOrgListRespData) GetPageInfo() *page.PageResponse

func (*GetOrgListRespData) ProtoMessage

func (*GetOrgListRespData) ProtoMessage()

func (*GetOrgListRespData) ProtoReflect

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

func (*GetOrgListRespData) Reset

func (x *GetOrgListRespData) Reset()

func (*GetOrgListRespData) String

func (x *GetOrgListRespData) String() string

func (*GetOrgListRespData) Validate

func (m *GetOrgListRespData) Validate() error

Validate checks the field values on GetOrgListRespData 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 (*GetOrgListRespData) ValidateAll

func (m *GetOrgListRespData) ValidateAll() error

ValidateAll checks the field values on GetOrgListRespData 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 GetOrgListRespDataMultiError, or nil if none found.

type GetOrgListRespDataMultiError

type GetOrgListRespDataMultiError []error

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

func (GetOrgListRespDataMultiError) AllErrors

func (m GetOrgListRespDataMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetOrgListRespDataMultiError) Error

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

type GetOrgListRespDataValidationError

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

GetOrgListRespDataValidationError is the validation error returned by GetOrgListRespData.Validate if the designated constraints aren't met.

func (GetOrgListRespDataValidationError) Cause

Cause function returns cause value.

func (GetOrgListRespDataValidationError) Error

Error satisfies the builtin error interface

func (GetOrgListRespDataValidationError) ErrorName

ErrorName returns error name.

func (GetOrgListRespDataValidationError) Field

Field function returns field value.

func (GetOrgListRespDataValidationError) Key

Key function returns key value.

func (GetOrgListRespDataValidationError) Reason

Reason function returns reason value.

type GetOrgListRespMultiError

type GetOrgListRespMultiError []error

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

func (GetOrgListRespMultiError) AllErrors

func (m GetOrgListRespMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetOrgListRespMultiError) Error

func (m GetOrgListRespMultiError) Error() string

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

type GetOrgListRespValidationError

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

GetOrgListRespValidationError is the validation error returned by GetOrgListResp.Validate if the designated constraints aren't met.

func (GetOrgListRespValidationError) Cause

Cause function returns cause value.

func (GetOrgListRespValidationError) Error

Error satisfies the builtin error interface

func (GetOrgListRespValidationError) ErrorName

func (e GetOrgListRespValidationError) ErrorName() string

ErrorName returns error name.

func (GetOrgListRespValidationError) Field

Field function returns field value.

func (GetOrgListRespValidationError) Key

Key function returns key value.

func (GetOrgListRespValidationError) Reason

Reason function returns reason value.

type GetUserLastOrgReq

type GetUserLastOrgReq struct {
	UserId                      uint64 `protobuf:"varint,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`            // 用户ID
	UserName                    string `protobuf:"bytes,2,opt,name=user_name,json=userName,proto3" json:"user_name,omitempty"`       // 用户名称
	UserAvatar                  string `protobuf:"bytes,3,opt,name=user_avatar,json=userAvatar,proto3" json:"user_avatar,omitempty"` // 用户头像
	CreatePersonalOrgIfNotExist bool   ``                                                                                            // 是否创建个人组织
	/* 153-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GetUserLastOrgReq) Descriptor deprecated

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

Deprecated: Use GetUserLastOrgReq.ProtoReflect.Descriptor instead.

func (*GetUserLastOrgReq) GetCreatePersonalOrgIfNotExist

func (x *GetUserLastOrgReq) GetCreatePersonalOrgIfNotExist() bool

func (*GetUserLastOrgReq) GetUserAvatar

func (x *GetUserLastOrgReq) GetUserAvatar() string

func (*GetUserLastOrgReq) GetUserId

func (x *GetUserLastOrgReq) GetUserId() uint64

func (*GetUserLastOrgReq) GetUserName

func (x *GetUserLastOrgReq) GetUserName() string

func (*GetUserLastOrgReq) ProtoMessage

func (*GetUserLastOrgReq) ProtoMessage()

func (*GetUserLastOrgReq) ProtoReflect

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

func (*GetUserLastOrgReq) Reset

func (x *GetUserLastOrgReq) Reset()

func (*GetUserLastOrgReq) String

func (x *GetUserLastOrgReq) String() string

func (*GetUserLastOrgReq) Validate

func (m *GetUserLastOrgReq) Validate() error

Validate checks the field values on GetUserLastOrgReq 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 (*GetUserLastOrgReq) ValidateAll

func (m *GetUserLastOrgReq) ValidateAll() error

ValidateAll checks the field values on GetUserLastOrgReq 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 GetUserLastOrgReqMultiError, or nil if none found.

type GetUserLastOrgReqMultiError

type GetUserLastOrgReqMultiError []error

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

func (GetUserLastOrgReqMultiError) AllErrors

func (m GetUserLastOrgReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetUserLastOrgReqMultiError) Error

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

type GetUserLastOrgReqValidationError

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

GetUserLastOrgReqValidationError is the validation error returned by GetUserLastOrgReq.Validate if the designated constraints aren't met.

func (GetUserLastOrgReqValidationError) Cause

Cause function returns cause value.

func (GetUserLastOrgReqValidationError) Error

Error satisfies the builtin error interface

func (GetUserLastOrgReqValidationError) ErrorName

ErrorName returns error name.

func (GetUserLastOrgReqValidationError) Field

Field function returns field value.

func (GetUserLastOrgReqValidationError) Key

Key function returns key value.

func (GetUserLastOrgReqValidationError) Reason

Reason function returns reason value.

type GetUserLastOrgResp

type GetUserLastOrgResp struct {
	Code     int32              `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"`
	Reason   string             `protobuf:"bytes,2,opt,name=reason,proto3" json:"reason,omitempty"`
	Message  string             `protobuf:"bytes,3,opt,name=message,proto3" json:"message,omitempty"`
	Metadata map[string]string  `` /* 157-byte string literal not displayed */
	Data     *CreateOrgRespData `protobuf:"bytes,100,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*GetUserLastOrgResp) Descriptor deprecated

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

Deprecated: Use GetUserLastOrgResp.ProtoReflect.Descriptor instead.

func (*GetUserLastOrgResp) GetCode

func (x *GetUserLastOrgResp) GetCode() int32

func (*GetUserLastOrgResp) GetData

func (x *GetUserLastOrgResp) GetData() *CreateOrgRespData

func (*GetUserLastOrgResp) GetMessage

func (x *GetUserLastOrgResp) GetMessage() string

func (*GetUserLastOrgResp) GetMetadata

func (x *GetUserLastOrgResp) GetMetadata() map[string]string

func (*GetUserLastOrgResp) GetReason

func (x *GetUserLastOrgResp) GetReason() string

func (*GetUserLastOrgResp) ProtoMessage

func (*GetUserLastOrgResp) ProtoMessage()

func (*GetUserLastOrgResp) ProtoReflect

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

func (*GetUserLastOrgResp) Reset

func (x *GetUserLastOrgResp) Reset()

func (*GetUserLastOrgResp) String

func (x *GetUserLastOrgResp) String() string

func (*GetUserLastOrgResp) Validate

func (m *GetUserLastOrgResp) Validate() error

Validate checks the field values on GetUserLastOrgResp 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 (*GetUserLastOrgResp) ValidateAll

func (m *GetUserLastOrgResp) ValidateAll() error

ValidateAll checks the field values on GetUserLastOrgResp 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 GetUserLastOrgRespMultiError, or nil if none found.

type GetUserLastOrgRespMultiError

type GetUserLastOrgRespMultiError []error

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

func (GetUserLastOrgRespMultiError) AllErrors

func (m GetUserLastOrgRespMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetUserLastOrgRespMultiError) Error

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

type GetUserLastOrgRespValidationError

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

GetUserLastOrgRespValidationError is the validation error returned by GetUserLastOrgResp.Validate if the designated constraints aren't met.

func (GetUserLastOrgRespValidationError) Cause

Cause function returns cause value.

func (GetUserLastOrgRespValidationError) Error

Error satisfies the builtin error interface

func (GetUserLastOrgRespValidationError) ErrorName

ErrorName returns error name.

func (GetUserLastOrgRespValidationError) Field

Field function returns field value.

func (GetUserLastOrgRespValidationError) Key

Key function returns key value.

func (GetUserLastOrgRespValidationError) Reason

Reason function returns reason value.

type GetUserOrgEmployeeInfoReq

type GetUserOrgEmployeeInfoReq struct {
	UserId uint64 `protobuf:"varint,100,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	OrgId  uint64 `protobuf:"varint,101,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetUserOrgEmployeeInfoReq) Descriptor deprecated

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

Deprecated: Use GetUserOrgEmployeeInfoReq.ProtoReflect.Descriptor instead.

func (*GetUserOrgEmployeeInfoReq) GetOrgId

func (x *GetUserOrgEmployeeInfoReq) GetOrgId() uint64

func (*GetUserOrgEmployeeInfoReq) GetUserId

func (x *GetUserOrgEmployeeInfoReq) GetUserId() uint64

func (*GetUserOrgEmployeeInfoReq) ProtoMessage

func (*GetUserOrgEmployeeInfoReq) ProtoMessage()

func (*GetUserOrgEmployeeInfoReq) ProtoReflect

func (*GetUserOrgEmployeeInfoReq) Reset

func (x *GetUserOrgEmployeeInfoReq) Reset()

func (*GetUserOrgEmployeeInfoReq) String

func (x *GetUserOrgEmployeeInfoReq) String() string

func (*GetUserOrgEmployeeInfoReq) Validate

func (m *GetUserOrgEmployeeInfoReq) Validate() error

Validate checks the field values on GetUserOrgEmployeeInfoReq 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 (*GetUserOrgEmployeeInfoReq) ValidateAll

func (m *GetUserOrgEmployeeInfoReq) ValidateAll() error

ValidateAll checks the field values on GetUserOrgEmployeeInfoReq 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 GetUserOrgEmployeeInfoReqMultiError, or nil if none found.

type GetUserOrgEmployeeInfoReqMultiError

type GetUserOrgEmployeeInfoReqMultiError []error

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

func (GetUserOrgEmployeeInfoReqMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetUserOrgEmployeeInfoReqMultiError) Error

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

type GetUserOrgEmployeeInfoReqValidationError

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

GetUserOrgEmployeeInfoReqValidationError is the validation error returned by GetUserOrgEmployeeInfoReq.Validate if the designated constraints aren't met.

func (GetUserOrgEmployeeInfoReqValidationError) Cause

Cause function returns cause value.

func (GetUserOrgEmployeeInfoReqValidationError) Error

Error satisfies the builtin error interface

func (GetUserOrgEmployeeInfoReqValidationError) ErrorName

ErrorName returns error name.

func (GetUserOrgEmployeeInfoReqValidationError) Field

Field function returns field value.

func (GetUserOrgEmployeeInfoReqValidationError) Key

Key function returns key value.

func (GetUserOrgEmployeeInfoReqValidationError) Reason

Reason function returns reason value.

type JoinByInviteLinkReq

type JoinByInviteLinkReq struct {
	InviteId   uint64 `protobuf:"varint,100,opt,name=invite_id,json=inviteId,proto3" json:"invite_id,omitempty"`
	InviteCode string `protobuf:"bytes,101,opt,name=invite_code,json=inviteCode,proto3" json:"invite_code,omitempty"`
	UserId     uint64 `protobuf:"varint,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`            // 成员ID
	UserName   string `protobuf:"bytes,2,opt,name=user_name,json=userName,proto3" json:"user_name,omitempty"`       // 成员名称
	UserAvatar string `protobuf:"bytes,5,opt,name=user_avatar,json=userAvatar,proto3" json:"user_avatar,omitempty"` // 成员头像
	UserPhone  string `protobuf:"bytes,6,opt,name=user_phone,json=userPhone,proto3" json:"user_phone,omitempty"`    // 成员电话
	UserEmail  string `protobuf:"bytes,7,opt,name=user_email,json=userEmail,proto3" json:"user_email,omitempty"`    // 成员邮箱
	// contains filtered or unexported fields
}

func (*JoinByInviteLinkReq) Descriptor deprecated

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

Deprecated: Use JoinByInviteLinkReq.ProtoReflect.Descriptor instead.

func (*JoinByInviteLinkReq) GetInviteCode

func (x *JoinByInviteLinkReq) GetInviteCode() string

func (*JoinByInviteLinkReq) GetInviteId

func (x *JoinByInviteLinkReq) GetInviteId() uint64

func (*JoinByInviteLinkReq) GetUserAvatar

func (x *JoinByInviteLinkReq) GetUserAvatar() string

func (*JoinByInviteLinkReq) GetUserEmail

func (x *JoinByInviteLinkReq) GetUserEmail() string

func (*JoinByInviteLinkReq) GetUserId

func (x *JoinByInviteLinkReq) GetUserId() uint64

func (*JoinByInviteLinkReq) GetUserName

func (x *JoinByInviteLinkReq) GetUserName() string

func (*JoinByInviteLinkReq) GetUserPhone

func (x *JoinByInviteLinkReq) GetUserPhone() string

func (*JoinByInviteLinkReq) ProtoMessage

func (*JoinByInviteLinkReq) ProtoMessage()

func (*JoinByInviteLinkReq) ProtoReflect

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

func (*JoinByInviteLinkReq) Reset

func (x *JoinByInviteLinkReq) Reset()

func (*JoinByInviteLinkReq) String

func (x *JoinByInviteLinkReq) String() string

func (*JoinByInviteLinkReq) Validate

func (m *JoinByInviteLinkReq) Validate() error

Validate checks the field values on JoinByInviteLinkReq 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 (*JoinByInviteLinkReq) ValidateAll

func (m *JoinByInviteLinkReq) ValidateAll() error

ValidateAll checks the field values on JoinByInviteLinkReq 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 JoinByInviteLinkReqMultiError, or nil if none found.

type JoinByInviteLinkReqMultiError

type JoinByInviteLinkReqMultiError []error

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

func (JoinByInviteLinkReqMultiError) AllErrors

func (m JoinByInviteLinkReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (JoinByInviteLinkReqMultiError) Error

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

type JoinByInviteLinkReqValidationError

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

JoinByInviteLinkReqValidationError is the validation error returned by JoinByInviteLinkReq.Validate if the designated constraints aren't met.

func (JoinByInviteLinkReqValidationError) Cause

Cause function returns cause value.

func (JoinByInviteLinkReqValidationError) Error

Error satisfies the builtin error interface

func (JoinByInviteLinkReqValidationError) ErrorName

ErrorName returns error name.

func (JoinByInviteLinkReqValidationError) Field

Field function returns field value.

func (JoinByInviteLinkReqValidationError) Key

Key function returns key value.

func (JoinByInviteLinkReqValidationError) Reason

Reason function returns reason value.

type JoinByInviteLinkResp

type JoinByInviteLinkResp struct {
	Code     int32                     `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"`
	Reason   string                    `protobuf:"bytes,2,opt,name=reason,proto3" json:"reason,omitempty"`
	Message  string                    `protobuf:"bytes,3,opt,name=message,proto3" json:"message,omitempty"`
	Metadata map[string]string         `` /* 157-byte string literal not displayed */
	Data     *JoinByInviteLinkRespData `protobuf:"bytes,100,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*JoinByInviteLinkResp) Descriptor deprecated

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

Deprecated: Use JoinByInviteLinkResp.ProtoReflect.Descriptor instead.

func (*JoinByInviteLinkResp) GetCode

func (x *JoinByInviteLinkResp) GetCode() int32

func (*JoinByInviteLinkResp) GetData

func (*JoinByInviteLinkResp) GetMessage

func (x *JoinByInviteLinkResp) GetMessage() string

func (*JoinByInviteLinkResp) GetMetadata

func (x *JoinByInviteLinkResp) GetMetadata() map[string]string

func (*JoinByInviteLinkResp) GetReason

func (x *JoinByInviteLinkResp) GetReason() string

func (*JoinByInviteLinkResp) ProtoMessage

func (*JoinByInviteLinkResp) ProtoMessage()

func (*JoinByInviteLinkResp) ProtoReflect

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

func (*JoinByInviteLinkResp) Reset

func (x *JoinByInviteLinkResp) Reset()

func (*JoinByInviteLinkResp) String

func (x *JoinByInviteLinkResp) String() string

func (*JoinByInviteLinkResp) Validate

func (m *JoinByInviteLinkResp) Validate() error

Validate checks the field values on JoinByInviteLinkResp 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 (*JoinByInviteLinkResp) ValidateAll

func (m *JoinByInviteLinkResp) ValidateAll() error

ValidateAll checks the field values on JoinByInviteLinkResp 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 JoinByInviteLinkRespMultiError, or nil if none found.

type JoinByInviteLinkRespData

type JoinByInviteLinkRespData struct {
	OrgId          uint64                                        `protobuf:"varint,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	UserId         uint64                                        `protobuf:"varint,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	EmployeeId     uint64                                        `protobuf:"varint,3,opt,name=employee_id,json=employeeId,proto3" json:"employee_id,omitempty"`
	EmployeeName   string                                        `protobuf:"bytes,4,opt,name=employee_name,json=employeeName,proto3" json:"employee_name,omitempty"`
	EmployeeAvatar string                                        `protobuf:"bytes,5,opt,name=employee_avatar,json=employeeAvatar,proto3" json:"employee_avatar,omitempty"`
	EmployeeStatus enums.OrgEmployeeStatusEnum_OrgEmployeeStatus `` // 成员状态
	/* 169-byte string literal not displayed */
	EmployeeRole enums.OrgEmployeeRoleEnum_OrgEmployeeRole `` // 成员角色
	/* 159-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*JoinByInviteLinkRespData) Descriptor deprecated

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

Deprecated: Use JoinByInviteLinkRespData.ProtoReflect.Descriptor instead.

func (*JoinByInviteLinkRespData) GetEmployeeAvatar

func (x *JoinByInviteLinkRespData) GetEmployeeAvatar() string

func (*JoinByInviteLinkRespData) GetEmployeeId

func (x *JoinByInviteLinkRespData) GetEmployeeId() uint64

func (*JoinByInviteLinkRespData) GetEmployeeName

func (x *JoinByInviteLinkRespData) GetEmployeeName() string

func (*JoinByInviteLinkRespData) GetEmployeeRole

func (*JoinByInviteLinkRespData) GetEmployeeStatus

func (*JoinByInviteLinkRespData) GetOrgId

func (x *JoinByInviteLinkRespData) GetOrgId() uint64

func (*JoinByInviteLinkRespData) GetUserId

func (x *JoinByInviteLinkRespData) GetUserId() uint64

func (*JoinByInviteLinkRespData) ProtoMessage

func (*JoinByInviteLinkRespData) ProtoMessage()

func (*JoinByInviteLinkRespData) ProtoReflect

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

func (*JoinByInviteLinkRespData) Reset

func (x *JoinByInviteLinkRespData) Reset()

func (*JoinByInviteLinkRespData) String

func (x *JoinByInviteLinkRespData) String() string

func (*JoinByInviteLinkRespData) Validate

func (m *JoinByInviteLinkRespData) Validate() error

Validate checks the field values on JoinByInviteLinkRespData 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 (*JoinByInviteLinkRespData) ValidateAll

func (m *JoinByInviteLinkRespData) ValidateAll() error

ValidateAll checks the field values on JoinByInviteLinkRespData 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 JoinByInviteLinkRespDataMultiError, or nil if none found.

type JoinByInviteLinkRespDataMultiError

type JoinByInviteLinkRespDataMultiError []error

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

func (JoinByInviteLinkRespDataMultiError) AllErrors

func (m JoinByInviteLinkRespDataMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (JoinByInviteLinkRespDataMultiError) Error

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

type JoinByInviteLinkRespDataValidationError

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

JoinByInviteLinkRespDataValidationError is the validation error returned by JoinByInviteLinkRespData.Validate if the designated constraints aren't met.

func (JoinByInviteLinkRespDataValidationError) Cause

Cause function returns cause value.

func (JoinByInviteLinkRespDataValidationError) Error

Error satisfies the builtin error interface

func (JoinByInviteLinkRespDataValidationError) ErrorName

ErrorName returns error name.

func (JoinByInviteLinkRespDataValidationError) Field

Field function returns field value.

func (JoinByInviteLinkRespDataValidationError) Key

Key function returns key value.

func (JoinByInviteLinkRespDataValidationError) Reason

Reason function returns reason value.

type JoinByInviteLinkRespMultiError

type JoinByInviteLinkRespMultiError []error

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

func (JoinByInviteLinkRespMultiError) AllErrors

func (m JoinByInviteLinkRespMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (JoinByInviteLinkRespMultiError) Error

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

type JoinByInviteLinkRespValidationError

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

JoinByInviteLinkRespValidationError is the validation error returned by JoinByInviteLinkResp.Validate if the designated constraints aren't met.

func (JoinByInviteLinkRespValidationError) Cause

Cause function returns cause value.

func (JoinByInviteLinkRespValidationError) Error

Error satisfies the builtin error interface

func (JoinByInviteLinkRespValidationError) ErrorName

ErrorName returns error name.

func (JoinByInviteLinkRespValidationError) Field

Field function returns field value.

func (JoinByInviteLinkRespValidationError) Key

Key function returns key value.

func (JoinByInviteLinkRespValidationError) Reason

Reason function returns reason value.

type OnlyCreateOrgReq

type OnlyCreateOrgReq struct {
	CreatorId uint64                    `protobuf:"varint,100,opt,name=creator_id,json=creatorId,proto3" json:"creator_id,omitempty"` // 创建人ID
	OrgName   string                    `protobuf:"bytes,1,opt,name=org_name,json=orgName,proto3" json:"org_name,omitempty"`          // 组织名称
	OrgAvatar string                    `protobuf:"bytes,2,opt,name=org_avatar,json=orgAvatar,proto3" json:"org_avatar,omitempty"`    // 组织头像
	OrgType   enums.OrgTypeEnum_OrgType ``                                                                                            // 组织类型
	/* 128-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*OnlyCreateOrgReq) Descriptor deprecated

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

Deprecated: Use OnlyCreateOrgReq.ProtoReflect.Descriptor instead.

func (*OnlyCreateOrgReq) GetCreatorId

func (x *OnlyCreateOrgReq) GetCreatorId() uint64

func (*OnlyCreateOrgReq) GetOrgAvatar

func (x *OnlyCreateOrgReq) GetOrgAvatar() string

func (*OnlyCreateOrgReq) GetOrgName

func (x *OnlyCreateOrgReq) GetOrgName() string

func (*OnlyCreateOrgReq) GetOrgType

func (x *OnlyCreateOrgReq) GetOrgType() enums.OrgTypeEnum_OrgType

func (*OnlyCreateOrgReq) ProtoMessage

func (*OnlyCreateOrgReq) ProtoMessage()

func (*OnlyCreateOrgReq) ProtoReflect

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

func (*OnlyCreateOrgReq) Reset

func (x *OnlyCreateOrgReq) Reset()

func (*OnlyCreateOrgReq) String

func (x *OnlyCreateOrgReq) String() string

func (*OnlyCreateOrgReq) Validate

func (m *OnlyCreateOrgReq) Validate() error

Validate checks the field values on OnlyCreateOrgReq 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 (*OnlyCreateOrgReq) ValidateAll

func (m *OnlyCreateOrgReq) ValidateAll() error

ValidateAll checks the field values on OnlyCreateOrgReq 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 OnlyCreateOrgReqMultiError, or nil if none found.

type OnlyCreateOrgReqMultiError

type OnlyCreateOrgReqMultiError []error

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

func (OnlyCreateOrgReqMultiError) AllErrors

func (m OnlyCreateOrgReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (OnlyCreateOrgReqMultiError) Error

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

type OnlyCreateOrgReqValidationError

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

OnlyCreateOrgReqValidationError is the validation error returned by OnlyCreateOrgReq.Validate if the designated constraints aren't met.

func (OnlyCreateOrgReqValidationError) Cause

Cause function returns cause value.

func (OnlyCreateOrgReqValidationError) Error

Error satisfies the builtin error interface

func (OnlyCreateOrgReqValidationError) ErrorName

ErrorName returns error name.

func (OnlyCreateOrgReqValidationError) Field

Field function returns field value.

func (OnlyCreateOrgReqValidationError) Key

Key function returns key value.

func (OnlyCreateOrgReqValidationError) Reason

Reason function returns reason value.

type Org

type Org struct {
	Id              uint64                        `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	CreatedTime     string                        `protobuf:"bytes,2,opt,name=created_time,json=createdTime,proto3" json:"created_time,omitempty"`
	UpdatedTime     string                        `protobuf:"bytes,3,opt,name=updated_time,json=updatedTime,proto3" json:"updated_time,omitempty"`
	DeletedTime     uint64                        `protobuf:"varint,4,opt,name=deleted_time,json=deletedTime,proto3" json:"deleted_time,omitempty"`
	OrgId           uint64                        `protobuf:"varint,5,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	OrgName         string                        `protobuf:"bytes,6,opt,name=org_name,json=orgName,proto3" json:"org_name,omitempty"`
	OrgAvatar       string                        `protobuf:"bytes,7,opt,name=org_avatar,json=orgAvatar,proto3" json:"org_avatar,omitempty"`
	OrgContactName  string                        `protobuf:"bytes,8,opt,name=org_contact_name,json=orgContactName,proto3" json:"org_contact_name,omitempty"`
	OrgContactPhone string                        `protobuf:"bytes,9,opt,name=org_contact_phone,json=orgContactPhone,proto3" json:"org_contact_phone,omitempty"`
	OrgContactEmail string                        `protobuf:"bytes,10,opt,name=org_contact_email,json=orgContactEmail,proto3" json:"org_contact_email,omitempty"`
	OrgType         enums.OrgTypeEnum_OrgType     `` /* 129-byte string literal not displayed */
	OrgStatus       enums.OrgStatusEnum_OrgStatus `` /* 139-byte string literal not displayed */
	OrgIndustryId   uint64                        `protobuf:"varint,13,opt,name=org_industry_id,json=orgIndustryId,proto3" json:"org_industry_id,omitempty"`
	OrgScaleId      uint64                        `protobuf:"varint,14,opt,name=org_scale_id,json=orgScaleId,proto3" json:"org_scale_id,omitempty"`
	OrgAddress      string                        `protobuf:"bytes,15,opt,name=org_address,json=orgAddress,proto3" json:"org_address,omitempty"`
	OrgZipCode      string                        `protobuf:"bytes,16,opt,name=org_zip_code,json=orgZipCode,proto3" json:"org_zip_code,omitempty"`
	OrgCreatorId    uint64                        `protobuf:"varint,17,opt,name=org_creator_id,json=orgCreatorId,proto3" json:"org_creator_id,omitempty"`
	// contains filtered or unexported fields
}

Org ENGINE InnoDB CHARSET utf8mb4 COMMENT '组织'

func (*Org) Descriptor deprecated

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

Deprecated: Use Org.ProtoReflect.Descriptor instead.

func (*Org) GetCreatedTime

func (x *Org) GetCreatedTime() string

func (*Org) GetDeletedTime

func (x *Org) GetDeletedTime() uint64

func (*Org) GetId

func (x *Org) GetId() uint64

func (*Org) GetOrgAddress

func (x *Org) GetOrgAddress() string

func (*Org) GetOrgAvatar

func (x *Org) GetOrgAvatar() string

func (*Org) GetOrgContactEmail

func (x *Org) GetOrgContactEmail() string

func (*Org) GetOrgContactName

func (x *Org) GetOrgContactName() string

func (*Org) GetOrgContactPhone

func (x *Org) GetOrgContactPhone() string

func (*Org) GetOrgCreatorId

func (x *Org) GetOrgCreatorId() uint64

func (*Org) GetOrgId

func (x *Org) GetOrgId() uint64

func (*Org) GetOrgIndustryId

func (x *Org) GetOrgIndustryId() uint64

func (*Org) GetOrgName

func (x *Org) GetOrgName() string

func (*Org) GetOrgScaleId

func (x *Org) GetOrgScaleId() uint64

func (*Org) GetOrgStatus

func (x *Org) GetOrgStatus() enums.OrgStatusEnum_OrgStatus

func (*Org) GetOrgType

func (x *Org) GetOrgType() enums.OrgTypeEnum_OrgType

func (*Org) GetOrgZipCode

func (x *Org) GetOrgZipCode() string

func (*Org) GetUpdatedTime

func (x *Org) GetUpdatedTime() string

func (*Org) ProtoMessage

func (*Org) ProtoMessage()

func (*Org) ProtoReflect

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

func (*Org) Reset

func (x *Org) Reset()

func (*Org) String

func (x *Org) String() string

func (*Org) Validate

func (m *Org) Validate() error

Validate checks the field values on Org 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 (*Org) ValidateAll

func (m *Org) ValidateAll() error

ValidateAll checks the field values on Org 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 OrgMultiError, or nil if none found.

type OrgEmployee

type OrgEmployee struct {
	Id              uint64                                        `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	CreatedTime     string                                        `protobuf:"bytes,2,opt,name=created_time,json=createdTime,proto3" json:"created_time,omitempty"`
	UpdatedTime     string                                        `protobuf:"bytes,3,opt,name=updated_time,json=updatedTime,proto3" json:"updated_time,omitempty"`
	DeletedTime     uint64                                        `protobuf:"varint,4,opt,name=deleted_time,json=deletedTime,proto3" json:"deleted_time,omitempty"`
	EmployeeId      uint64                                        `protobuf:"varint,5,opt,name=employee_id,json=employeeId,proto3" json:"employee_id,omitempty"`
	UserId          uint64                                        `protobuf:"varint,6,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	OrgId           uint64                                        `protobuf:"varint,7,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	EmployeeName    string                                        `protobuf:"bytes,8,opt,name=employee_name,json=employeeName,proto3" json:"employee_name,omitempty"`
	EmployeeAvatar  string                                        `protobuf:"bytes,9,opt,name=employee_avatar,json=employeeAvatar,proto3" json:"employee_avatar,omitempty"`
	EmployeePhone   string                                        `protobuf:"bytes,10,opt,name=employee_phone,json=employeePhone,proto3" json:"employee_phone,omitempty"`
	EmployeeEmail   string                                        `protobuf:"bytes,11,opt,name=employee_email,json=employeeEmail,proto3" json:"employee_email,omitempty"`
	EmployeeRole    enums.OrgEmployeeRoleEnum_OrgEmployeeRole     `` /* 160-byte string literal not displayed */
	EmployeeStatus  enums.OrgEmployeeStatusEnum_OrgEmployeeStatus `` /* 170-byte string literal not displayed */
	InviterRecordId uint64                                        `protobuf:"varint,14,opt,name=inviter_record_id,json=inviterRecordId,proto3" json:"inviter_record_id,omitempty"`
	InviterUserId   uint64                                        `protobuf:"varint,15,opt,name=inviter_user_id,json=inviterUserId,proto3" json:"inviter_user_id,omitempty"`
	// contains filtered or unexported fields
}

OrgEmployee ENGINE InnoDB CHARSET utf8mb4 COMMENT '组织成员'

func (*OrgEmployee) Descriptor deprecated

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

Deprecated: Use OrgEmployee.ProtoReflect.Descriptor instead.

func (*OrgEmployee) GetCreatedTime

func (x *OrgEmployee) GetCreatedTime() string

func (*OrgEmployee) GetDeletedTime

func (x *OrgEmployee) GetDeletedTime() uint64

func (*OrgEmployee) GetEmployeeAvatar

func (x *OrgEmployee) GetEmployeeAvatar() string

func (*OrgEmployee) GetEmployeeEmail

func (x *OrgEmployee) GetEmployeeEmail() string

func (*OrgEmployee) GetEmployeeId

func (x *OrgEmployee) GetEmployeeId() uint64

func (*OrgEmployee) GetEmployeeName

func (x *OrgEmployee) GetEmployeeName() string

func (*OrgEmployee) GetEmployeePhone

func (x *OrgEmployee) GetEmployeePhone() string

func (*OrgEmployee) GetEmployeeRole

func (*OrgEmployee) GetEmployeeStatus

func (*OrgEmployee) GetId

func (x *OrgEmployee) GetId() uint64

func (*OrgEmployee) GetInviterRecordId

func (x *OrgEmployee) GetInviterRecordId() uint64

func (*OrgEmployee) GetInviterUserId

func (x *OrgEmployee) GetInviterUserId() uint64

func (*OrgEmployee) GetOrgId

func (x *OrgEmployee) GetOrgId() uint64

func (*OrgEmployee) GetUpdatedTime

func (x *OrgEmployee) GetUpdatedTime() string

func (*OrgEmployee) GetUserId

func (x *OrgEmployee) GetUserId() uint64

func (*OrgEmployee) ProtoMessage

func (*OrgEmployee) ProtoMessage()

func (*OrgEmployee) ProtoReflect

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

func (*OrgEmployee) Reset

func (x *OrgEmployee) Reset()

func (*OrgEmployee) String

func (x *OrgEmployee) String() string

func (*OrgEmployee) Validate

func (m *OrgEmployee) Validate() error

Validate checks the field values on OrgEmployee 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 (*OrgEmployee) ValidateAll

func (m *OrgEmployee) ValidateAll() error

ValidateAll checks the field values on OrgEmployee 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 OrgEmployeeMultiError, or nil if none found.

type OrgEmployeeMultiError

type OrgEmployeeMultiError []error

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

func (OrgEmployeeMultiError) AllErrors

func (m OrgEmployeeMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (OrgEmployeeMultiError) Error

func (m OrgEmployeeMultiError) Error() string

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

type OrgEmployeeValidationError

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

OrgEmployeeValidationError is the validation error returned by OrgEmployee.Validate if the designated constraints aren't met.

func (OrgEmployeeValidationError) Cause

Cause function returns cause value.

func (OrgEmployeeValidationError) Error

Error satisfies the builtin error interface

func (OrgEmployeeValidationError) ErrorName

func (e OrgEmployeeValidationError) ErrorName() string

ErrorName returns error name.

func (OrgEmployeeValidationError) Field

Field function returns field value.

func (OrgEmployeeValidationError) Key

Key function returns key value.

func (OrgEmployeeValidationError) Reason

Reason function returns reason value.

type OrgEventHistory

type OrgEventHistory struct {

	// id ID
	Id uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	// created_time 创建时间
	CreatedTime string `protobuf:"bytes,2,opt,name=created_time,json=createdTime,proto3" json:"created_time,omitempty"`
	// updated_time 最后修改时间
	UpdatedTime string `protobuf:"bytes,3,opt,name=updated_time,json=updatedTime,proto3" json:"updated_time,omitempty"`
	// event_name 事件名称
	EventName string `protobuf:"bytes,4,opt,name=event_name,json=eventName,proto3" json:"event_name,omitempty"`
	// event_status 事件状态;1:成功,2:失败,3:重试中,4:重试成功,5:重试失败。。。
	EventStatus uint32 `protobuf:"varint,5,opt,name=event_status,json=eventStatus,proto3" json:"event_status,omitempty"`
	// event_content 事件内容
	EventContent string `protobuf:"bytes,6,opt,name=event_content,json=eventContent,proto3" json:"event_content,omitempty"`
	// event_error 事件错误信息
	EventError string `protobuf:"bytes,7,opt,name=event_error,json=eventError,proto3" json:"event_error,omitempty"`
	// retry_event_time 重试事件时间
	RetryEventTime uint64 `protobuf:"varint,8,opt,name=retry_event_time,json=retryEventTime,proto3" json:"retry_event_time,omitempty"`
	// retry_event_counter 重试事件次数
	RetryEventCounter uint32 `protobuf:"varint,9,opt,name=retry_event_counter,json=retryEventCounter,proto3" json:"retry_event_counter,omitempty"`
	// retry_event_result 重试事件结果
	RetryEventResult string `protobuf:"bytes,10,opt,name=retry_event_result,json=retryEventResult,proto3" json:"retry_event_result,omitempty"`
	// contains filtered or unexported fields
}

OrgEventHistory ENGINE InnoDB CHARSET utf8mb4 COMMENT '事件历史'

func (*OrgEventHistory) Descriptor deprecated

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

Deprecated: Use OrgEventHistory.ProtoReflect.Descriptor instead.

func (*OrgEventHistory) GetCreatedTime

func (x *OrgEventHistory) GetCreatedTime() string

func (*OrgEventHistory) GetEventContent

func (x *OrgEventHistory) GetEventContent() string

func (*OrgEventHistory) GetEventError

func (x *OrgEventHistory) GetEventError() string

func (*OrgEventHistory) GetEventName

func (x *OrgEventHistory) GetEventName() string

func (*OrgEventHistory) GetEventStatus

func (x *OrgEventHistory) GetEventStatus() uint32

func (*OrgEventHistory) GetId

func (x *OrgEventHistory) GetId() uint64

func (*OrgEventHistory) GetRetryEventCounter

func (x *OrgEventHistory) GetRetryEventCounter() uint32

func (*OrgEventHistory) GetRetryEventResult

func (x *OrgEventHistory) GetRetryEventResult() string

func (*OrgEventHistory) GetRetryEventTime

func (x *OrgEventHistory) GetRetryEventTime() uint64

func (*OrgEventHistory) GetUpdatedTime

func (x *OrgEventHistory) GetUpdatedTime() string

func (*OrgEventHistory) ProtoMessage

func (*OrgEventHistory) ProtoMessage()

func (*OrgEventHistory) ProtoReflect

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

func (*OrgEventHistory) Reset

func (x *OrgEventHistory) Reset()

func (*OrgEventHistory) String

func (x *OrgEventHistory) String() string

func (*OrgEventHistory) Validate

func (m *OrgEventHistory) Validate() error

Validate checks the field values on OrgEventHistory 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 (*OrgEventHistory) ValidateAll

func (m *OrgEventHistory) ValidateAll() error

ValidateAll checks the field values on OrgEventHistory 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 OrgEventHistoryMultiError, or nil if none found.

type OrgEventHistoryMultiError

type OrgEventHistoryMultiError []error

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

func (OrgEventHistoryMultiError) AllErrors

func (m OrgEventHistoryMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (OrgEventHistoryMultiError) Error

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

type OrgEventHistoryValidationError

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

OrgEventHistoryValidationError is the validation error returned by OrgEventHistory.Validate if the designated constraints aren't met.

func (OrgEventHistoryValidationError) Cause

Cause function returns cause value.

func (OrgEventHistoryValidationError) Error

Error satisfies the builtin error interface

func (OrgEventHistoryValidationError) ErrorName

func (e OrgEventHistoryValidationError) ErrorName() string

ErrorName returns error name.

func (OrgEventHistoryValidationError) Field

Field function returns field value.

func (OrgEventHistoryValidationError) Key

Key function returns key value.

func (OrgEventHistoryValidationError) Reason

Reason function returns reason value.

type OrgInviteRecord

type OrgInviteRecord struct {

	// id ID
	Id uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	// created_time 创建时间
	CreatedTime string `protobuf:"bytes,2,opt,name=created_time,json=createdTime,proto3" json:"created_time,omitempty"`
	// updated_time 最后修改时间
	UpdatedTime string `protobuf:"bytes,3,opt,name=updated_time,json=updatedTime,proto3" json:"updated_time,omitempty"`
	// invite_id uuid
	InviteId uint64 `protobuf:"varint,4,opt,name=invite_id,json=inviteId,proto3" json:"invite_id,omitempty"`
	// org_id 组织ID
	OrgId uint64 `protobuf:"varint,5,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	// inviter_employee_id 邀请者成员ID
	InviterEmployeeId uint64 `protobuf:"varint,6,opt,name=inviter_employee_id,json=inviterEmployeeId,proto3" json:"inviter_employee_id,omitempty"`
	// invited_type 邀请类型:1:账号邀请,2:链接邀请
	InvitedType enums.OrgInviteTypeEnum_OrgInviteType `` /* 152-byte string literal not displayed */
	// invited_user_id 被邀请者用户ID
	InvitedUserId uint64 `protobuf:"varint,8,opt,name=invited_user_id,json=invitedUserId,proto3" json:"invited_user_id,omitempty"`
	// invited_account 被邀请者账户
	InvitedAccount string `protobuf:"bytes,9,opt,name=invited_account,json=invitedAccount,proto3" json:"invited_account,omitempty"`
	// invited_account_type 被邀请者账户类型:1:手机,2:邮箱,3:微信,4:飞书,5:钉钉
	InvitedAccountType enums.OrgInviteAccountTypeEnum_OrgInviteAccountType `` /* 190-byte string literal not displayed */
	// invited_employee_role 角色;1:创建者,2:普通成员,3:管理员,4:超级管理员
	InvitedEmployeeRole enums.OrgEmployeeRoleEnum_OrgEmployeeRole `` /* 183-byte string literal not displayed */
	// invite_status 状态;1:邀请中,2:已同意,3:已拒绝,4:已取消,5:已过期
	InviteStatus enums.OrgInviteStatusEnum_OrgInviteStatus `` /* 160-byte string literal not displayed */
	// assign_employee_id 分配成员ID
	AssignEmployeeId uint64 `protobuf:"varint,13,opt,name=assign_employee_id,json=assignEmployeeId,proto3" json:"assign_employee_id,omitempty"`
	// invite_code 邀请码
	InviteCode string `protobuf:"bytes,14,opt,name=invite_code,json=inviteCode,proto3" json:"invite_code,omitempty"`
	// contains filtered or unexported fields
}

OrgInviteRecord ENGINE InnoDB CHARSET utf8mb4 COMMENT '事件历史'

func (*OrgInviteRecord) Descriptor deprecated

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

Deprecated: Use OrgInviteRecord.ProtoReflect.Descriptor instead.

func (*OrgInviteRecord) GetAssignEmployeeId

func (x *OrgInviteRecord) GetAssignEmployeeId() uint64

func (*OrgInviteRecord) GetCreatedTime

func (x *OrgInviteRecord) GetCreatedTime() string

func (*OrgInviteRecord) GetId

func (x *OrgInviteRecord) GetId() uint64

func (*OrgInviteRecord) GetInviteCode

func (x *OrgInviteRecord) GetInviteCode() string

func (*OrgInviteRecord) GetInviteId

func (x *OrgInviteRecord) GetInviteId() uint64

func (*OrgInviteRecord) GetInviteStatus

func (*OrgInviteRecord) GetInvitedAccount

func (x *OrgInviteRecord) GetInvitedAccount() string

func (*OrgInviteRecord) GetInvitedAccountType

func (*OrgInviteRecord) GetInvitedEmployeeRole

func (x *OrgInviteRecord) GetInvitedEmployeeRole() enums.OrgEmployeeRoleEnum_OrgEmployeeRole

func (*OrgInviteRecord) GetInvitedType

func (*OrgInviteRecord) GetInvitedUserId

func (x *OrgInviteRecord) GetInvitedUserId() uint64

func (*OrgInviteRecord) GetInviterEmployeeId

func (x *OrgInviteRecord) GetInviterEmployeeId() uint64

func (*OrgInviteRecord) GetOrgId

func (x *OrgInviteRecord) GetOrgId() uint64

func (*OrgInviteRecord) GetUpdatedTime

func (x *OrgInviteRecord) GetUpdatedTime() string

func (*OrgInviteRecord) ProtoMessage

func (*OrgInviteRecord) ProtoMessage()

func (*OrgInviteRecord) ProtoReflect

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

func (*OrgInviteRecord) Reset

func (x *OrgInviteRecord) Reset()

func (*OrgInviteRecord) String

func (x *OrgInviteRecord) String() string

func (*OrgInviteRecord) Validate

func (m *OrgInviteRecord) Validate() error

Validate checks the field values on OrgInviteRecord 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 (*OrgInviteRecord) ValidateAll

func (m *OrgInviteRecord) ValidateAll() error

ValidateAll checks the field values on OrgInviteRecord 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 OrgInviteRecordMultiError, or nil if none found.

type OrgInviteRecordMultiError

type OrgInviteRecordMultiError []error

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

func (OrgInviteRecordMultiError) AllErrors

func (m OrgInviteRecordMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (OrgInviteRecordMultiError) Error

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

type OrgInviteRecordValidationError

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

OrgInviteRecordValidationError is the validation error returned by OrgInviteRecord.Validate if the designated constraints aren't met.

func (OrgInviteRecordValidationError) Cause

Cause function returns cause value.

func (OrgInviteRecordValidationError) Error

Error satisfies the builtin error interface

func (OrgInviteRecordValidationError) ErrorName

func (e OrgInviteRecordValidationError) ErrorName() string

ErrorName returns error name.

func (OrgInviteRecordValidationError) Field

Field function returns field value.

func (OrgInviteRecordValidationError) Key

Key function returns key value.

func (OrgInviteRecordValidationError) Reason

Reason function returns reason value.

type OrgMultiError

type OrgMultiError []error

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

func (OrgMultiError) AllErrors

func (m OrgMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (OrgMultiError) Error

func (m OrgMultiError) Error() string

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

type OrgValidationError

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

OrgValidationError is the validation error returned by Org.Validate if the designated constraints aren't met.

func (OrgValidationError) Cause

func (e OrgValidationError) Cause() error

Cause function returns cause value.

func (OrgValidationError) Error

func (e OrgValidationError) Error() string

Error satisfies the builtin error interface

func (OrgValidationError) ErrorName

func (e OrgValidationError) ErrorName() string

ErrorName returns error name.

func (OrgValidationError) Field

func (e OrgValidationError) Field() string

Field function returns field value.

func (OrgValidationError) Key

func (e OrgValidationError) Key() bool

Key function returns key value.

func (OrgValidationError) Reason

func (e OrgValidationError) Reason() string

Reason function returns reason value.

type PingReq

type PingReq struct {
	Message string `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"`
	// contains filtered or unexported fields
}

func (*PingReq) Descriptor deprecated

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

Deprecated: Use PingReq.ProtoReflect.Descriptor instead.

func (*PingReq) GetMessage

func (x *PingReq) GetMessage() string

func (*PingReq) ProtoMessage

func (*PingReq) ProtoMessage()

func (*PingReq) ProtoReflect

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

func (*PingReq) Reset

func (x *PingReq) Reset()

func (*PingReq) String

func (x *PingReq) String() string

func (*PingReq) Validate

func (m *PingReq) Validate() error

Validate checks the field values on PingReq 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 (*PingReq) ValidateAll

func (m *PingReq) ValidateAll() error

ValidateAll checks the field values on PingReq 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 PingReqMultiError, or nil if none found.

type PingReqMultiError

type PingReqMultiError []error

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

func (PingReqMultiError) AllErrors

func (m PingReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (PingReqMultiError) Error

func (m PingReqMultiError) Error() string

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

type PingReqValidationError

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

PingReqValidationError is the validation error returned by PingReq.Validate if the designated constraints aren't met.

func (PingReqValidationError) Cause

func (e PingReqValidationError) Cause() error

Cause function returns cause value.

func (PingReqValidationError) Error

func (e PingReqValidationError) Error() string

Error satisfies the builtin error interface

func (PingReqValidationError) ErrorName

func (e PingReqValidationError) ErrorName() string

ErrorName returns error name.

func (PingReqValidationError) Field

func (e PingReqValidationError) Field() string

Field function returns field value.

func (PingReqValidationError) Key

func (e PingReqValidationError) Key() bool

Key function returns key value.

func (PingReqValidationError) Reason

func (e PingReqValidationError) Reason() string

Reason function returns reason value.

type PingResp

type PingResp struct {
	Code     int32             `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"`
	Reason   string            `protobuf:"bytes,2,opt,name=reason,proto3" json:"reason,omitempty"`
	Message  string            `protobuf:"bytes,3,opt,name=message,proto3" json:"message,omitempty"`
	Metadata map[string]string `` /* 157-byte string literal not displayed */
	Data     *PingRespData     `protobuf:"bytes,100,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*PingResp) Descriptor deprecated

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

Deprecated: Use PingResp.ProtoReflect.Descriptor instead.

func (*PingResp) GetCode

func (x *PingResp) GetCode() int32

func (*PingResp) GetData

func (x *PingResp) GetData() *PingRespData

func (*PingResp) GetMessage

func (x *PingResp) GetMessage() string

func (*PingResp) GetMetadata

func (x *PingResp) GetMetadata() map[string]string

func (*PingResp) GetReason

func (x *PingResp) GetReason() string

func (*PingResp) ProtoMessage

func (*PingResp) ProtoMessage()

func (*PingResp) ProtoReflect

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

func (*PingResp) Reset

func (x *PingResp) Reset()

func (*PingResp) String

func (x *PingResp) String() string

func (*PingResp) Validate

func (m *PingResp) Validate() error

Validate checks the field values on PingResp 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 (*PingResp) ValidateAll

func (m *PingResp) ValidateAll() error

ValidateAll checks the field values on PingResp 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 PingRespMultiError, or nil if none found.

type PingRespData

type PingRespData struct {
	Message string `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"`
	// contains filtered or unexported fields
}

func (*PingRespData) Descriptor deprecated

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

Deprecated: Use PingRespData.ProtoReflect.Descriptor instead.

func (*PingRespData) GetMessage

func (x *PingRespData) GetMessage() string

func (*PingRespData) ProtoMessage

func (*PingRespData) ProtoMessage()

func (*PingRespData) ProtoReflect

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

func (*PingRespData) Reset

func (x *PingRespData) Reset()

func (*PingRespData) String

func (x *PingRespData) String() string

func (*PingRespData) Validate

func (m *PingRespData) Validate() error

Validate checks the field values on PingRespData 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 (*PingRespData) ValidateAll

func (m *PingRespData) ValidateAll() error

ValidateAll checks the field values on PingRespData 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 PingRespDataMultiError, or nil if none found.

type PingRespDataMultiError

type PingRespDataMultiError []error

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

func (PingRespDataMultiError) AllErrors

func (m PingRespDataMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (PingRespDataMultiError) Error

func (m PingRespDataMultiError) Error() string

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

type PingRespDataValidationError

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

PingRespDataValidationError is the validation error returned by PingRespData.Validate if the designated constraints aren't met.

func (PingRespDataValidationError) Cause

Cause function returns cause value.

func (PingRespDataValidationError) Error

Error satisfies the builtin error interface

func (PingRespDataValidationError) ErrorName

func (e PingRespDataValidationError) ErrorName() string

ErrorName returns error name.

func (PingRespDataValidationError) Field

Field function returns field value.

func (PingRespDataValidationError) Key

Key function returns key value.

func (PingRespDataValidationError) Reason

Reason function returns reason value.

type PingRespMultiError

type PingRespMultiError []error

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

func (PingRespMultiError) AllErrors

func (m PingRespMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (PingRespMultiError) Error

func (m PingRespMultiError) Error() string

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

type PingRespValidationError

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

PingRespValidationError is the validation error returned by PingResp.Validate if the designated constraints aren't met.

func (PingRespValidationError) Cause

func (e PingRespValidationError) Cause() error

Cause function returns cause value.

func (PingRespValidationError) Error

func (e PingRespValidationError) Error() string

Error satisfies the builtin error interface

func (PingRespValidationError) ErrorName

func (e PingRespValidationError) ErrorName() string

ErrorName returns error name.

func (PingRespValidationError) Field

func (e PingRespValidationError) Field() string

Field function returns field value.

func (PingRespValidationError) Key

func (e PingRespValidationError) Key() bool

Key function returns key value.

func (PingRespValidationError) Reason

func (e PingRespValidationError) Reason() string

Reason function returns reason value.

type RemoveEmployeeReq

type RemoveEmployeeReq struct {
	OperatorEid uint64 `protobuf:"varint,100,opt,name=operator_eid,json=operatorEid,proto3" json:"operator_eid,omitempty"`
	EmployeeId  uint64 `protobuf:"varint,1,opt,name=employee_id,json=employeeId,proto3" json:"employee_id,omitempty"`
	// contains filtered or unexported fields
}

func (*RemoveEmployeeReq) Descriptor deprecated

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

Deprecated: Use RemoveEmployeeReq.ProtoReflect.Descriptor instead.

func (*RemoveEmployeeReq) GetEmployeeId

func (x *RemoveEmployeeReq) GetEmployeeId() uint64

func (*RemoveEmployeeReq) GetOperatorEid

func (x *RemoveEmployeeReq) GetOperatorEid() uint64

func (*RemoveEmployeeReq) ProtoMessage

func (*RemoveEmployeeReq) ProtoMessage()

func (*RemoveEmployeeReq) ProtoReflect

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

func (*RemoveEmployeeReq) Reset

func (x *RemoveEmployeeReq) Reset()

func (*RemoveEmployeeReq) String

func (x *RemoveEmployeeReq) String() string

func (*RemoveEmployeeReq) Validate

func (m *RemoveEmployeeReq) Validate() error

Validate checks the field values on RemoveEmployeeReq 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 (*RemoveEmployeeReq) ValidateAll

func (m *RemoveEmployeeReq) ValidateAll() error

ValidateAll checks the field values on RemoveEmployeeReq 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 RemoveEmployeeReqMultiError, or nil if none found.

type RemoveEmployeeReqMultiError

type RemoveEmployeeReqMultiError []error

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

func (RemoveEmployeeReqMultiError) AllErrors

func (m RemoveEmployeeReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (RemoveEmployeeReqMultiError) Error

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

type RemoveEmployeeReqValidationError

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

RemoveEmployeeReqValidationError is the validation error returned by RemoveEmployeeReq.Validate if the designated constraints aren't met.

func (RemoveEmployeeReqValidationError) Cause

Cause function returns cause value.

func (RemoveEmployeeReqValidationError) Error

Error satisfies the builtin error interface

func (RemoveEmployeeReqValidationError) ErrorName

ErrorName returns error name.

func (RemoveEmployeeReqValidationError) Field

Field function returns field value.

func (RemoveEmployeeReqValidationError) Key

Key function returns key value.

func (RemoveEmployeeReqValidationError) Reason

Reason function returns reason value.

type RemoveEmployeeResp

type RemoveEmployeeResp struct {
	Code     int32                   `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"`
	Reason   string                  `protobuf:"bytes,2,opt,name=reason,proto3" json:"reason,omitempty"`
	Message  string                  `protobuf:"bytes,3,opt,name=message,proto3" json:"message,omitempty"`
	Metadata map[string]string       `` /* 157-byte string literal not displayed */
	Data     *RemoveEmployeeRespData `protobuf:"bytes,100,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*RemoveEmployeeResp) Descriptor deprecated

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

Deprecated: Use RemoveEmployeeResp.ProtoReflect.Descriptor instead.

func (*RemoveEmployeeResp) GetCode

func (x *RemoveEmployeeResp) GetCode() int32

func (*RemoveEmployeeResp) GetData

func (*RemoveEmployeeResp) GetMessage

func (x *RemoveEmployeeResp) GetMessage() string

func (*RemoveEmployeeResp) GetMetadata

func (x *RemoveEmployeeResp) GetMetadata() map[string]string

func (*RemoveEmployeeResp) GetReason

func (x *RemoveEmployeeResp) GetReason() string

func (*RemoveEmployeeResp) ProtoMessage

func (*RemoveEmployeeResp) ProtoMessage()

func (*RemoveEmployeeResp) ProtoReflect

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

func (*RemoveEmployeeResp) Reset

func (x *RemoveEmployeeResp) Reset()

func (*RemoveEmployeeResp) String

func (x *RemoveEmployeeResp) String() string

func (*RemoveEmployeeResp) Validate

func (m *RemoveEmployeeResp) Validate() error

Validate checks the field values on RemoveEmployeeResp 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 (*RemoveEmployeeResp) ValidateAll

func (m *RemoveEmployeeResp) ValidateAll() error

ValidateAll checks the field values on RemoveEmployeeResp 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 RemoveEmployeeRespMultiError, or nil if none found.

type RemoveEmployeeRespData

type RemoveEmployeeRespData struct {
	Success    bool   `protobuf:"varint,100,opt,name=success,proto3" json:"success,omitempty"`
	EmployeeId uint64 `protobuf:"varint,1,opt,name=employee_id,json=employeeId,proto3" json:"employee_id,omitempty"`
	// contains filtered or unexported fields
}

func (*RemoveEmployeeRespData) Descriptor deprecated

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

Deprecated: Use RemoveEmployeeRespData.ProtoReflect.Descriptor instead.

func (*RemoveEmployeeRespData) GetEmployeeId

func (x *RemoveEmployeeRespData) GetEmployeeId() uint64

func (*RemoveEmployeeRespData) GetSuccess

func (x *RemoveEmployeeRespData) GetSuccess() bool

func (*RemoveEmployeeRespData) ProtoMessage

func (*RemoveEmployeeRespData) ProtoMessage()

func (*RemoveEmployeeRespData) ProtoReflect

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

func (*RemoveEmployeeRespData) Reset

func (x *RemoveEmployeeRespData) Reset()

func (*RemoveEmployeeRespData) String

func (x *RemoveEmployeeRespData) String() string

func (*RemoveEmployeeRespData) Validate

func (m *RemoveEmployeeRespData) Validate() error

Validate checks the field values on RemoveEmployeeRespData 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 (*RemoveEmployeeRespData) ValidateAll

func (m *RemoveEmployeeRespData) ValidateAll() error

ValidateAll checks the field values on RemoveEmployeeRespData 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 RemoveEmployeeRespDataMultiError, or nil if none found.

type RemoveEmployeeRespDataMultiError

type RemoveEmployeeRespDataMultiError []error

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

func (RemoveEmployeeRespDataMultiError) AllErrors

func (m RemoveEmployeeRespDataMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (RemoveEmployeeRespDataMultiError) Error

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

type RemoveEmployeeRespDataValidationError

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

RemoveEmployeeRespDataValidationError is the validation error returned by RemoveEmployeeRespData.Validate if the designated constraints aren't met.

func (RemoveEmployeeRespDataValidationError) Cause

Cause function returns cause value.

func (RemoveEmployeeRespDataValidationError) Error

Error satisfies the builtin error interface

func (RemoveEmployeeRespDataValidationError) ErrorName

ErrorName returns error name.

func (RemoveEmployeeRespDataValidationError) Field

Field function returns field value.

func (RemoveEmployeeRespDataValidationError) Key

Key function returns key value.

func (RemoveEmployeeRespDataValidationError) Reason

Reason function returns reason value.

type RemoveEmployeeRespMultiError

type RemoveEmployeeRespMultiError []error

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

func (RemoveEmployeeRespMultiError) AllErrors

func (m RemoveEmployeeRespMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (RemoveEmployeeRespMultiError) Error

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

type RemoveEmployeeRespValidationError

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

RemoveEmployeeRespValidationError is the validation error returned by RemoveEmployeeResp.Validate if the designated constraints aren't met.

func (RemoveEmployeeRespValidationError) Cause

Cause function returns cause value.

func (RemoveEmployeeRespValidationError) Error

Error satisfies the builtin error interface

func (RemoveEmployeeRespValidationError) ErrorName

ErrorName returns error name.

func (RemoveEmployeeRespValidationError) Field

Field function returns field value.

func (RemoveEmployeeRespValidationError) Key

Key function returns key value.

func (RemoveEmployeeRespValidationError) Reason

Reason function returns reason value.

type SetEmployeeRoleReq

type SetEmployeeRoleReq struct {
	OperatorEid  uint64                                    `protobuf:"varint,100,opt,name=operator_eid,json=operatorEid,proto3" json:"operator_eid,omitempty"`
	EmployeeId   uint64                                    `protobuf:"varint,1,opt,name=employee_id,json=employeeId,proto3" json:"employee_id,omitempty"`
	EmployeeRole enums.OrgEmployeeRoleEnum_OrgEmployeeRole `` /* 159-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*SetEmployeeRoleReq) Descriptor deprecated

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

Deprecated: Use SetEmployeeRoleReq.ProtoReflect.Descriptor instead.

func (*SetEmployeeRoleReq) GetEmployeeId

func (x *SetEmployeeRoleReq) GetEmployeeId() uint64

func (*SetEmployeeRoleReq) GetEmployeeRole

func (*SetEmployeeRoleReq) GetOperatorEid

func (x *SetEmployeeRoleReq) GetOperatorEid() uint64

func (*SetEmployeeRoleReq) ProtoMessage

func (*SetEmployeeRoleReq) ProtoMessage()

func (*SetEmployeeRoleReq) ProtoReflect

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

func (*SetEmployeeRoleReq) Reset

func (x *SetEmployeeRoleReq) Reset()

func (*SetEmployeeRoleReq) String

func (x *SetEmployeeRoleReq) String() string

func (*SetEmployeeRoleReq) Validate

func (m *SetEmployeeRoleReq) Validate() error

Validate checks the field values on SetEmployeeRoleReq 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 (*SetEmployeeRoleReq) ValidateAll

func (m *SetEmployeeRoleReq) ValidateAll() error

ValidateAll checks the field values on SetEmployeeRoleReq 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 SetEmployeeRoleReqMultiError, or nil if none found.

type SetEmployeeRoleReqMultiError

type SetEmployeeRoleReqMultiError []error

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

func (SetEmployeeRoleReqMultiError) AllErrors

func (m SetEmployeeRoleReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (SetEmployeeRoleReqMultiError) Error

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

type SetEmployeeRoleReqValidationError

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

SetEmployeeRoleReqValidationError is the validation error returned by SetEmployeeRoleReq.Validate if the designated constraints aren't met.

func (SetEmployeeRoleReqValidationError) Cause

Cause function returns cause value.

func (SetEmployeeRoleReqValidationError) Error

Error satisfies the builtin error interface

func (SetEmployeeRoleReqValidationError) ErrorName

ErrorName returns error name.

func (SetEmployeeRoleReqValidationError) Field

Field function returns field value.

func (SetEmployeeRoleReqValidationError) Key

Key function returns key value.

func (SetEmployeeRoleReqValidationError) Reason

Reason function returns reason value.

type SetEmployeeRoleResp

type SetEmployeeRoleResp struct {
	Code     int32                    `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"`
	Reason   string                   `protobuf:"bytes,2,opt,name=reason,proto3" json:"reason,omitempty"`
	Message  string                   `protobuf:"bytes,3,opt,name=message,proto3" json:"message,omitempty"`
	Metadata map[string]string        `` /* 157-byte string literal not displayed */
	Data     *SetEmployeeRoleRespData `protobuf:"bytes,100,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*SetEmployeeRoleResp) Descriptor deprecated

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

Deprecated: Use SetEmployeeRoleResp.ProtoReflect.Descriptor instead.

func (*SetEmployeeRoleResp) GetCode

func (x *SetEmployeeRoleResp) GetCode() int32

func (*SetEmployeeRoleResp) GetData

func (*SetEmployeeRoleResp) GetMessage

func (x *SetEmployeeRoleResp) GetMessage() string

func (*SetEmployeeRoleResp) GetMetadata

func (x *SetEmployeeRoleResp) GetMetadata() map[string]string

func (*SetEmployeeRoleResp) GetReason

func (x *SetEmployeeRoleResp) GetReason() string

func (*SetEmployeeRoleResp) ProtoMessage

func (*SetEmployeeRoleResp) ProtoMessage()

func (*SetEmployeeRoleResp) ProtoReflect

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

func (*SetEmployeeRoleResp) Reset

func (x *SetEmployeeRoleResp) Reset()

func (*SetEmployeeRoleResp) String

func (x *SetEmployeeRoleResp) String() string

func (*SetEmployeeRoleResp) Validate

func (m *SetEmployeeRoleResp) Validate() error

Validate checks the field values on SetEmployeeRoleResp 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 (*SetEmployeeRoleResp) ValidateAll

func (m *SetEmployeeRoleResp) ValidateAll() error

ValidateAll checks the field values on SetEmployeeRoleResp 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 SetEmployeeRoleRespMultiError, or nil if none found.

type SetEmployeeRoleRespData

type SetEmployeeRoleRespData struct {
	Success      bool                                      `protobuf:"varint,100,opt,name=success,proto3" json:"success,omitempty"`
	EmployeeId   uint64                                    `protobuf:"varint,1,opt,name=employee_id,json=employeeId,proto3" json:"employee_id,omitempty"`
	EmployeeRole enums.OrgEmployeeRoleEnum_OrgEmployeeRole `` /* 159-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*SetEmployeeRoleRespData) Descriptor deprecated

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

Deprecated: Use SetEmployeeRoleRespData.ProtoReflect.Descriptor instead.

func (*SetEmployeeRoleRespData) GetEmployeeId

func (x *SetEmployeeRoleRespData) GetEmployeeId() uint64

func (*SetEmployeeRoleRespData) GetEmployeeRole

func (*SetEmployeeRoleRespData) GetSuccess

func (x *SetEmployeeRoleRespData) GetSuccess() bool

func (*SetEmployeeRoleRespData) ProtoMessage

func (*SetEmployeeRoleRespData) ProtoMessage()

func (*SetEmployeeRoleRespData) ProtoReflect

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

func (*SetEmployeeRoleRespData) Reset

func (x *SetEmployeeRoleRespData) Reset()

func (*SetEmployeeRoleRespData) String

func (x *SetEmployeeRoleRespData) String() string

func (*SetEmployeeRoleRespData) Validate

func (m *SetEmployeeRoleRespData) Validate() error

Validate checks the field values on SetEmployeeRoleRespData 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 (*SetEmployeeRoleRespData) ValidateAll

func (m *SetEmployeeRoleRespData) ValidateAll() error

ValidateAll checks the field values on SetEmployeeRoleRespData 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 SetEmployeeRoleRespDataMultiError, or nil if none found.

type SetEmployeeRoleRespDataMultiError

type SetEmployeeRoleRespDataMultiError []error

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

func (SetEmployeeRoleRespDataMultiError) AllErrors

func (m SetEmployeeRoleRespDataMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (SetEmployeeRoleRespDataMultiError) Error

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

type SetEmployeeRoleRespDataValidationError

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

SetEmployeeRoleRespDataValidationError is the validation error returned by SetEmployeeRoleRespData.Validate if the designated constraints aren't met.

func (SetEmployeeRoleRespDataValidationError) Cause

Cause function returns cause value.

func (SetEmployeeRoleRespDataValidationError) Error

Error satisfies the builtin error interface

func (SetEmployeeRoleRespDataValidationError) ErrorName

ErrorName returns error name.

func (SetEmployeeRoleRespDataValidationError) Field

Field function returns field value.

func (SetEmployeeRoleRespDataValidationError) Key

Key function returns key value.

func (SetEmployeeRoleRespDataValidationError) Reason

Reason function returns reason value.

type SetEmployeeRoleRespMultiError

type SetEmployeeRoleRespMultiError []error

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

func (SetEmployeeRoleRespMultiError) AllErrors

func (m SetEmployeeRoleRespMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (SetEmployeeRoleRespMultiError) Error

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

type SetEmployeeRoleRespValidationError

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

SetEmployeeRoleRespValidationError is the validation error returned by SetEmployeeRoleResp.Validate if the designated constraints aren't met.

func (SetEmployeeRoleRespValidationError) Cause

Cause function returns cause value.

func (SetEmployeeRoleRespValidationError) Error

Error satisfies the builtin error interface

func (SetEmployeeRoleRespValidationError) ErrorName

ErrorName returns error name.

func (SetEmployeeRoleRespValidationError) Field

Field function returns field value.

func (SetEmployeeRoleRespValidationError) Key

Key function returns key value.

func (SetEmployeeRoleRespValidationError) Reason

Reason function returns reason value.

type SetEmployeeStatusReq

type SetEmployeeStatusReq struct {
	OperatorEid    uint64                                        `protobuf:"varint,100,opt,name=operator_eid,json=operatorEid,proto3" json:"operator_eid,omitempty"`
	EmployeeId     uint64                                        `protobuf:"varint,1,opt,name=employee_id,json=employeeId,proto3" json:"employee_id,omitempty"`
	EmployeeStatus enums.OrgEmployeeStatusEnum_OrgEmployeeStatus `` /* 169-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*SetEmployeeStatusReq) Descriptor deprecated

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

Deprecated: Use SetEmployeeStatusReq.ProtoReflect.Descriptor instead.

func (*SetEmployeeStatusReq) GetEmployeeId

func (x *SetEmployeeStatusReq) GetEmployeeId() uint64

func (*SetEmployeeStatusReq) GetEmployeeStatus

func (*SetEmployeeStatusReq) GetOperatorEid

func (x *SetEmployeeStatusReq) GetOperatorEid() uint64

func (*SetEmployeeStatusReq) ProtoMessage

func (*SetEmployeeStatusReq) ProtoMessage()

func (*SetEmployeeStatusReq) ProtoReflect

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

func (*SetEmployeeStatusReq) Reset

func (x *SetEmployeeStatusReq) Reset()

func (*SetEmployeeStatusReq) String

func (x *SetEmployeeStatusReq) String() string

func (*SetEmployeeStatusReq) Validate

func (m *SetEmployeeStatusReq) Validate() error

Validate checks the field values on SetEmployeeStatusReq 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 (*SetEmployeeStatusReq) ValidateAll

func (m *SetEmployeeStatusReq) ValidateAll() error

ValidateAll checks the field values on SetEmployeeStatusReq 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 SetEmployeeStatusReqMultiError, or nil if none found.

type SetEmployeeStatusReqMultiError

type SetEmployeeStatusReqMultiError []error

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

func (SetEmployeeStatusReqMultiError) AllErrors

func (m SetEmployeeStatusReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (SetEmployeeStatusReqMultiError) Error

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

type SetEmployeeStatusReqValidationError

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

SetEmployeeStatusReqValidationError is the validation error returned by SetEmployeeStatusReq.Validate if the designated constraints aren't met.

func (SetEmployeeStatusReqValidationError) Cause

Cause function returns cause value.

func (SetEmployeeStatusReqValidationError) Error

Error satisfies the builtin error interface

func (SetEmployeeStatusReqValidationError) ErrorName

ErrorName returns error name.

func (SetEmployeeStatusReqValidationError) Field

Field function returns field value.

func (SetEmployeeStatusReqValidationError) Key

Key function returns key value.

func (SetEmployeeStatusReqValidationError) Reason

Reason function returns reason value.

type SetEmployeeStatusResp

type SetEmployeeStatusResp struct {
	Code     int32                      `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"`
	Reason   string                     `protobuf:"bytes,2,opt,name=reason,proto3" json:"reason,omitempty"`
	Message  string                     `protobuf:"bytes,3,opt,name=message,proto3" json:"message,omitempty"`
	Metadata map[string]string          `` /* 157-byte string literal not displayed */
	Data     *SetEmployeeStatusRespData `protobuf:"bytes,100,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*SetEmployeeStatusResp) Descriptor deprecated

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

Deprecated: Use SetEmployeeStatusResp.ProtoReflect.Descriptor instead.

func (*SetEmployeeStatusResp) GetCode

func (x *SetEmployeeStatusResp) GetCode() int32

func (*SetEmployeeStatusResp) GetData

func (*SetEmployeeStatusResp) GetMessage

func (x *SetEmployeeStatusResp) GetMessage() string

func (*SetEmployeeStatusResp) GetMetadata

func (x *SetEmployeeStatusResp) GetMetadata() map[string]string

func (*SetEmployeeStatusResp) GetReason

func (x *SetEmployeeStatusResp) GetReason() string

func (*SetEmployeeStatusResp) ProtoMessage

func (*SetEmployeeStatusResp) ProtoMessage()

func (*SetEmployeeStatusResp) ProtoReflect

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

func (*SetEmployeeStatusResp) Reset

func (x *SetEmployeeStatusResp) Reset()

func (*SetEmployeeStatusResp) String

func (x *SetEmployeeStatusResp) String() string

func (*SetEmployeeStatusResp) Validate

func (m *SetEmployeeStatusResp) Validate() error

Validate checks the field values on SetEmployeeStatusResp 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 (*SetEmployeeStatusResp) ValidateAll

func (m *SetEmployeeStatusResp) ValidateAll() error

ValidateAll checks the field values on SetEmployeeStatusResp 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 SetEmployeeStatusRespMultiError, or nil if none found.

type SetEmployeeStatusRespData

type SetEmployeeStatusRespData struct {
	Success        bool                                          `protobuf:"varint,100,opt,name=success,proto3" json:"success,omitempty"`
	EmployeeId     uint64                                        `protobuf:"varint,1,opt,name=employee_id,json=employeeId,proto3" json:"employee_id,omitempty"`
	EmployeeStatus enums.OrgEmployeeStatusEnum_OrgEmployeeStatus `` /* 169-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*SetEmployeeStatusRespData) Descriptor deprecated

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

Deprecated: Use SetEmployeeStatusRespData.ProtoReflect.Descriptor instead.

func (*SetEmployeeStatusRespData) GetEmployeeId

func (x *SetEmployeeStatusRespData) GetEmployeeId() uint64

func (*SetEmployeeStatusRespData) GetEmployeeStatus

func (*SetEmployeeStatusRespData) GetSuccess

func (x *SetEmployeeStatusRespData) GetSuccess() bool

func (*SetEmployeeStatusRespData) ProtoMessage

func (*SetEmployeeStatusRespData) ProtoMessage()

func (*SetEmployeeStatusRespData) ProtoReflect

func (*SetEmployeeStatusRespData) Reset

func (x *SetEmployeeStatusRespData) Reset()

func (*SetEmployeeStatusRespData) String

func (x *SetEmployeeStatusRespData) String() string

func (*SetEmployeeStatusRespData) Validate

func (m *SetEmployeeStatusRespData) Validate() error

Validate checks the field values on SetEmployeeStatusRespData 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 (*SetEmployeeStatusRespData) ValidateAll

func (m *SetEmployeeStatusRespData) ValidateAll() error

ValidateAll checks the field values on SetEmployeeStatusRespData 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 SetEmployeeStatusRespDataMultiError, or nil if none found.

type SetEmployeeStatusRespDataMultiError

type SetEmployeeStatusRespDataMultiError []error

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

func (SetEmployeeStatusRespDataMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (SetEmployeeStatusRespDataMultiError) Error

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

type SetEmployeeStatusRespDataValidationError

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

SetEmployeeStatusRespDataValidationError is the validation error returned by SetEmployeeStatusRespData.Validate if the designated constraints aren't met.

func (SetEmployeeStatusRespDataValidationError) Cause

Cause function returns cause value.

func (SetEmployeeStatusRespDataValidationError) Error

Error satisfies the builtin error interface

func (SetEmployeeStatusRespDataValidationError) ErrorName

ErrorName returns error name.

func (SetEmployeeStatusRespDataValidationError) Field

Field function returns field value.

func (SetEmployeeStatusRespDataValidationError) Key

Key function returns key value.

func (SetEmployeeStatusRespDataValidationError) Reason

Reason function returns reason value.

type SetEmployeeStatusRespMultiError

type SetEmployeeStatusRespMultiError []error

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

func (SetEmployeeStatusRespMultiError) AllErrors

func (m SetEmployeeStatusRespMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (SetEmployeeStatusRespMultiError) Error

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

type SetEmployeeStatusRespValidationError

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

SetEmployeeStatusRespValidationError is the validation error returned by SetEmployeeStatusResp.Validate if the designated constraints aren't met.

func (SetEmployeeStatusRespValidationError) Cause

Cause function returns cause value.

func (SetEmployeeStatusRespValidationError) Error

Error satisfies the builtin error interface

func (SetEmployeeStatusRespValidationError) ErrorName

ErrorName returns error name.

func (SetEmployeeStatusRespValidationError) Field

Field function returns field value.

func (SetEmployeeStatusRespValidationError) Key

Key function returns key value.

func (SetEmployeeStatusRespValidationError) Reason

Reason function returns reason value.

type SetOrgStatusReq

type SetOrgStatusReq struct {
	OperatorEid uint64                        `protobuf:"varint,100,opt,name=operator_eid,json=operatorEid,proto3" json:"operator_eid,omitempty"` // 操作成员ID
	OrgId       uint64                        `protobuf:"varint,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`                     // 组织ID
	OrgStatus   enums.OrgStatusEnum_OrgStatus ``                                                                                                  // 组织状态
	/* 138-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*SetOrgStatusReq) Descriptor deprecated

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

Deprecated: Use SetOrgStatusReq.ProtoReflect.Descriptor instead.

func (*SetOrgStatusReq) GetOperatorEid

func (x *SetOrgStatusReq) GetOperatorEid() uint64

func (*SetOrgStatusReq) GetOrgId

func (x *SetOrgStatusReq) GetOrgId() uint64

func (*SetOrgStatusReq) GetOrgStatus

func (x *SetOrgStatusReq) GetOrgStatus() enums.OrgStatusEnum_OrgStatus

func (*SetOrgStatusReq) ProtoMessage

func (*SetOrgStatusReq) ProtoMessage()

func (*SetOrgStatusReq) ProtoReflect

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

func (*SetOrgStatusReq) Reset

func (x *SetOrgStatusReq) Reset()

func (*SetOrgStatusReq) String

func (x *SetOrgStatusReq) String() string

func (*SetOrgStatusReq) Validate

func (m *SetOrgStatusReq) Validate() error

Validate checks the field values on SetOrgStatusReq 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 (*SetOrgStatusReq) ValidateAll

func (m *SetOrgStatusReq) ValidateAll() error

ValidateAll checks the field values on SetOrgStatusReq 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 SetOrgStatusReqMultiError, or nil if none found.

type SetOrgStatusReqMultiError

type SetOrgStatusReqMultiError []error

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

func (SetOrgStatusReqMultiError) AllErrors

func (m SetOrgStatusReqMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (SetOrgStatusReqMultiError) Error

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

type SetOrgStatusReqValidationError

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

SetOrgStatusReqValidationError is the validation error returned by SetOrgStatusReq.Validate if the designated constraints aren't met.

func (SetOrgStatusReqValidationError) Cause

Cause function returns cause value.

func (SetOrgStatusReqValidationError) Error

Error satisfies the builtin error interface

func (SetOrgStatusReqValidationError) ErrorName

func (e SetOrgStatusReqValidationError) ErrorName() string

ErrorName returns error name.

func (SetOrgStatusReqValidationError) Field

Field function returns field value.

func (SetOrgStatusReqValidationError) Key

Key function returns key value.

func (SetOrgStatusReqValidationError) Reason

Reason function returns reason value.

type SetOrgStatusResp

type SetOrgStatusResp struct {
	Code     int32                 `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"`
	Reason   string                `protobuf:"bytes,2,opt,name=reason,proto3" json:"reason,omitempty"`
	Message  string                `protobuf:"bytes,3,opt,name=message,proto3" json:"message,omitempty"`
	Metadata map[string]string     `` /* 157-byte string literal not displayed */
	Data     *SetOrgStatusRespData `protobuf:"bytes,100,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*SetOrgStatusResp) Descriptor deprecated

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

Deprecated: Use SetOrgStatusResp.ProtoReflect.Descriptor instead.

func (*SetOrgStatusResp) GetCode

func (x *SetOrgStatusResp) GetCode() int32

func (*SetOrgStatusResp) GetData

func (x *SetOrgStatusResp) GetData() *SetOrgStatusRespData

func (*SetOrgStatusResp) GetMessage

func (x *SetOrgStatusResp) GetMessage() string

func (*SetOrgStatusResp) GetMetadata

func (x *SetOrgStatusResp) GetMetadata() map[string]string

func (*SetOrgStatusResp) GetReason

func (x *SetOrgStatusResp) GetReason() string

func (*SetOrgStatusResp) ProtoMessage

func (*SetOrgStatusResp) ProtoMessage()

func (*SetOrgStatusResp) ProtoReflect

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

func (*SetOrgStatusResp) Reset

func (x *SetOrgStatusResp) Reset()

func (*SetOrgStatusResp) String

func (x *SetOrgStatusResp) String() string

func (*SetOrgStatusResp) Validate

func (m *SetOrgStatusResp) Validate() error

Validate checks the field values on SetOrgStatusResp 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 (*SetOrgStatusResp) ValidateAll

func (m *SetOrgStatusResp) ValidateAll() error

ValidateAll checks the field values on SetOrgStatusResp 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 SetOrgStatusRespMultiError, or nil if none found.

type SetOrgStatusRespData

type SetOrgStatusRespData struct {
	Success   bool                          `protobuf:"varint,100,opt,name=success,proto3" json:"success,omitempty"`
	OrgId     uint64                        `protobuf:"varint,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	OrgStatus enums.OrgStatusEnum_OrgStatus `` /* 138-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*SetOrgStatusRespData) Descriptor deprecated

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

Deprecated: Use SetOrgStatusRespData.ProtoReflect.Descriptor instead.

func (*SetOrgStatusRespData) GetOrgId

func (x *SetOrgStatusRespData) GetOrgId() uint64

func (*SetOrgStatusRespData) GetOrgStatus

func (*SetOrgStatusRespData) GetSuccess

func (x *SetOrgStatusRespData) GetSuccess() bool

func (*SetOrgStatusRespData) ProtoMessage

func (*SetOrgStatusRespData) ProtoMessage()

func (*SetOrgStatusRespData) ProtoReflect

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

func (*SetOrgStatusRespData) Reset

func (x *SetOrgStatusRespData) Reset()

func (*SetOrgStatusRespData) String

func (x *SetOrgStatusRespData) String() string

func (*SetOrgStatusRespData) Validate

func (m *SetOrgStatusRespData) Validate() error

Validate checks the field values on SetOrgStatusRespData 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 (*SetOrgStatusRespData) ValidateAll

func (m *SetOrgStatusRespData) ValidateAll() error

ValidateAll checks the field values on SetOrgStatusRespData 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 SetOrgStatusRespDataMultiError, or nil if none found.

type SetOrgStatusRespDataMultiError

type SetOrgStatusRespDataMultiError []error

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

func (SetOrgStatusRespDataMultiError) AllErrors

func (m SetOrgStatusRespDataMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (SetOrgStatusRespDataMultiError) Error

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

type SetOrgStatusRespDataValidationError

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

SetOrgStatusRespDataValidationError is the validation error returned by SetOrgStatusRespData.Validate if the designated constraints aren't met.

func (SetOrgStatusRespDataValidationError) Cause

Cause function returns cause value.

func (SetOrgStatusRespDataValidationError) Error

Error satisfies the builtin error interface

func (SetOrgStatusRespDataValidationError) ErrorName

ErrorName returns error name.

func (SetOrgStatusRespDataValidationError) Field

Field function returns field value.

func (SetOrgStatusRespDataValidationError) Key

Key function returns key value.

func (SetOrgStatusRespDataValidationError) Reason

Reason function returns reason value.

type SetOrgStatusRespMultiError

type SetOrgStatusRespMultiError []error

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

func (SetOrgStatusRespMultiError) AllErrors

func (m SetOrgStatusRespMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (SetOrgStatusRespMultiError) Error

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

type SetOrgStatusRespValidationError

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

SetOrgStatusRespValidationError is the validation error returned by SetOrgStatusResp.Validate if the designated constraints aren't met.

func (SetOrgStatusRespValidationError) Cause

Cause function returns cause value.

func (SetOrgStatusRespValidationError) Error

Error satisfies the builtin error interface

func (SetOrgStatusRespValidationError) ErrorName

ErrorName returns error name.

func (SetOrgStatusRespValidationError) Field

Field function returns field value.

func (SetOrgStatusRespValidationError) Key

Key function returns key value.

func (SetOrgStatusRespValidationError) Reason

Reason function returns reason value.

Jump to

Keyboard shortcuts

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