follow

package
v0.0.0-...-c38fcd0 Latest Latest
Warning

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

Go to latest
Published: Nov 9, 2022 License: MIT Imports: 28 Imported by: 0

Documentation

Index

Constants

View Source
const OperationFollowCreateFollow = "/api.patient.follow.Follow/CreateFollow"
View Source
const OperationFollowCreateFollowRecord = "/api.patient.follow.Follow/CreateFollowRecord"
View Source
const OperationFollowCreateFollowTemplate = "/api.patient.follow.Follow/CreateFollowTemplate"
View Source
const OperationFollowDeleteFollow = "/api.patient.follow.Follow/DeleteFollow"
View Source
const OperationFollowDeleteFollowTemplate = "/api.patient.follow.Follow/DeleteFollowTemplate"
View Source
const OperationFollowGetFollow = "/api.patient.follow.Follow/GetFollow"
View Source
const OperationFollowGetFollowTemplate = "/api.patient.follow.Follow/GetFollowTemplate"
View Source
const OperationFollowListFollow = "/api.patient.follow.Follow/ListFollow"
View Source
const OperationFollowListFollowDisfunctionBind = "/api.patient.follow.Follow/ListFollowDisfunctionBind"
View Source
const OperationFollowListFollowICDBind = "/api.patient.follow.Follow/ListFollowICDBind"
View Source
const OperationFollowListFollowTemplate = "/api.patient.follow.Follow/ListFollowTemplate"
View Source
const OperationFollowSaveFollowDisfunctionBind = "/api.patient.follow.Follow/SaveFollowDisfunctionBind"
View Source
const OperationFollowSaveFollowTemplateICDBind = "/api.patient.follow.Follow/SaveFollowTemplateICDBind"
View Source
const OperationFollowUpdateFollow = "/api.patient.follow.Follow/UpdateFollow"
View Source
const OperationFollowUpdateFollowTemplate = "/api.patient.follow.Follow/UpdateFollowTemplate"

Variables

View Source
var File_api_patient_follow_follow_proto protoreflect.FileDescriptor
View Source
var Follow_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "api.patient.follow.Follow",
	HandlerType: (*FollowServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "CreateFollowTemplate",
			Handler:    _Follow_CreateFollowTemplate_Handler,
		},
		{
			MethodName: "UpdateFollowTemplate",
			Handler:    _Follow_UpdateFollowTemplate_Handler,
		},
		{
			MethodName: "DeleteFollowTemplate",
			Handler:    _Follow_DeleteFollowTemplate_Handler,
		},
		{
			MethodName: "GetFollowTemplate",
			Handler:    _Follow_GetFollowTemplate_Handler,
		},
		{
			MethodName: "ListFollowTemplate",
			Handler:    _Follow_ListFollowTemplate_Handler,
		},
		{
			MethodName: "CreateFollow",
			Handler:    _Follow_CreateFollow_Handler,
		},
		{
			MethodName: "UpdateFollow",
			Handler:    _Follow_UpdateFollow_Handler,
		},
		{
			MethodName: "DeleteFollow",
			Handler:    _Follow_DeleteFollow_Handler,
		},
		{
			MethodName: "GetFollow",
			Handler:    _Follow_GetFollow_Handler,
		},
		{
			MethodName: "ListFollow",
			Handler:    _Follow_ListFollow_Handler,
		},
		{
			MethodName: "CreateFollowRecord",
			Handler:    _Follow_CreateFollowRecord_Handler,
		},
		{
			MethodName: "SaveFollowTemplateICDBind",
			Handler:    _Follow_SaveFollowTemplateICDBind_Handler,
		},
		{
			MethodName: "ListFollowICDBind",
			Handler:    _Follow_ListFollowICDBind_Handler,
		},
		{
			MethodName: "SaveFollowDisfunctionBind",
			Handler:    _Follow_SaveFollowDisfunctionBind_Handler,
		},
		{
			MethodName: "ListFollowDisfunctionBind",
			Handler:    _Follow_ListFollowDisfunctionBind_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "api/patient/follow/follow.proto",
}

Follow_ServiceDesc is the grpc.ServiceDesc for Follow service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

Functions

func RegisterFollowHTTPServer

func RegisterFollowHTTPServer(s *http.Server, srv FollowHTTPServer)

func RegisterFollowServer

func RegisterFollowServer(s grpc.ServiceRegistrar, srv FollowServer)

Types

type CreateFollowRecordRequest

type CreateFollowRecordRequest struct {
	Record     string `protobuf:"bytes,1,opt,name=record,proto3" json:"record,omitempty"`
	FollowID   string `protobuf:"bytes,2,opt,name=followID,proto3" json:"followID,omitempty"`
	VisitID    string `protobuf:"bytes,3,opt,name=visitID,proto3" json:"visitID,omitempty"`
	RecordType int32  `protobuf:"varint,4,opt,name=recordType,proto3" json:"recordType,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateFollowRecordRequest) Descriptor deprecated

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

Deprecated: Use CreateFollowRecordRequest.ProtoReflect.Descriptor instead.

func (*CreateFollowRecordRequest) GetFollowID

func (x *CreateFollowRecordRequest) GetFollowID() string

func (*CreateFollowRecordRequest) GetRecord

func (x *CreateFollowRecordRequest) GetRecord() string

func (*CreateFollowRecordRequest) GetRecordType

func (x *CreateFollowRecordRequest) GetRecordType() int32

func (*CreateFollowRecordRequest) GetVisitID

func (x *CreateFollowRecordRequest) GetVisitID() string

func (*CreateFollowRecordRequest) ProtoMessage

func (*CreateFollowRecordRequest) ProtoMessage()

func (*CreateFollowRecordRequest) ProtoReflect

func (*CreateFollowRecordRequest) Reset

func (x *CreateFollowRecordRequest) Reset()

func (*CreateFollowRecordRequest) String

func (x *CreateFollowRecordRequest) String() string

func (*CreateFollowRecordRequest) Validate

func (m *CreateFollowRecordRequest) Validate() error

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

func (m *CreateFollowRecordRequest) ValidateAll() error

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

type CreateFollowRecordRequestMultiError

type CreateFollowRecordRequestMultiError []error

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

func (CreateFollowRecordRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CreateFollowRecordRequestMultiError) Error

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

type CreateFollowRecordRequestValidationError

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

CreateFollowRecordRequestValidationError is the validation error returned by CreateFollowRecordRequest.Validate if the designated constraints aren't met.

func (CreateFollowRecordRequestValidationError) Cause

Cause function returns cause value.

func (CreateFollowRecordRequestValidationError) Error

Error satisfies the builtin error interface

func (CreateFollowRecordRequestValidationError) ErrorName

ErrorName returns error name.

func (CreateFollowRecordRequestValidationError) Field

Field function returns field value.

func (CreateFollowRecordRequestValidationError) Key

Key function returns key value.

func (CreateFollowRecordRequestValidationError) Reason

Reason function returns reason value.

type CreateFollowRequest

type CreateFollowRequest struct {
	VisitID    string `protobuf:"bytes,1,opt,name=visitID,proto3" json:"visitID,omitempty"`
	TemplateID string `protobuf:"bytes,2,opt,name=templateID,proto3" json:"templateID,omitempty"`
	Cycle      int32  `protobuf:"varint,3,opt,name=cycle,proto3" json:"cycle,omitempty"`
	Status     int32  `protobuf:"varint,5,opt,name=status,proto3" json:"status,omitempty"`
	Name       string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateFollowRequest) Descriptor deprecated

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

Deprecated: Use CreateFollowRequest.ProtoReflect.Descriptor instead.

func (*CreateFollowRequest) GetCycle

func (x *CreateFollowRequest) GetCycle() int32

func (*CreateFollowRequest) GetName

func (x *CreateFollowRequest) GetName() string

func (*CreateFollowRequest) GetStatus

func (x *CreateFollowRequest) GetStatus() int32

func (*CreateFollowRequest) GetTemplateID

func (x *CreateFollowRequest) GetTemplateID() string

func (*CreateFollowRequest) GetVisitID

func (x *CreateFollowRequest) GetVisitID() string

func (*CreateFollowRequest) ProtoMessage

func (*CreateFollowRequest) ProtoMessage()

func (*CreateFollowRequest) ProtoReflect

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

func (*CreateFollowRequest) Reset

func (x *CreateFollowRequest) Reset()

func (*CreateFollowRequest) String

func (x *CreateFollowRequest) String() string

func (*CreateFollowRequest) Validate

func (m *CreateFollowRequest) Validate() error

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

func (m *CreateFollowRequest) ValidateAll() error

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

type CreateFollowRequestMultiError

type CreateFollowRequestMultiError []error

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

func (CreateFollowRequestMultiError) AllErrors

func (m CreateFollowRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreateFollowRequestMultiError) Error

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

type CreateFollowRequestValidationError

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

CreateFollowRequestValidationError is the validation error returned by CreateFollowRequest.Validate if the designated constraints aren't met.

func (CreateFollowRequestValidationError) Cause

Cause function returns cause value.

func (CreateFollowRequestValidationError) Error

Error satisfies the builtin error interface

func (CreateFollowRequestValidationError) ErrorName

ErrorName returns error name.

func (CreateFollowRequestValidationError) Field

Field function returns field value.

func (CreateFollowRequestValidationError) Key

Key function returns key value.

func (CreateFollowRequestValidationError) Reason

Reason function returns reason value.

type CreateFollowTemplateRequest

type CreateFollowTemplateRequest struct {
	Name     string  `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Record   string  `protobuf:"bytes,2,opt,name=record,proto3" json:"record,omitempty"`
	Comment  string  `protobuf:"bytes,3,opt,name=comment,proto3" json:"comment,omitempty"`
	Status   int32   `protobuf:"varint,4,opt,name=status,proto3" json:"status,omitempty"`
	MonthAge []int32 `protobuf:"varint,5,rep,packed,name=monthAge,proto3" json:"monthAge,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateFollowTemplateRequest) Descriptor deprecated

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

Deprecated: Use CreateFollowTemplateRequest.ProtoReflect.Descriptor instead.

func (*CreateFollowTemplateRequest) GetComment

func (x *CreateFollowTemplateRequest) GetComment() string

func (*CreateFollowTemplateRequest) GetMonthAge

func (x *CreateFollowTemplateRequest) GetMonthAge() []int32

func (*CreateFollowTemplateRequest) GetName

func (x *CreateFollowTemplateRequest) GetName() string

func (*CreateFollowTemplateRequest) GetRecord

func (x *CreateFollowTemplateRequest) GetRecord() string

func (*CreateFollowTemplateRequest) GetStatus

func (x *CreateFollowTemplateRequest) GetStatus() int32

func (*CreateFollowTemplateRequest) ProtoMessage

func (*CreateFollowTemplateRequest) ProtoMessage()

func (*CreateFollowTemplateRequest) ProtoReflect

func (*CreateFollowTemplateRequest) Reset

func (x *CreateFollowTemplateRequest) Reset()

func (*CreateFollowTemplateRequest) String

func (x *CreateFollowTemplateRequest) String() string

func (*CreateFollowTemplateRequest) Validate

func (m *CreateFollowTemplateRequest) Validate() error

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

func (m *CreateFollowTemplateRequest) ValidateAll() error

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

type CreateFollowTemplateRequestMultiError

type CreateFollowTemplateRequestMultiError []error

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

func (CreateFollowTemplateRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CreateFollowTemplateRequestMultiError) Error

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

type CreateFollowTemplateRequestValidationError

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

CreateFollowTemplateRequestValidationError is the validation error returned by CreateFollowTemplateRequest.Validate if the designated constraints aren't met.

func (CreateFollowTemplateRequestValidationError) Cause

Cause function returns cause value.

func (CreateFollowTemplateRequestValidationError) Error

Error satisfies the builtin error interface

func (CreateFollowTemplateRequestValidationError) ErrorName

ErrorName returns error name.

func (CreateFollowTemplateRequestValidationError) Field

Field function returns field value.

func (CreateFollowTemplateRequestValidationError) Key

Key function returns key value.

func (CreateFollowTemplateRequestValidationError) Reason

Reason function returns reason value.

type FollowClient

type FollowClient interface {
	CreateFollowTemplate(ctx context.Context, in *CreateFollowTemplateRequest, opts ...grpc.CallOption) (*api.Success, error)
	UpdateFollowTemplate(ctx context.Context, in *UpdateFollowTemplateRequest, opts ...grpc.CallOption) (*api.Success, error)
	DeleteFollowTemplate(ctx context.Context, in *api.IDRequest, opts ...grpc.CallOption) (*api.Success, error)
	GetFollowTemplate(ctx context.Context, in *api.IDRequest, opts ...grpc.CallOption) (*GetFollowTemplateReply, error)
	ListFollowTemplate(ctx context.Context, in *ListFollowTemplateRequest, opts ...grpc.CallOption) (*ListFollowTemplateReply, error)
	CreateFollow(ctx context.Context, in *CreateFollowRequest, opts ...grpc.CallOption) (*api.Success, error)
	UpdateFollow(ctx context.Context, in *UpdateFollowRequest, opts ...grpc.CallOption) (*api.Success, error)
	DeleteFollow(ctx context.Context, in *api.IDRequest, opts ...grpc.CallOption) (*api.Success, error)
	GetFollow(ctx context.Context, in *GetFollowRequest, opts ...grpc.CallOption) (*GetFollowReply, error)
	ListFollow(ctx context.Context, in *ListFollowRequest, opts ...grpc.CallOption) (*ListFollowReply, error)
	CreateFollowRecord(ctx context.Context, in *CreateFollowRecordRequest, opts ...grpc.CallOption) (*api.Success, error)
	SaveFollowTemplateICDBind(ctx context.Context, in *SaveFollowTemplateICDBindRequest, opts ...grpc.CallOption) (*api.Success, error)
	ListFollowICDBind(ctx context.Context, in *api.IDRequest, opts ...grpc.CallOption) (*ListFollowTemplateICDBindReply, error)
	SaveFollowDisfunctionBind(ctx context.Context, in *SaveFollowDisfunctionRequest, opts ...grpc.CallOption) (*api.Success, error)
	ListFollowDisfunctionBind(ctx context.Context, in *api.IDRequest, opts ...grpc.CallOption) (*ListFollowDisfunctionBindReply, error)
}

FollowClient is the client API for Follow service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

func NewFollowClient

func NewFollowClient(cc grpc.ClientConnInterface) FollowClient

type FollowHTTPClient

type FollowHTTPClient interface {
	CreateFollow(ctx context.Context, req *CreateFollowRequest, opts ...http.CallOption) (rsp *api.Success, err error)
	CreateFollowRecord(ctx context.Context, req *CreateFollowRecordRequest, opts ...http.CallOption) (rsp *api.Success, err error)
	CreateFollowTemplate(ctx context.Context, req *CreateFollowTemplateRequest, opts ...http.CallOption) (rsp *api.Success, err error)
	DeleteFollow(ctx context.Context, req *api.IDRequest, opts ...http.CallOption) (rsp *api.Success, err error)
	DeleteFollowTemplate(ctx context.Context, req *api.IDRequest, opts ...http.CallOption) (rsp *api.Success, err error)
	GetFollow(ctx context.Context, req *GetFollowRequest, opts ...http.CallOption) (rsp *GetFollowReply, err error)
	GetFollowTemplate(ctx context.Context, req *api.IDRequest, opts ...http.CallOption) (rsp *GetFollowTemplateReply, err error)
	ListFollow(ctx context.Context, req *ListFollowRequest, opts ...http.CallOption) (rsp *ListFollowReply, err error)
	ListFollowDisfunctionBind(ctx context.Context, req *api.IDRequest, opts ...http.CallOption) (rsp *ListFollowDisfunctionBindReply, err error)
	ListFollowICDBind(ctx context.Context, req *api.IDRequest, opts ...http.CallOption) (rsp *ListFollowTemplateICDBindReply, err error)
	ListFollowTemplate(ctx context.Context, req *ListFollowTemplateRequest, opts ...http.CallOption) (rsp *ListFollowTemplateReply, err error)
	SaveFollowDisfunctionBind(ctx context.Context, req *SaveFollowDisfunctionRequest, opts ...http.CallOption) (rsp *api.Success, err error)
	SaveFollowTemplateICDBind(ctx context.Context, req *SaveFollowTemplateICDBindRequest, opts ...http.CallOption) (rsp *api.Success, err error)
	UpdateFollow(ctx context.Context, req *UpdateFollowRequest, opts ...http.CallOption) (rsp *api.Success, err error)
	UpdateFollowTemplate(ctx context.Context, req *UpdateFollowTemplateRequest, opts ...http.CallOption) (rsp *api.Success, err error)
}

func NewFollowHTTPClient

func NewFollowHTTPClient(client *http.Client) FollowHTTPClient

type FollowHTTPClientImpl

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

func (*FollowHTTPClientImpl) CreateFollow

func (c *FollowHTTPClientImpl) CreateFollow(ctx context.Context, in *CreateFollowRequest, opts ...http.CallOption) (*api.Success, error)

func (*FollowHTTPClientImpl) CreateFollowRecord

func (c *FollowHTTPClientImpl) CreateFollowRecord(ctx context.Context, in *CreateFollowRecordRequest, opts ...http.CallOption) (*api.Success, error)

func (*FollowHTTPClientImpl) CreateFollowTemplate

func (c *FollowHTTPClientImpl) CreateFollowTemplate(ctx context.Context, in *CreateFollowTemplateRequest, opts ...http.CallOption) (*api.Success, error)

func (*FollowHTTPClientImpl) DeleteFollow

func (c *FollowHTTPClientImpl) DeleteFollow(ctx context.Context, in *api.IDRequest, opts ...http.CallOption) (*api.Success, error)

func (*FollowHTTPClientImpl) DeleteFollowTemplate

func (c *FollowHTTPClientImpl) DeleteFollowTemplate(ctx context.Context, in *api.IDRequest, opts ...http.CallOption) (*api.Success, error)

func (*FollowHTTPClientImpl) GetFollow

func (*FollowHTTPClientImpl) GetFollowTemplate

func (c *FollowHTTPClientImpl) GetFollowTemplate(ctx context.Context, in *api.IDRequest, opts ...http.CallOption) (*GetFollowTemplateReply, error)

func (*FollowHTTPClientImpl) ListFollow

func (*FollowHTTPClientImpl) ListFollowDisfunctionBind

func (c *FollowHTTPClientImpl) ListFollowDisfunctionBind(ctx context.Context, in *api.IDRequest, opts ...http.CallOption) (*ListFollowDisfunctionBindReply, error)

func (*FollowHTTPClientImpl) ListFollowICDBind

func (*FollowHTTPClientImpl) ListFollowTemplate

func (*FollowHTTPClientImpl) SaveFollowDisfunctionBind

func (c *FollowHTTPClientImpl) SaveFollowDisfunctionBind(ctx context.Context, in *SaveFollowDisfunctionRequest, opts ...http.CallOption) (*api.Success, error)

func (*FollowHTTPClientImpl) SaveFollowTemplateICDBind

func (c *FollowHTTPClientImpl) SaveFollowTemplateICDBind(ctx context.Context, in *SaveFollowTemplateICDBindRequest, opts ...http.CallOption) (*api.Success, error)

func (*FollowHTTPClientImpl) UpdateFollow

func (c *FollowHTTPClientImpl) UpdateFollow(ctx context.Context, in *UpdateFollowRequest, opts ...http.CallOption) (*api.Success, error)

func (*FollowHTTPClientImpl) UpdateFollowTemplate

func (c *FollowHTTPClientImpl) UpdateFollowTemplate(ctx context.Context, in *UpdateFollowTemplateRequest, opts ...http.CallOption) (*api.Success, error)

type FollowServer

type FollowServer interface {
	CreateFollowTemplate(context.Context, *CreateFollowTemplateRequest) (*api.Success, error)
	UpdateFollowTemplate(context.Context, *UpdateFollowTemplateRequest) (*api.Success, error)
	DeleteFollowTemplate(context.Context, *api.IDRequest) (*api.Success, error)
	GetFollowTemplate(context.Context, *api.IDRequest) (*GetFollowTemplateReply, error)
	ListFollowTemplate(context.Context, *ListFollowTemplateRequest) (*ListFollowTemplateReply, error)
	CreateFollow(context.Context, *CreateFollowRequest) (*api.Success, error)
	UpdateFollow(context.Context, *UpdateFollowRequest) (*api.Success, error)
	DeleteFollow(context.Context, *api.IDRequest) (*api.Success, error)
	GetFollow(context.Context, *GetFollowRequest) (*GetFollowReply, error)
	ListFollow(context.Context, *ListFollowRequest) (*ListFollowReply, error)
	CreateFollowRecord(context.Context, *CreateFollowRecordRequest) (*api.Success, error)
	SaveFollowTemplateICDBind(context.Context, *SaveFollowTemplateICDBindRequest) (*api.Success, error)
	ListFollowICDBind(context.Context, *api.IDRequest) (*ListFollowTemplateICDBindReply, error)
	SaveFollowDisfunctionBind(context.Context, *SaveFollowDisfunctionRequest) (*api.Success, error)
	ListFollowDisfunctionBind(context.Context, *api.IDRequest) (*ListFollowDisfunctionBindReply, error)
	// contains filtered or unexported methods
}

FollowServer is the server API for Follow service. All implementations must embed UnimplementedFollowServer for forward compatibility

type GetFollowReply

type GetFollowReply struct {
	VisitID      string                  `protobuf:"bytes,1,opt,name=visitID,proto3" json:"visitID,omitempty"`
	TemplateID   string                  `protobuf:"bytes,2,opt,name=templateID,proto3" json:"templateID,omitempty"`
	Cycle        int32                   `protobuf:"varint,3,opt,name=cycle,proto3" json:"cycle,omitempty"`
	Status       int32                   `protobuf:"varint,4,opt,name=status,proto3" json:"status,omitempty"`
	FillStatus   int32                   `protobuf:"varint,5,opt,name=fillStatus,proto3" json:"fillStatus,omitempty"`
	CreatedBy    string                  `protobuf:"bytes,6,opt,name=createdBy,proto3" json:"createdBy,omitempty"`
	CreatedAt    string                  `protobuf:"bytes,7,opt,name=createdAt,proto3" json:"createdAt,omitempty"`
	Name         string                  `protobuf:"bytes,8,opt,name=name,proto3" json:"name,omitempty"`
	Id           string                  `protobuf:"bytes,9,opt,name=id,proto3" json:"id,omitempty"`
	Template     *GetFollowTemplateReply `protobuf:"bytes,10,opt,name=template,proto3" json:"template,omitempty"`
	Record       string                  `protobuf:"bytes,11,opt,name=record,proto3" json:"record,omitempty"`
	ExpectedTime string                  `protobuf:"bytes,12,opt,name=expectedTime,proto3" json:"expectedTime,omitempty"`
	// contains filtered or unexported fields
}

func (*GetFollowReply) Descriptor deprecated

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

Deprecated: Use GetFollowReply.ProtoReflect.Descriptor instead.

func (*GetFollowReply) GetCreatedAt

func (x *GetFollowReply) GetCreatedAt() string

func (*GetFollowReply) GetCreatedBy

func (x *GetFollowReply) GetCreatedBy() string

func (*GetFollowReply) GetCycle

func (x *GetFollowReply) GetCycle() int32

func (*GetFollowReply) GetExpectedTime

func (x *GetFollowReply) GetExpectedTime() string

func (*GetFollowReply) GetFillStatus

func (x *GetFollowReply) GetFillStatus() int32

func (*GetFollowReply) GetId

func (x *GetFollowReply) GetId() string

func (*GetFollowReply) GetName

func (x *GetFollowReply) GetName() string

func (*GetFollowReply) GetRecord

func (x *GetFollowReply) GetRecord() string

func (*GetFollowReply) GetStatus

func (x *GetFollowReply) GetStatus() int32

func (*GetFollowReply) GetTemplate

func (x *GetFollowReply) GetTemplate() *GetFollowTemplateReply

func (*GetFollowReply) GetTemplateID

func (x *GetFollowReply) GetTemplateID() string

func (*GetFollowReply) GetVisitID

func (x *GetFollowReply) GetVisitID() string

func (*GetFollowReply) ProtoMessage

func (*GetFollowReply) ProtoMessage()

func (*GetFollowReply) ProtoReflect

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

func (*GetFollowReply) Reset

func (x *GetFollowReply) Reset()

func (*GetFollowReply) String

func (x *GetFollowReply) String() string

func (*GetFollowReply) Validate

func (m *GetFollowReply) Validate() error

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

func (m *GetFollowReply) ValidateAll() error

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

type GetFollowReplyMultiError

type GetFollowReplyMultiError []error

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

func (GetFollowReplyMultiError) AllErrors

func (m GetFollowReplyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetFollowReplyMultiError) Error

func (m GetFollowReplyMultiError) Error() string

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

type GetFollowReplyValidationError

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

GetFollowReplyValidationError is the validation error returned by GetFollowReply.Validate if the designated constraints aren't met.

func (GetFollowReplyValidationError) Cause

Cause function returns cause value.

func (GetFollowReplyValidationError) Error

Error satisfies the builtin error interface

func (GetFollowReplyValidationError) ErrorName

func (e GetFollowReplyValidationError) ErrorName() string

ErrorName returns error name.

func (GetFollowReplyValidationError) Field

Field function returns field value.

func (GetFollowReplyValidationError) Key

Key function returns key value.

func (GetFollowReplyValidationError) Reason

Reason function returns reason value.

type GetFollowRequest

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

func (*GetFollowRequest) Descriptor deprecated

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

Deprecated: Use GetFollowRequest.ProtoReflect.Descriptor instead.

func (*GetFollowRequest) GetId

func (x *GetFollowRequest) GetId() string

func (*GetFollowRequest) ProtoMessage

func (*GetFollowRequest) ProtoMessage()

func (*GetFollowRequest) ProtoReflect

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

func (*GetFollowRequest) Reset

func (x *GetFollowRequest) Reset()

func (*GetFollowRequest) String

func (x *GetFollowRequest) String() string

func (*GetFollowRequest) Validate

func (m *GetFollowRequest) Validate() error

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

func (m *GetFollowRequest) ValidateAll() error

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

type GetFollowRequestMultiError

type GetFollowRequestMultiError []error

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

func (GetFollowRequestMultiError) AllErrors

func (m GetFollowRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetFollowRequestMultiError) Error

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

type GetFollowRequestValidationError

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

GetFollowRequestValidationError is the validation error returned by GetFollowRequest.Validate if the designated constraints aren't met.

func (GetFollowRequestValidationError) Cause

Cause function returns cause value.

func (GetFollowRequestValidationError) Error

Error satisfies the builtin error interface

func (GetFollowRequestValidationError) ErrorName

ErrorName returns error name.

func (GetFollowRequestValidationError) Field

Field function returns field value.

func (GetFollowRequestValidationError) Key

Key function returns key value.

func (GetFollowRequestValidationError) Reason

Reason function returns reason value.

type GetFollowTemplateReply

type GetFollowTemplateReply struct {
	Id       string  `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Name     string  `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Record   string  `protobuf:"bytes,3,opt,name=record,proto3" json:"record,omitempty"`
	Comment  string  `protobuf:"bytes,4,opt,name=comment,proto3" json:"comment,omitempty"`
	Status   int32   `protobuf:"varint,5,opt,name=status,proto3" json:"status,omitempty"`
	MonthAge []int32 `protobuf:"varint,6,rep,packed,name=monthAge,proto3" json:"monthAge,omitempty"`
	// contains filtered or unexported fields
}

func (*GetFollowTemplateReply) Descriptor deprecated

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

Deprecated: Use GetFollowTemplateReply.ProtoReflect.Descriptor instead.

func (*GetFollowTemplateReply) GetComment

func (x *GetFollowTemplateReply) GetComment() string

func (*GetFollowTemplateReply) GetId

func (x *GetFollowTemplateReply) GetId() string

func (*GetFollowTemplateReply) GetMonthAge

func (x *GetFollowTemplateReply) GetMonthAge() []int32

func (*GetFollowTemplateReply) GetName

func (x *GetFollowTemplateReply) GetName() string

func (*GetFollowTemplateReply) GetRecord

func (x *GetFollowTemplateReply) GetRecord() string

func (*GetFollowTemplateReply) GetStatus

func (x *GetFollowTemplateReply) GetStatus() int32

func (*GetFollowTemplateReply) ProtoMessage

func (*GetFollowTemplateReply) ProtoMessage()

func (*GetFollowTemplateReply) ProtoReflect

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

func (*GetFollowTemplateReply) Reset

func (x *GetFollowTemplateReply) Reset()

func (*GetFollowTemplateReply) String

func (x *GetFollowTemplateReply) String() string

func (*GetFollowTemplateReply) Validate

func (m *GetFollowTemplateReply) Validate() error

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

func (m *GetFollowTemplateReply) ValidateAll() error

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

type GetFollowTemplateReplyMultiError

type GetFollowTemplateReplyMultiError []error

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

func (GetFollowTemplateReplyMultiError) AllErrors

func (m GetFollowTemplateReplyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetFollowTemplateReplyMultiError) Error

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

type GetFollowTemplateReplyValidationError

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

GetFollowTemplateReplyValidationError is the validation error returned by GetFollowTemplateReply.Validate if the designated constraints aren't met.

func (GetFollowTemplateReplyValidationError) Cause

Cause function returns cause value.

func (GetFollowTemplateReplyValidationError) Error

Error satisfies the builtin error interface

func (GetFollowTemplateReplyValidationError) ErrorName

ErrorName returns error name.

func (GetFollowTemplateReplyValidationError) Field

Field function returns field value.

func (GetFollowTemplateReplyValidationError) Key

Key function returns key value.

func (GetFollowTemplateReplyValidationError) Reason

Reason function returns reason value.

type ListFollowDisfunctionBindReply

type ListFollowDisfunctionBindReply struct {
	List []*disfunction.GetDisfunctionReply `protobuf:"bytes,1,rep,name=list,proto3" json:"list,omitempty"`
	// contains filtered or unexported fields
}

func (*ListFollowDisfunctionBindReply) Descriptor deprecated

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

Deprecated: Use ListFollowDisfunctionBindReply.ProtoReflect.Descriptor instead.

func (*ListFollowDisfunctionBindReply) GetList

func (*ListFollowDisfunctionBindReply) ProtoMessage

func (*ListFollowDisfunctionBindReply) ProtoMessage()

func (*ListFollowDisfunctionBindReply) ProtoReflect

func (*ListFollowDisfunctionBindReply) Reset

func (x *ListFollowDisfunctionBindReply) Reset()

func (*ListFollowDisfunctionBindReply) String

func (*ListFollowDisfunctionBindReply) Validate

func (m *ListFollowDisfunctionBindReply) Validate() error

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

func (m *ListFollowDisfunctionBindReply) ValidateAll() error

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

type ListFollowDisfunctionBindReplyMultiError

type ListFollowDisfunctionBindReplyMultiError []error

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

func (ListFollowDisfunctionBindReplyMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (ListFollowDisfunctionBindReplyMultiError) Error

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

type ListFollowDisfunctionBindReplyValidationError

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

ListFollowDisfunctionBindReplyValidationError is the validation error returned by ListFollowDisfunctionBindReply.Validate if the designated constraints aren't met.

func (ListFollowDisfunctionBindReplyValidationError) Cause

Cause function returns cause value.

func (ListFollowDisfunctionBindReplyValidationError) Error

Error satisfies the builtin error interface

func (ListFollowDisfunctionBindReplyValidationError) ErrorName

ErrorName returns error name.

func (ListFollowDisfunctionBindReplyValidationError) Field

Field function returns field value.

func (ListFollowDisfunctionBindReplyValidationError) Key

Key function returns key value.

func (ListFollowDisfunctionBindReplyValidationError) Reason

Reason function returns reason value.

type ListFollowReply

type ListFollowReply struct {
	DataList []*ListFollowReplyItem `protobuf:"bytes,1,rep,name=dataList,proto3" json:"dataList,omitempty"`
	Total    int32                  `protobuf:"varint,2,opt,name=total,proto3" json:"total,omitempty"`
	Page     int32                  `protobuf:"varint,3,opt,name=page,proto3" json:"page,omitempty"`
	PerPage  int32                  `protobuf:"varint,4,opt,name=perPage,proto3" json:"perPage,omitempty"`
	// contains filtered or unexported fields
}

func (*ListFollowReply) Descriptor deprecated

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

Deprecated: Use ListFollowReply.ProtoReflect.Descriptor instead.

func (*ListFollowReply) GetDataList

func (x *ListFollowReply) GetDataList() []*ListFollowReplyItem

func (*ListFollowReply) GetPage

func (x *ListFollowReply) GetPage() int32

func (*ListFollowReply) GetPerPage

func (x *ListFollowReply) GetPerPage() int32

func (*ListFollowReply) GetTotal

func (x *ListFollowReply) GetTotal() int32

func (*ListFollowReply) ProtoMessage

func (*ListFollowReply) ProtoMessage()

func (*ListFollowReply) ProtoReflect

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

func (*ListFollowReply) Reset

func (x *ListFollowReply) Reset()

func (*ListFollowReply) String

func (x *ListFollowReply) String() string

func (*ListFollowReply) Validate

func (m *ListFollowReply) Validate() error

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

func (m *ListFollowReply) ValidateAll() error

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

type ListFollowReplyItem

type ListFollowReplyItem struct {
	VisitID      string                  `protobuf:"bytes,1,opt,name=visitID,proto3" json:"visitID,omitempty"`
	TemplateID   string                  `protobuf:"bytes,2,opt,name=templateID,proto3" json:"templateID,omitempty"`
	Cycle        int32                   `protobuf:"varint,3,opt,name=cycle,proto3" json:"cycle,omitempty"`
	Status       int32                   `protobuf:"varint,4,opt,name=status,proto3" json:"status,omitempty"`
	FillStatus   int32                   `protobuf:"varint,5,opt,name=fillStatus,proto3" json:"fillStatus,omitempty"`
	CreatedBy    string                  `protobuf:"bytes,6,opt,name=createdBy,proto3" json:"createdBy,omitempty"`
	CreatedAt    string                  `protobuf:"bytes,7,opt,name=createdAt,proto3" json:"createdAt,omitempty"`
	Name         string                  `protobuf:"bytes,8,opt,name=name,proto3" json:"name,omitempty"`
	Id           string                  `protobuf:"bytes,9,opt,name=id,proto3" json:"id,omitempty"`
	Template     *GetFollowTemplateReply `protobuf:"bytes,10,opt,name=template,proto3" json:"template,omitempty"`
	ExpectedTime string                  `protobuf:"bytes,11,opt,name=expectedTime,proto3" json:"expectedTime,omitempty"`
	// contains filtered or unexported fields
}

func (*ListFollowReplyItem) Descriptor deprecated

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

Deprecated: Use ListFollowReplyItem.ProtoReflect.Descriptor instead.

func (*ListFollowReplyItem) GetCreatedAt

func (x *ListFollowReplyItem) GetCreatedAt() string

func (*ListFollowReplyItem) GetCreatedBy

func (x *ListFollowReplyItem) GetCreatedBy() string

func (*ListFollowReplyItem) GetCycle

func (x *ListFollowReplyItem) GetCycle() int32

func (*ListFollowReplyItem) GetExpectedTime

func (x *ListFollowReplyItem) GetExpectedTime() string

func (*ListFollowReplyItem) GetFillStatus

func (x *ListFollowReplyItem) GetFillStatus() int32

func (*ListFollowReplyItem) GetId

func (x *ListFollowReplyItem) GetId() string

func (*ListFollowReplyItem) GetName

func (x *ListFollowReplyItem) GetName() string

func (*ListFollowReplyItem) GetStatus

func (x *ListFollowReplyItem) GetStatus() int32

func (*ListFollowReplyItem) GetTemplate

func (x *ListFollowReplyItem) GetTemplate() *GetFollowTemplateReply

func (*ListFollowReplyItem) GetTemplateID

func (x *ListFollowReplyItem) GetTemplateID() string

func (*ListFollowReplyItem) GetVisitID

func (x *ListFollowReplyItem) GetVisitID() string

func (*ListFollowReplyItem) ProtoMessage

func (*ListFollowReplyItem) ProtoMessage()

func (*ListFollowReplyItem) ProtoReflect

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

func (*ListFollowReplyItem) Reset

func (x *ListFollowReplyItem) Reset()

func (*ListFollowReplyItem) String

func (x *ListFollowReplyItem) String() string

func (*ListFollowReplyItem) Validate

func (m *ListFollowReplyItem) Validate() error

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

func (m *ListFollowReplyItem) ValidateAll() error

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

type ListFollowReplyItemMultiError

type ListFollowReplyItemMultiError []error

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

func (ListFollowReplyItemMultiError) AllErrors

func (m ListFollowReplyItemMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListFollowReplyItemMultiError) Error

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

type ListFollowReplyItemValidationError

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

ListFollowReplyItemValidationError is the validation error returned by ListFollowReplyItem.Validate if the designated constraints aren't met.

func (ListFollowReplyItemValidationError) Cause

Cause function returns cause value.

func (ListFollowReplyItemValidationError) Error

Error satisfies the builtin error interface

func (ListFollowReplyItemValidationError) ErrorName

ErrorName returns error name.

func (ListFollowReplyItemValidationError) Field

Field function returns field value.

func (ListFollowReplyItemValidationError) Key

Key function returns key value.

func (ListFollowReplyItemValidationError) Reason

Reason function returns reason value.

type ListFollowReplyMultiError

type ListFollowReplyMultiError []error

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

func (ListFollowReplyMultiError) AllErrors

func (m ListFollowReplyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListFollowReplyMultiError) Error

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

type ListFollowReplyValidationError

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

ListFollowReplyValidationError is the validation error returned by ListFollowReply.Validate if the designated constraints aren't met.

func (ListFollowReplyValidationError) Cause

Cause function returns cause value.

func (ListFollowReplyValidationError) Error

Error satisfies the builtin error interface

func (ListFollowReplyValidationError) ErrorName

func (e ListFollowReplyValidationError) ErrorName() string

ErrorName returns error name.

func (ListFollowReplyValidationError) Field

Field function returns field value.

func (ListFollowReplyValidationError) Key

Key function returns key value.

func (ListFollowReplyValidationError) Reason

Reason function returns reason value.

type ListFollowRequest

type ListFollowRequest struct {
	Page    int32  `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty"`
	PerPage int32  `protobuf:"varint,2,opt,name=perPage,proto3" json:"perPage,omitempty"`
	Name    string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	VisitID string `protobuf:"bytes,4,opt,name=visitID,proto3" json:"visitID,omitempty"`
	// contains filtered or unexported fields
}

func (*ListFollowRequest) Descriptor deprecated

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

Deprecated: Use ListFollowRequest.ProtoReflect.Descriptor instead.

func (*ListFollowRequest) GetName

func (x *ListFollowRequest) GetName() string

func (*ListFollowRequest) GetPage

func (x *ListFollowRequest) GetPage() int32

func (*ListFollowRequest) GetPerPage

func (x *ListFollowRequest) GetPerPage() int32

func (*ListFollowRequest) GetVisitID

func (x *ListFollowRequest) GetVisitID() string

func (*ListFollowRequest) ProtoMessage

func (*ListFollowRequest) ProtoMessage()

func (*ListFollowRequest) ProtoReflect

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

func (*ListFollowRequest) Reset

func (x *ListFollowRequest) Reset()

func (*ListFollowRequest) String

func (x *ListFollowRequest) String() string

func (*ListFollowRequest) Validate

func (m *ListFollowRequest) Validate() error

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

func (m *ListFollowRequest) ValidateAll() error

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

type ListFollowRequestMultiError

type ListFollowRequestMultiError []error

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

func (ListFollowRequestMultiError) AllErrors

func (m ListFollowRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListFollowRequestMultiError) Error

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

type ListFollowRequestValidationError

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

ListFollowRequestValidationError is the validation error returned by ListFollowRequest.Validate if the designated constraints aren't met.

func (ListFollowRequestValidationError) Cause

Cause function returns cause value.

func (ListFollowRequestValidationError) Error

Error satisfies the builtin error interface

func (ListFollowRequestValidationError) ErrorName

ErrorName returns error name.

func (ListFollowRequestValidationError) Field

Field function returns field value.

func (ListFollowRequestValidationError) Key

Key function returns key value.

func (ListFollowRequestValidationError) Reason

Reason function returns reason value.

type ListFollowTemplateICDBindReply

type ListFollowTemplateICDBindReply struct {
	List []*icd.GetIcdReply `protobuf:"bytes,1,rep,name=list,proto3" json:"list,omitempty"`
	// contains filtered or unexported fields
}

func (*ListFollowTemplateICDBindReply) Descriptor deprecated

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

Deprecated: Use ListFollowTemplateICDBindReply.ProtoReflect.Descriptor instead.

func (*ListFollowTemplateICDBindReply) GetList

func (*ListFollowTemplateICDBindReply) ProtoMessage

func (*ListFollowTemplateICDBindReply) ProtoMessage()

func (*ListFollowTemplateICDBindReply) ProtoReflect

func (*ListFollowTemplateICDBindReply) Reset

func (x *ListFollowTemplateICDBindReply) Reset()

func (*ListFollowTemplateICDBindReply) String

func (*ListFollowTemplateICDBindReply) Validate

func (m *ListFollowTemplateICDBindReply) Validate() error

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

func (m *ListFollowTemplateICDBindReply) ValidateAll() error

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

type ListFollowTemplateICDBindReplyMultiError

type ListFollowTemplateICDBindReplyMultiError []error

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

func (ListFollowTemplateICDBindReplyMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (ListFollowTemplateICDBindReplyMultiError) Error

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

type ListFollowTemplateICDBindReplyValidationError

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

ListFollowTemplateICDBindReplyValidationError is the validation error returned by ListFollowTemplateICDBindReply.Validate if the designated constraints aren't met.

func (ListFollowTemplateICDBindReplyValidationError) Cause

Cause function returns cause value.

func (ListFollowTemplateICDBindReplyValidationError) Error

Error satisfies the builtin error interface

func (ListFollowTemplateICDBindReplyValidationError) ErrorName

ErrorName returns error name.

func (ListFollowTemplateICDBindReplyValidationError) Field

Field function returns field value.

func (ListFollowTemplateICDBindReplyValidationError) Key

Key function returns key value.

func (ListFollowTemplateICDBindReplyValidationError) Reason

Reason function returns reason value.

type ListFollowTemplateReply

type ListFollowTemplateReply struct {
	DataList []*GetFollowTemplateReply `protobuf:"bytes,1,rep,name=dataList,proto3" json:"dataList,omitempty"`
	Total    int32                     `protobuf:"varint,2,opt,name=total,proto3" json:"total,omitempty"`
	Page     int32                     `protobuf:"varint,3,opt,name=page,proto3" json:"page,omitempty"`
	PerPage  int32                     `protobuf:"varint,4,opt,name=perPage,proto3" json:"perPage,omitempty"`
	// contains filtered or unexported fields
}

func (*ListFollowTemplateReply) Descriptor deprecated

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

Deprecated: Use ListFollowTemplateReply.ProtoReflect.Descriptor instead.

func (*ListFollowTemplateReply) GetDataList

func (x *ListFollowTemplateReply) GetDataList() []*GetFollowTemplateReply

func (*ListFollowTemplateReply) GetPage

func (x *ListFollowTemplateReply) GetPage() int32

func (*ListFollowTemplateReply) GetPerPage

func (x *ListFollowTemplateReply) GetPerPage() int32

func (*ListFollowTemplateReply) GetTotal

func (x *ListFollowTemplateReply) GetTotal() int32

func (*ListFollowTemplateReply) ProtoMessage

func (*ListFollowTemplateReply) ProtoMessage()

func (*ListFollowTemplateReply) ProtoReflect

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

func (*ListFollowTemplateReply) Reset

func (x *ListFollowTemplateReply) Reset()

func (*ListFollowTemplateReply) String

func (x *ListFollowTemplateReply) String() string

func (*ListFollowTemplateReply) Validate

func (m *ListFollowTemplateReply) Validate() error

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

func (m *ListFollowTemplateReply) ValidateAll() error

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

type ListFollowTemplateReplyMultiError

type ListFollowTemplateReplyMultiError []error

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

func (ListFollowTemplateReplyMultiError) AllErrors

func (m ListFollowTemplateReplyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListFollowTemplateReplyMultiError) Error

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

type ListFollowTemplateReplyValidationError

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

ListFollowTemplateReplyValidationError is the validation error returned by ListFollowTemplateReply.Validate if the designated constraints aren't met.

func (ListFollowTemplateReplyValidationError) Cause

Cause function returns cause value.

func (ListFollowTemplateReplyValidationError) Error

Error satisfies the builtin error interface

func (ListFollowTemplateReplyValidationError) ErrorName

ErrorName returns error name.

func (ListFollowTemplateReplyValidationError) Field

Field function returns field value.

func (ListFollowTemplateReplyValidationError) Key

Key function returns key value.

func (ListFollowTemplateReplyValidationError) Reason

Reason function returns reason value.

type ListFollowTemplateRequest

type ListFollowTemplateRequest struct {
	Page    int32  `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty"`
	PerPage int32  `protobuf:"varint,2,opt,name=perPage,proto3" json:"perPage,omitempty"`
	Name    string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*ListFollowTemplateRequest) Descriptor deprecated

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

Deprecated: Use ListFollowTemplateRequest.ProtoReflect.Descriptor instead.

func (*ListFollowTemplateRequest) GetName

func (x *ListFollowTemplateRequest) GetName() string

func (*ListFollowTemplateRequest) GetPage

func (x *ListFollowTemplateRequest) GetPage() int32

func (*ListFollowTemplateRequest) GetPerPage

func (x *ListFollowTemplateRequest) GetPerPage() int32

func (*ListFollowTemplateRequest) ProtoMessage

func (*ListFollowTemplateRequest) ProtoMessage()

func (*ListFollowTemplateRequest) ProtoReflect

func (*ListFollowTemplateRequest) Reset

func (x *ListFollowTemplateRequest) Reset()

func (*ListFollowTemplateRequest) String

func (x *ListFollowTemplateRequest) String() string

func (*ListFollowTemplateRequest) Validate

func (m *ListFollowTemplateRequest) Validate() error

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

func (m *ListFollowTemplateRequest) ValidateAll() error

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

type ListFollowTemplateRequestMultiError

type ListFollowTemplateRequestMultiError []error

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

func (ListFollowTemplateRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (ListFollowTemplateRequestMultiError) Error

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

type ListFollowTemplateRequestValidationError

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

ListFollowTemplateRequestValidationError is the validation error returned by ListFollowTemplateRequest.Validate if the designated constraints aren't met.

func (ListFollowTemplateRequestValidationError) Cause

Cause function returns cause value.

func (ListFollowTemplateRequestValidationError) Error

Error satisfies the builtin error interface

func (ListFollowTemplateRequestValidationError) ErrorName

ErrorName returns error name.

func (ListFollowTemplateRequestValidationError) Field

Field function returns field value.

func (ListFollowTemplateRequestValidationError) Key

Key function returns key value.

func (ListFollowTemplateRequestValidationError) Reason

Reason function returns reason value.

type SaveFollowDisfunctionRequest

type SaveFollowDisfunctionRequest struct {
	TemplateID        string   `protobuf:"bytes,1,opt,name=templateID,proto3" json:"templateID,omitempty"`
	DisfunctionIDList []string `protobuf:"bytes,2,rep,name=disfunctionIDList,proto3" json:"disfunctionIDList,omitempty"`
	// contains filtered or unexported fields
}

func (*SaveFollowDisfunctionRequest) Descriptor deprecated

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

Deprecated: Use SaveFollowDisfunctionRequest.ProtoReflect.Descriptor instead.

func (*SaveFollowDisfunctionRequest) GetDisfunctionIDList

func (x *SaveFollowDisfunctionRequest) GetDisfunctionIDList() []string

func (*SaveFollowDisfunctionRequest) GetTemplateID

func (x *SaveFollowDisfunctionRequest) GetTemplateID() string

func (*SaveFollowDisfunctionRequest) ProtoMessage

func (*SaveFollowDisfunctionRequest) ProtoMessage()

func (*SaveFollowDisfunctionRequest) ProtoReflect

func (*SaveFollowDisfunctionRequest) Reset

func (x *SaveFollowDisfunctionRequest) Reset()

func (*SaveFollowDisfunctionRequest) String

func (*SaveFollowDisfunctionRequest) Validate

func (m *SaveFollowDisfunctionRequest) Validate() error

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

func (m *SaveFollowDisfunctionRequest) ValidateAll() error

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

type SaveFollowDisfunctionRequestMultiError

type SaveFollowDisfunctionRequestMultiError []error

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

func (SaveFollowDisfunctionRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (SaveFollowDisfunctionRequestMultiError) Error

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

type SaveFollowDisfunctionRequestValidationError

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

SaveFollowDisfunctionRequestValidationError is the validation error returned by SaveFollowDisfunctionRequest.Validate if the designated constraints aren't met.

func (SaveFollowDisfunctionRequestValidationError) Cause

Cause function returns cause value.

func (SaveFollowDisfunctionRequestValidationError) Error

Error satisfies the builtin error interface

func (SaveFollowDisfunctionRequestValidationError) ErrorName

ErrorName returns error name.

func (SaveFollowDisfunctionRequestValidationError) Field

Field function returns field value.

func (SaveFollowDisfunctionRequestValidationError) Key

Key function returns key value.

func (SaveFollowDisfunctionRequestValidationError) Reason

Reason function returns reason value.

type SaveFollowTemplateICDBindRequest

type SaveFollowTemplateICDBindRequest struct {
	TemplateID  string   `protobuf:"bytes,1,opt,name=templateID,proto3" json:"templateID,omitempty"`
	IcdCodeList []string `protobuf:"bytes,2,rep,name=icdCodeList,proto3" json:"icdCodeList,omitempty"`
	// contains filtered or unexported fields
}

func (*SaveFollowTemplateICDBindRequest) Descriptor deprecated

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

Deprecated: Use SaveFollowTemplateICDBindRequest.ProtoReflect.Descriptor instead.

func (*SaveFollowTemplateICDBindRequest) GetIcdCodeList

func (x *SaveFollowTemplateICDBindRequest) GetIcdCodeList() []string

func (*SaveFollowTemplateICDBindRequest) GetTemplateID

func (x *SaveFollowTemplateICDBindRequest) GetTemplateID() string

func (*SaveFollowTemplateICDBindRequest) ProtoMessage

func (*SaveFollowTemplateICDBindRequest) ProtoMessage()

func (*SaveFollowTemplateICDBindRequest) ProtoReflect

func (*SaveFollowTemplateICDBindRequest) Reset

func (*SaveFollowTemplateICDBindRequest) String

func (*SaveFollowTemplateICDBindRequest) Validate

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

func (m *SaveFollowTemplateICDBindRequest) ValidateAll() error

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

type SaveFollowTemplateICDBindRequestMultiError

type SaveFollowTemplateICDBindRequestMultiError []error

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

func (SaveFollowTemplateICDBindRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (SaveFollowTemplateICDBindRequestMultiError) Error

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

type SaveFollowTemplateICDBindRequestValidationError

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

SaveFollowTemplateICDBindRequestValidationError is the validation error returned by SaveFollowTemplateICDBindRequest.Validate if the designated constraints aren't met.

func (SaveFollowTemplateICDBindRequestValidationError) Cause

Cause function returns cause value.

func (SaveFollowTemplateICDBindRequestValidationError) Error

Error satisfies the builtin error interface

func (SaveFollowTemplateICDBindRequestValidationError) ErrorName

ErrorName returns error name.

func (SaveFollowTemplateICDBindRequestValidationError) Field

Field function returns field value.

func (SaveFollowTemplateICDBindRequestValidationError) Key

Key function returns key value.

func (SaveFollowTemplateICDBindRequestValidationError) Reason

Reason function returns reason value.

type UnimplementedFollowServer

type UnimplementedFollowServer struct {
}

UnimplementedFollowServer must be embedded to have forward compatible implementations.

func (UnimplementedFollowServer) CreateFollow

func (UnimplementedFollowServer) CreateFollowRecord

func (UnimplementedFollowServer) CreateFollowTemplate

func (UnimplementedFollowServer) DeleteFollow

func (UnimplementedFollowServer) DeleteFollowTemplate

func (UnimplementedFollowServer) DeleteFollowTemplate(context.Context, *api.IDRequest) (*api.Success, error)

func (UnimplementedFollowServer) GetFollow

func (UnimplementedFollowServer) GetFollowTemplate

func (UnimplementedFollowServer) ListFollow

func (UnimplementedFollowServer) ListFollowDisfunctionBind

func (UnimplementedFollowServer) ListFollowICDBind

func (UnimplementedFollowServer) ListFollowTemplate

func (UnimplementedFollowServer) SaveFollowDisfunctionBind

func (UnimplementedFollowServer) SaveFollowTemplateICDBind

func (UnimplementedFollowServer) UpdateFollow

func (UnimplementedFollowServer) UpdateFollowTemplate

type UnsafeFollowServer

type UnsafeFollowServer interface {
	// contains filtered or unexported methods
}

UnsafeFollowServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to FollowServer will result in compilation errors.

type UpdateFollowRequest

type UpdateFollowRequest struct {
	Id         string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	TemplateID string `protobuf:"bytes,2,opt,name=templateID,proto3" json:"templateID,omitempty"`
	Cycle      int32  `protobuf:"varint,3,opt,name=cycle,proto3" json:"cycle,omitempty"`
	Status     int32  `protobuf:"varint,5,opt,name=status,proto3" json:"status,omitempty"`
	Name       string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateFollowRequest) Descriptor deprecated

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

Deprecated: Use UpdateFollowRequest.ProtoReflect.Descriptor instead.

func (*UpdateFollowRequest) GetCycle

func (x *UpdateFollowRequest) GetCycle() int32

func (*UpdateFollowRequest) GetId

func (x *UpdateFollowRequest) GetId() string

func (*UpdateFollowRequest) GetName

func (x *UpdateFollowRequest) GetName() string

func (*UpdateFollowRequest) GetStatus

func (x *UpdateFollowRequest) GetStatus() int32

func (*UpdateFollowRequest) GetTemplateID

func (x *UpdateFollowRequest) GetTemplateID() string

func (*UpdateFollowRequest) ProtoMessage

func (*UpdateFollowRequest) ProtoMessage()

func (*UpdateFollowRequest) ProtoReflect

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

func (*UpdateFollowRequest) Reset

func (x *UpdateFollowRequest) Reset()

func (*UpdateFollowRequest) String

func (x *UpdateFollowRequest) String() string

func (*UpdateFollowRequest) Validate

func (m *UpdateFollowRequest) Validate() error

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

func (m *UpdateFollowRequest) ValidateAll() error

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

type UpdateFollowRequestMultiError

type UpdateFollowRequestMultiError []error

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

func (UpdateFollowRequestMultiError) AllErrors

func (m UpdateFollowRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UpdateFollowRequestMultiError) Error

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

type UpdateFollowRequestValidationError

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

UpdateFollowRequestValidationError is the validation error returned by UpdateFollowRequest.Validate if the designated constraints aren't met.

func (UpdateFollowRequestValidationError) Cause

Cause function returns cause value.

func (UpdateFollowRequestValidationError) Error

Error satisfies the builtin error interface

func (UpdateFollowRequestValidationError) ErrorName

ErrorName returns error name.

func (UpdateFollowRequestValidationError) Field

Field function returns field value.

func (UpdateFollowRequestValidationError) Key

Key function returns key value.

func (UpdateFollowRequestValidationError) Reason

Reason function returns reason value.

type UpdateFollowTemplateRequest

type UpdateFollowTemplateRequest struct {
	Id       string  `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Name     string  `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Record   string  `protobuf:"bytes,3,opt,name=record,proto3" json:"record,omitempty"`
	Comment  string  `protobuf:"bytes,4,opt,name=comment,proto3" json:"comment,omitempty"`
	Status   int32   `protobuf:"varint,5,opt,name=status,proto3" json:"status,omitempty"`
	MonthAge []int32 `protobuf:"varint,6,rep,packed,name=monthAge,proto3" json:"monthAge,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateFollowTemplateRequest) Descriptor deprecated

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

Deprecated: Use UpdateFollowTemplateRequest.ProtoReflect.Descriptor instead.

func (*UpdateFollowTemplateRequest) GetComment

func (x *UpdateFollowTemplateRequest) GetComment() string

func (*UpdateFollowTemplateRequest) GetId

func (*UpdateFollowTemplateRequest) GetMonthAge

func (x *UpdateFollowTemplateRequest) GetMonthAge() []int32

func (*UpdateFollowTemplateRequest) GetName

func (x *UpdateFollowTemplateRequest) GetName() string

func (*UpdateFollowTemplateRequest) GetRecord

func (x *UpdateFollowTemplateRequest) GetRecord() string

func (*UpdateFollowTemplateRequest) GetStatus

func (x *UpdateFollowTemplateRequest) GetStatus() int32

func (*UpdateFollowTemplateRequest) ProtoMessage

func (*UpdateFollowTemplateRequest) ProtoMessage()

func (*UpdateFollowTemplateRequest) ProtoReflect

func (*UpdateFollowTemplateRequest) Reset

func (x *UpdateFollowTemplateRequest) Reset()

func (*UpdateFollowTemplateRequest) String

func (x *UpdateFollowTemplateRequest) String() string

func (*UpdateFollowTemplateRequest) Validate

func (m *UpdateFollowTemplateRequest) Validate() error

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

func (m *UpdateFollowTemplateRequest) ValidateAll() error

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

type UpdateFollowTemplateRequestMultiError

type UpdateFollowTemplateRequestMultiError []error

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

func (UpdateFollowTemplateRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (UpdateFollowTemplateRequestMultiError) Error

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

type UpdateFollowTemplateRequestValidationError

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

UpdateFollowTemplateRequestValidationError is the validation error returned by UpdateFollowTemplateRequest.Validate if the designated constraints aren't met.

func (UpdateFollowTemplateRequestValidationError) Cause

Cause function returns cause value.

func (UpdateFollowTemplateRequestValidationError) Error

Error satisfies the builtin error interface

func (UpdateFollowTemplateRequestValidationError) ErrorName

ErrorName returns error name.

func (UpdateFollowTemplateRequestValidationError) Field

Field function returns field value.

func (UpdateFollowTemplateRequestValidationError) Key

Key function returns key value.

func (UpdateFollowTemplateRequestValidationError) Reason

Reason function returns reason value.

Jump to

Keyboard shortcuts

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