Documentation
¶
Index ¶
- Constants
- Variables
- func RegisterFollowHTTPServer(s *http.Server, srv FollowHTTPServer)
- func RegisterFollowServer(s grpc.ServiceRegistrar, srv FollowServer)
- type CreateFollowRecordRequest
- func (*CreateFollowRecordRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateFollowRecordRequest) GetFollowID() string
- func (x *CreateFollowRecordRequest) GetRecord() string
- func (x *CreateFollowRecordRequest) GetRecordType() int32
- func (x *CreateFollowRecordRequest) GetVisitID() string
- func (*CreateFollowRecordRequest) ProtoMessage()
- func (x *CreateFollowRecordRequest) ProtoReflect() protoreflect.Message
- func (x *CreateFollowRecordRequest) Reset()
- func (x *CreateFollowRecordRequest) String() string
- func (m *CreateFollowRecordRequest) Validate() error
- func (m *CreateFollowRecordRequest) ValidateAll() error
- type CreateFollowRecordRequestMultiError
- type CreateFollowRecordRequestValidationError
- func (e CreateFollowRecordRequestValidationError) Cause() error
- func (e CreateFollowRecordRequestValidationError) Error() string
- func (e CreateFollowRecordRequestValidationError) ErrorName() string
- func (e CreateFollowRecordRequestValidationError) Field() string
- func (e CreateFollowRecordRequestValidationError) Key() bool
- func (e CreateFollowRecordRequestValidationError) Reason() string
- type CreateFollowRequest
- func (*CreateFollowRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateFollowRequest) GetCycle() int32
- func (x *CreateFollowRequest) GetName() string
- func (x *CreateFollowRequest) GetStatus() int32
- func (x *CreateFollowRequest) GetTemplateID() string
- func (x *CreateFollowRequest) GetVisitID() string
- func (*CreateFollowRequest) ProtoMessage()
- func (x *CreateFollowRequest) ProtoReflect() protoreflect.Message
- func (x *CreateFollowRequest) Reset()
- func (x *CreateFollowRequest) String() string
- func (m *CreateFollowRequest) Validate() error
- func (m *CreateFollowRequest) ValidateAll() error
- type CreateFollowRequestMultiError
- type CreateFollowRequestValidationError
- func (e CreateFollowRequestValidationError) Cause() error
- func (e CreateFollowRequestValidationError) Error() string
- func (e CreateFollowRequestValidationError) ErrorName() string
- func (e CreateFollowRequestValidationError) Field() string
- func (e CreateFollowRequestValidationError) Key() bool
- func (e CreateFollowRequestValidationError) Reason() string
- type CreateFollowTemplateRequest
- func (*CreateFollowTemplateRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateFollowTemplateRequest) GetComment() string
- func (x *CreateFollowTemplateRequest) GetMonthAge() []int32
- func (x *CreateFollowTemplateRequest) GetName() string
- func (x *CreateFollowTemplateRequest) GetRecord() string
- func (x *CreateFollowTemplateRequest) GetStatus() int32
- func (*CreateFollowTemplateRequest) ProtoMessage()
- func (x *CreateFollowTemplateRequest) ProtoReflect() protoreflect.Message
- func (x *CreateFollowTemplateRequest) Reset()
- func (x *CreateFollowTemplateRequest) String() string
- func (m *CreateFollowTemplateRequest) Validate() error
- func (m *CreateFollowTemplateRequest) ValidateAll() error
- type CreateFollowTemplateRequestMultiError
- type CreateFollowTemplateRequestValidationError
- func (e CreateFollowTemplateRequestValidationError) Cause() error
- func (e CreateFollowTemplateRequestValidationError) Error() string
- func (e CreateFollowTemplateRequestValidationError) ErrorName() string
- func (e CreateFollowTemplateRequestValidationError) Field() string
- func (e CreateFollowTemplateRequestValidationError) Key() bool
- func (e CreateFollowTemplateRequestValidationError) Reason() string
- type FollowClient
- type FollowHTTPClient
- type FollowHTTPClientImpl
- func (c *FollowHTTPClientImpl) CreateFollow(ctx context.Context, in *CreateFollowRequest, opts ...http.CallOption) (*api.Success, error)
- func (c *FollowHTTPClientImpl) CreateFollowRecord(ctx context.Context, in *CreateFollowRecordRequest, opts ...http.CallOption) (*api.Success, error)
- func (c *FollowHTTPClientImpl) CreateFollowTemplate(ctx context.Context, in *CreateFollowTemplateRequest, opts ...http.CallOption) (*api.Success, error)
- func (c *FollowHTTPClientImpl) DeleteFollow(ctx context.Context, in *api.IDRequest, opts ...http.CallOption) (*api.Success, error)
- func (c *FollowHTTPClientImpl) DeleteFollowTemplate(ctx context.Context, in *api.IDRequest, opts ...http.CallOption) (*api.Success, error)
- func (c *FollowHTTPClientImpl) GetFollow(ctx context.Context, in *GetFollowRequest, opts ...http.CallOption) (*GetFollowReply, error)
- func (c *FollowHTTPClientImpl) GetFollowTemplate(ctx context.Context, in *api.IDRequest, opts ...http.CallOption) (*GetFollowTemplateReply, error)
- func (c *FollowHTTPClientImpl) ListFollow(ctx context.Context, in *ListFollowRequest, opts ...http.CallOption) (*ListFollowReply, error)
- func (c *FollowHTTPClientImpl) ListFollowDisfunctionBind(ctx context.Context, in *api.IDRequest, opts ...http.CallOption) (*ListFollowDisfunctionBindReply, error)
- func (c *FollowHTTPClientImpl) ListFollowICDBind(ctx context.Context, in *api.IDRequest, opts ...http.CallOption) (*ListFollowTemplateICDBindReply, error)
- func (c *FollowHTTPClientImpl) ListFollowTemplate(ctx context.Context, in *ListFollowTemplateRequest, opts ...http.CallOption) (*ListFollowTemplateReply, error)
- func (c *FollowHTTPClientImpl) SaveFollowDisfunctionBind(ctx context.Context, in *SaveFollowDisfunctionRequest, opts ...http.CallOption) (*api.Success, error)
- func (c *FollowHTTPClientImpl) SaveFollowTemplateICDBind(ctx context.Context, in *SaveFollowTemplateICDBindRequest, ...) (*api.Success, error)
- func (c *FollowHTTPClientImpl) UpdateFollow(ctx context.Context, in *UpdateFollowRequest, opts ...http.CallOption) (*api.Success, error)
- func (c *FollowHTTPClientImpl) UpdateFollowTemplate(ctx context.Context, in *UpdateFollowTemplateRequest, opts ...http.CallOption) (*api.Success, error)
- type FollowHTTPServer
- type FollowServer
- type GetFollowReply
- func (*GetFollowReply) Descriptor() ([]byte, []int)deprecated
- func (x *GetFollowReply) GetCreatedAt() string
- func (x *GetFollowReply) GetCreatedBy() string
- func (x *GetFollowReply) GetCycle() int32
- func (x *GetFollowReply) GetExpectedTime() string
- func (x *GetFollowReply) GetFillStatus() int32
- func (x *GetFollowReply) GetId() string
- func (x *GetFollowReply) GetName() string
- func (x *GetFollowReply) GetRecord() string
- func (x *GetFollowReply) GetStatus() int32
- func (x *GetFollowReply) GetTemplate() *GetFollowTemplateReply
- func (x *GetFollowReply) GetTemplateID() string
- func (x *GetFollowReply) GetVisitID() string
- func (*GetFollowReply) ProtoMessage()
- func (x *GetFollowReply) ProtoReflect() protoreflect.Message
- func (x *GetFollowReply) Reset()
- func (x *GetFollowReply) String() string
- func (m *GetFollowReply) Validate() error
- func (m *GetFollowReply) ValidateAll() error
- type GetFollowReplyMultiError
- type GetFollowReplyValidationError
- func (e GetFollowReplyValidationError) Cause() error
- func (e GetFollowReplyValidationError) Error() string
- func (e GetFollowReplyValidationError) ErrorName() string
- func (e GetFollowReplyValidationError) Field() string
- func (e GetFollowReplyValidationError) Key() bool
- func (e GetFollowReplyValidationError) Reason() string
- type GetFollowRequest
- func (*GetFollowRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetFollowRequest) GetId() string
- func (*GetFollowRequest) ProtoMessage()
- func (x *GetFollowRequest) ProtoReflect() protoreflect.Message
- func (x *GetFollowRequest) Reset()
- func (x *GetFollowRequest) String() string
- func (m *GetFollowRequest) Validate() error
- func (m *GetFollowRequest) ValidateAll() error
- type GetFollowRequestMultiError
- type GetFollowRequestValidationError
- func (e GetFollowRequestValidationError) Cause() error
- func (e GetFollowRequestValidationError) Error() string
- func (e GetFollowRequestValidationError) ErrorName() string
- func (e GetFollowRequestValidationError) Field() string
- func (e GetFollowRequestValidationError) Key() bool
- func (e GetFollowRequestValidationError) Reason() string
- type GetFollowTemplateReply
- func (*GetFollowTemplateReply) Descriptor() ([]byte, []int)deprecated
- func (x *GetFollowTemplateReply) GetComment() string
- func (x *GetFollowTemplateReply) GetId() string
- func (x *GetFollowTemplateReply) GetMonthAge() []int32
- func (x *GetFollowTemplateReply) GetName() string
- func (x *GetFollowTemplateReply) GetRecord() string
- func (x *GetFollowTemplateReply) GetStatus() int32
- func (*GetFollowTemplateReply) ProtoMessage()
- func (x *GetFollowTemplateReply) ProtoReflect() protoreflect.Message
- func (x *GetFollowTemplateReply) Reset()
- func (x *GetFollowTemplateReply) String() string
- func (m *GetFollowTemplateReply) Validate() error
- func (m *GetFollowTemplateReply) ValidateAll() error
- type GetFollowTemplateReplyMultiError
- type GetFollowTemplateReplyValidationError
- func (e GetFollowTemplateReplyValidationError) Cause() error
- func (e GetFollowTemplateReplyValidationError) Error() string
- func (e GetFollowTemplateReplyValidationError) ErrorName() string
- func (e GetFollowTemplateReplyValidationError) Field() string
- func (e GetFollowTemplateReplyValidationError) Key() bool
- func (e GetFollowTemplateReplyValidationError) Reason() string
- type ListFollowDisfunctionBindReply
- func (*ListFollowDisfunctionBindReply) Descriptor() ([]byte, []int)deprecated
- func (x *ListFollowDisfunctionBindReply) GetList() []*disfunction.GetDisfunctionReply
- func (*ListFollowDisfunctionBindReply) ProtoMessage()
- func (x *ListFollowDisfunctionBindReply) ProtoReflect() protoreflect.Message
- func (x *ListFollowDisfunctionBindReply) Reset()
- func (x *ListFollowDisfunctionBindReply) String() string
- func (m *ListFollowDisfunctionBindReply) Validate() error
- func (m *ListFollowDisfunctionBindReply) ValidateAll() error
- type ListFollowDisfunctionBindReplyMultiError
- type ListFollowDisfunctionBindReplyValidationError
- func (e ListFollowDisfunctionBindReplyValidationError) Cause() error
- func (e ListFollowDisfunctionBindReplyValidationError) Error() string
- func (e ListFollowDisfunctionBindReplyValidationError) ErrorName() string
- func (e ListFollowDisfunctionBindReplyValidationError) Field() string
- func (e ListFollowDisfunctionBindReplyValidationError) Key() bool
- func (e ListFollowDisfunctionBindReplyValidationError) Reason() string
- type ListFollowReply
- func (*ListFollowReply) Descriptor() ([]byte, []int)deprecated
- func (x *ListFollowReply) GetDataList() []*ListFollowReplyItem
- func (x *ListFollowReply) GetPage() int32
- func (x *ListFollowReply) GetPerPage() int32
- func (x *ListFollowReply) GetTotal() int32
- func (*ListFollowReply) ProtoMessage()
- func (x *ListFollowReply) ProtoReflect() protoreflect.Message
- func (x *ListFollowReply) Reset()
- func (x *ListFollowReply) String() string
- func (m *ListFollowReply) Validate() error
- func (m *ListFollowReply) ValidateAll() error
- type ListFollowReplyItem
- func (*ListFollowReplyItem) Descriptor() ([]byte, []int)deprecated
- func (x *ListFollowReplyItem) GetCreatedAt() string
- func (x *ListFollowReplyItem) GetCreatedBy() string
- func (x *ListFollowReplyItem) GetCycle() int32
- func (x *ListFollowReplyItem) GetExpectedTime() string
- func (x *ListFollowReplyItem) GetFillStatus() int32
- func (x *ListFollowReplyItem) GetId() string
- func (x *ListFollowReplyItem) GetName() string
- func (x *ListFollowReplyItem) GetStatus() int32
- func (x *ListFollowReplyItem) GetTemplate() *GetFollowTemplateReply
- func (x *ListFollowReplyItem) GetTemplateID() string
- func (x *ListFollowReplyItem) GetVisitID() string
- func (*ListFollowReplyItem) ProtoMessage()
- func (x *ListFollowReplyItem) ProtoReflect() protoreflect.Message
- func (x *ListFollowReplyItem) Reset()
- func (x *ListFollowReplyItem) String() string
- func (m *ListFollowReplyItem) Validate() error
- func (m *ListFollowReplyItem) ValidateAll() error
- type ListFollowReplyItemMultiError
- type ListFollowReplyItemValidationError
- func (e ListFollowReplyItemValidationError) Cause() error
- func (e ListFollowReplyItemValidationError) Error() string
- func (e ListFollowReplyItemValidationError) ErrorName() string
- func (e ListFollowReplyItemValidationError) Field() string
- func (e ListFollowReplyItemValidationError) Key() bool
- func (e ListFollowReplyItemValidationError) Reason() string
- type ListFollowReplyMultiError
- type ListFollowReplyValidationError
- func (e ListFollowReplyValidationError) Cause() error
- func (e ListFollowReplyValidationError) Error() string
- func (e ListFollowReplyValidationError) ErrorName() string
- func (e ListFollowReplyValidationError) Field() string
- func (e ListFollowReplyValidationError) Key() bool
- func (e ListFollowReplyValidationError) Reason() string
- type ListFollowRequest
- func (*ListFollowRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListFollowRequest) GetName() string
- func (x *ListFollowRequest) GetPage() int32
- func (x *ListFollowRequest) GetPerPage() int32
- func (x *ListFollowRequest) GetVisitID() string
- func (*ListFollowRequest) ProtoMessage()
- func (x *ListFollowRequest) ProtoReflect() protoreflect.Message
- func (x *ListFollowRequest) Reset()
- func (x *ListFollowRequest) String() string
- func (m *ListFollowRequest) Validate() error
- func (m *ListFollowRequest) ValidateAll() error
- type ListFollowRequestMultiError
- type ListFollowRequestValidationError
- func (e ListFollowRequestValidationError) Cause() error
- func (e ListFollowRequestValidationError) Error() string
- func (e ListFollowRequestValidationError) ErrorName() string
- func (e ListFollowRequestValidationError) Field() string
- func (e ListFollowRequestValidationError) Key() bool
- func (e ListFollowRequestValidationError) Reason() string
- type ListFollowTemplateICDBindReply
- func (*ListFollowTemplateICDBindReply) Descriptor() ([]byte, []int)deprecated
- func (x *ListFollowTemplateICDBindReply) GetList() []*icd.GetIcdReply
- func (*ListFollowTemplateICDBindReply) ProtoMessage()
- func (x *ListFollowTemplateICDBindReply) ProtoReflect() protoreflect.Message
- func (x *ListFollowTemplateICDBindReply) Reset()
- func (x *ListFollowTemplateICDBindReply) String() string
- func (m *ListFollowTemplateICDBindReply) Validate() error
- func (m *ListFollowTemplateICDBindReply) ValidateAll() error
- type ListFollowTemplateICDBindReplyMultiError
- type ListFollowTemplateICDBindReplyValidationError
- func (e ListFollowTemplateICDBindReplyValidationError) Cause() error
- func (e ListFollowTemplateICDBindReplyValidationError) Error() string
- func (e ListFollowTemplateICDBindReplyValidationError) ErrorName() string
- func (e ListFollowTemplateICDBindReplyValidationError) Field() string
- func (e ListFollowTemplateICDBindReplyValidationError) Key() bool
- func (e ListFollowTemplateICDBindReplyValidationError) Reason() string
- type ListFollowTemplateReply
- func (*ListFollowTemplateReply) Descriptor() ([]byte, []int)deprecated
- func (x *ListFollowTemplateReply) GetDataList() []*GetFollowTemplateReply
- func (x *ListFollowTemplateReply) GetPage() int32
- func (x *ListFollowTemplateReply) GetPerPage() int32
- func (x *ListFollowTemplateReply) GetTotal() int32
- func (*ListFollowTemplateReply) ProtoMessage()
- func (x *ListFollowTemplateReply) ProtoReflect() protoreflect.Message
- func (x *ListFollowTemplateReply) Reset()
- func (x *ListFollowTemplateReply) String() string
- func (m *ListFollowTemplateReply) Validate() error
- func (m *ListFollowTemplateReply) ValidateAll() error
- type ListFollowTemplateReplyMultiError
- type ListFollowTemplateReplyValidationError
- func (e ListFollowTemplateReplyValidationError) Cause() error
- func (e ListFollowTemplateReplyValidationError) Error() string
- func (e ListFollowTemplateReplyValidationError) ErrorName() string
- func (e ListFollowTemplateReplyValidationError) Field() string
- func (e ListFollowTemplateReplyValidationError) Key() bool
- func (e ListFollowTemplateReplyValidationError) Reason() string
- type ListFollowTemplateRequest
- func (*ListFollowTemplateRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListFollowTemplateRequest) GetName() string
- func (x *ListFollowTemplateRequest) GetPage() int32
- func (x *ListFollowTemplateRequest) GetPerPage() int32
- func (*ListFollowTemplateRequest) ProtoMessage()
- func (x *ListFollowTemplateRequest) ProtoReflect() protoreflect.Message
- func (x *ListFollowTemplateRequest) Reset()
- func (x *ListFollowTemplateRequest) String() string
- func (m *ListFollowTemplateRequest) Validate() error
- func (m *ListFollowTemplateRequest) ValidateAll() error
- type ListFollowTemplateRequestMultiError
- type ListFollowTemplateRequestValidationError
- func (e ListFollowTemplateRequestValidationError) Cause() error
- func (e ListFollowTemplateRequestValidationError) Error() string
- func (e ListFollowTemplateRequestValidationError) ErrorName() string
- func (e ListFollowTemplateRequestValidationError) Field() string
- func (e ListFollowTemplateRequestValidationError) Key() bool
- func (e ListFollowTemplateRequestValidationError) Reason() string
- type SaveFollowDisfunctionRequest
- func (*SaveFollowDisfunctionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SaveFollowDisfunctionRequest) GetDisfunctionIDList() []string
- func (x *SaveFollowDisfunctionRequest) GetTemplateID() string
- func (*SaveFollowDisfunctionRequest) ProtoMessage()
- func (x *SaveFollowDisfunctionRequest) ProtoReflect() protoreflect.Message
- func (x *SaveFollowDisfunctionRequest) Reset()
- func (x *SaveFollowDisfunctionRequest) String() string
- func (m *SaveFollowDisfunctionRequest) Validate() error
- func (m *SaveFollowDisfunctionRequest) ValidateAll() error
- type SaveFollowDisfunctionRequestMultiError
- type SaveFollowDisfunctionRequestValidationError
- func (e SaveFollowDisfunctionRequestValidationError) Cause() error
- func (e SaveFollowDisfunctionRequestValidationError) Error() string
- func (e SaveFollowDisfunctionRequestValidationError) ErrorName() string
- func (e SaveFollowDisfunctionRequestValidationError) Field() string
- func (e SaveFollowDisfunctionRequestValidationError) Key() bool
- func (e SaveFollowDisfunctionRequestValidationError) Reason() string
- type SaveFollowTemplateICDBindRequest
- func (*SaveFollowTemplateICDBindRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SaveFollowTemplateICDBindRequest) GetIcdCodeList() []string
- func (x *SaveFollowTemplateICDBindRequest) GetTemplateID() string
- func (*SaveFollowTemplateICDBindRequest) ProtoMessage()
- func (x *SaveFollowTemplateICDBindRequest) ProtoReflect() protoreflect.Message
- func (x *SaveFollowTemplateICDBindRequest) Reset()
- func (x *SaveFollowTemplateICDBindRequest) String() string
- func (m *SaveFollowTemplateICDBindRequest) Validate() error
- func (m *SaveFollowTemplateICDBindRequest) ValidateAll() error
- type SaveFollowTemplateICDBindRequestMultiError
- type SaveFollowTemplateICDBindRequestValidationError
- func (e SaveFollowTemplateICDBindRequestValidationError) Cause() error
- func (e SaveFollowTemplateICDBindRequestValidationError) Error() string
- func (e SaveFollowTemplateICDBindRequestValidationError) ErrorName() string
- func (e SaveFollowTemplateICDBindRequestValidationError) Field() string
- func (e SaveFollowTemplateICDBindRequestValidationError) Key() bool
- func (e SaveFollowTemplateICDBindRequestValidationError) Reason() string
- type UnimplementedFollowServer
- func (UnimplementedFollowServer) CreateFollow(context.Context, *CreateFollowRequest) (*api.Success, error)
- func (UnimplementedFollowServer) CreateFollowRecord(context.Context, *CreateFollowRecordRequest) (*api.Success, error)
- func (UnimplementedFollowServer) CreateFollowTemplate(context.Context, *CreateFollowTemplateRequest) (*api.Success, error)
- func (UnimplementedFollowServer) DeleteFollow(context.Context, *api.IDRequest) (*api.Success, error)
- func (UnimplementedFollowServer) DeleteFollowTemplate(context.Context, *api.IDRequest) (*api.Success, error)
- func (UnimplementedFollowServer) GetFollow(context.Context, *GetFollowRequest) (*GetFollowReply, error)
- func (UnimplementedFollowServer) GetFollowTemplate(context.Context, *api.IDRequest) (*GetFollowTemplateReply, error)
- func (UnimplementedFollowServer) ListFollow(context.Context, *ListFollowRequest) (*ListFollowReply, error)
- func (UnimplementedFollowServer) ListFollowDisfunctionBind(context.Context, *api.IDRequest) (*ListFollowDisfunctionBindReply, error)
- func (UnimplementedFollowServer) ListFollowICDBind(context.Context, *api.IDRequest) (*ListFollowTemplateICDBindReply, error)
- func (UnimplementedFollowServer) ListFollowTemplate(context.Context, *ListFollowTemplateRequest) (*ListFollowTemplateReply, error)
- func (UnimplementedFollowServer) SaveFollowDisfunctionBind(context.Context, *SaveFollowDisfunctionRequest) (*api.Success, error)
- func (UnimplementedFollowServer) SaveFollowTemplateICDBind(context.Context, *SaveFollowTemplateICDBindRequest) (*api.Success, error)
- func (UnimplementedFollowServer) UpdateFollow(context.Context, *UpdateFollowRequest) (*api.Success, error)
- func (UnimplementedFollowServer) UpdateFollowTemplate(context.Context, *UpdateFollowTemplateRequest) (*api.Success, error)
- type UnsafeFollowServer
- type UpdateFollowRequest
- func (*UpdateFollowRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateFollowRequest) GetCycle() int32
- func (x *UpdateFollowRequest) GetId() string
- func (x *UpdateFollowRequest) GetName() string
- func (x *UpdateFollowRequest) GetStatus() int32
- func (x *UpdateFollowRequest) GetTemplateID() string
- func (*UpdateFollowRequest) ProtoMessage()
- func (x *UpdateFollowRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateFollowRequest) Reset()
- func (x *UpdateFollowRequest) String() string
- func (m *UpdateFollowRequest) Validate() error
- func (m *UpdateFollowRequest) ValidateAll() error
- type UpdateFollowRequestMultiError
- type UpdateFollowRequestValidationError
- func (e UpdateFollowRequestValidationError) Cause() error
- func (e UpdateFollowRequestValidationError) Error() string
- func (e UpdateFollowRequestValidationError) ErrorName() string
- func (e UpdateFollowRequestValidationError) Field() string
- func (e UpdateFollowRequestValidationError) Key() bool
- func (e UpdateFollowRequestValidationError) Reason() string
- type UpdateFollowTemplateRequest
- func (*UpdateFollowTemplateRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateFollowTemplateRequest) GetComment() string
- func (x *UpdateFollowTemplateRequest) GetId() string
- func (x *UpdateFollowTemplateRequest) GetMonthAge() []int32
- func (x *UpdateFollowTemplateRequest) GetName() string
- func (x *UpdateFollowTemplateRequest) GetRecord() string
- func (x *UpdateFollowTemplateRequest) GetStatus() int32
- func (*UpdateFollowTemplateRequest) ProtoMessage()
- func (x *UpdateFollowTemplateRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateFollowTemplateRequest) Reset()
- func (x *UpdateFollowTemplateRequest) String() string
- func (m *UpdateFollowTemplateRequest) Validate() error
- func (m *UpdateFollowTemplateRequest) ValidateAll() error
- type UpdateFollowTemplateRequestMultiError
- type UpdateFollowTemplateRequestValidationError
- func (e UpdateFollowTemplateRequestValidationError) Cause() error
- func (e UpdateFollowTemplateRequestValidationError) Error() string
- func (e UpdateFollowTemplateRequestValidationError) ErrorName() string
- func (e UpdateFollowTemplateRequestValidationError) Field() string
- func (e UpdateFollowTemplateRequestValidationError) Key() bool
- func (e UpdateFollowTemplateRequestValidationError) Reason() string
Constants ¶
const OperationFollowCreateFollow = "/api.patient.follow.Follow/CreateFollow"
const OperationFollowCreateFollowRecord = "/api.patient.follow.Follow/CreateFollowRecord"
const OperationFollowCreateFollowTemplate = "/api.patient.follow.Follow/CreateFollowTemplate"
const OperationFollowDeleteFollow = "/api.patient.follow.Follow/DeleteFollow"
const OperationFollowDeleteFollowTemplate = "/api.patient.follow.Follow/DeleteFollowTemplate"
const OperationFollowGetFollow = "/api.patient.follow.Follow/GetFollow"
const OperationFollowGetFollowTemplate = "/api.patient.follow.Follow/GetFollowTemplate"
const OperationFollowListFollow = "/api.patient.follow.Follow/ListFollow"
const OperationFollowListFollowDisfunctionBind = "/api.patient.follow.Follow/ListFollowDisfunctionBind"
const OperationFollowListFollowICDBind = "/api.patient.follow.Follow/ListFollowICDBind"
const OperationFollowListFollowTemplate = "/api.patient.follow.Follow/ListFollowTemplate"
const OperationFollowSaveFollowDisfunctionBind = "/api.patient.follow.Follow/SaveFollowDisfunctionBind"
const OperationFollowSaveFollowTemplateICDBind = "/api.patient.follow.Follow/SaveFollowTemplateICDBind"
const OperationFollowUpdateFollow = "/api.patient.follow.Follow/UpdateFollow"
const OperationFollowUpdateFollowTemplate = "/api.patient.follow.Follow/UpdateFollowTemplate"
Variables ¶
var File_api_patient_follow_follow_proto protoreflect.FileDescriptor
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 (x *CreateFollowRecordRequest) ProtoReflect() protoreflect.Message
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 ¶
func (m CreateFollowRecordRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (CreateFollowRecordRequestMultiError) Error ¶
func (m CreateFollowRecordRequestMultiError) Error() string
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 ¶
func (e CreateFollowRecordRequestValidationError) Cause() error
Cause function returns cause value.
func (CreateFollowRecordRequestValidationError) Error ¶
func (e CreateFollowRecordRequestValidationError) Error() string
Error satisfies the builtin error interface
func (CreateFollowRecordRequestValidationError) ErrorName ¶
func (e CreateFollowRecordRequestValidationError) ErrorName() string
ErrorName returns error name.
func (CreateFollowRecordRequestValidationError) Field ¶
func (e CreateFollowRecordRequestValidationError) Field() string
Field function returns field value.
func (CreateFollowRecordRequestValidationError) Key ¶
func (e CreateFollowRecordRequestValidationError) Key() bool
Key function returns key value.
func (CreateFollowRecordRequestValidationError) Reason ¶
func (e CreateFollowRecordRequestValidationError) Reason() string
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 ¶
func (m CreateFollowRequestMultiError) Error() string
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 ¶
func (e CreateFollowRequestValidationError) Cause() error
Cause function returns cause value.
func (CreateFollowRequestValidationError) Error ¶
func (e CreateFollowRequestValidationError) Error() string
Error satisfies the builtin error interface
func (CreateFollowRequestValidationError) ErrorName ¶
func (e CreateFollowRequestValidationError) ErrorName() string
ErrorName returns error name.
func (CreateFollowRequestValidationError) Field ¶
func (e CreateFollowRequestValidationError) Field() string
Field function returns field value.
func (CreateFollowRequestValidationError) Key ¶
func (e CreateFollowRequestValidationError) Key() bool
Key function returns key value.
func (CreateFollowRequestValidationError) Reason ¶
func (e CreateFollowRequestValidationError) Reason() string
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 (x *CreateFollowTemplateRequest) ProtoReflect() protoreflect.Message
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 ¶
func (m CreateFollowTemplateRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (CreateFollowTemplateRequestMultiError) Error ¶
func (m CreateFollowTemplateRequestMultiError) Error() string
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 ¶
func (e CreateFollowTemplateRequestValidationError) Cause() error
Cause function returns cause value.
func (CreateFollowTemplateRequestValidationError) Error ¶
func (e CreateFollowTemplateRequestValidationError) Error() string
Error satisfies the builtin error interface
func (CreateFollowTemplateRequestValidationError) ErrorName ¶
func (e CreateFollowTemplateRequestValidationError) ErrorName() string
ErrorName returns error name.
func (CreateFollowTemplateRequestValidationError) Field ¶
func (e CreateFollowTemplateRequestValidationError) Field() string
Field function returns field value.
func (CreateFollowTemplateRequestValidationError) Key ¶
func (e CreateFollowTemplateRequestValidationError) Key() bool
Key function returns key value.
func (CreateFollowTemplateRequestValidationError) Reason ¶
func (e CreateFollowTemplateRequestValidationError) Reason() string
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 (c *FollowHTTPClientImpl) GetFollow(ctx context.Context, in *GetFollowRequest, opts ...http.CallOption) (*GetFollowReply, error)
func (*FollowHTTPClientImpl) GetFollowTemplate ¶
func (c *FollowHTTPClientImpl) GetFollowTemplate(ctx context.Context, in *api.IDRequest, opts ...http.CallOption) (*GetFollowTemplateReply, error)
func (*FollowHTTPClientImpl) ListFollow ¶
func (c *FollowHTTPClientImpl) ListFollow(ctx context.Context, in *ListFollowRequest, opts ...http.CallOption) (*ListFollowReply, error)
func (*FollowHTTPClientImpl) ListFollowDisfunctionBind ¶
func (c *FollowHTTPClientImpl) ListFollowDisfunctionBind(ctx context.Context, in *api.IDRequest, opts ...http.CallOption) (*ListFollowDisfunctionBindReply, error)
func (*FollowHTTPClientImpl) ListFollowICDBind ¶
func (c *FollowHTTPClientImpl) ListFollowICDBind(ctx context.Context, in *api.IDRequest, opts ...http.CallOption) (*ListFollowTemplateICDBindReply, error)
func (*FollowHTTPClientImpl) ListFollowTemplate ¶
func (c *FollowHTTPClientImpl) ListFollowTemplate(ctx context.Context, in *ListFollowTemplateRequest, opts ...http.CallOption) (*ListFollowTemplateReply, error)
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 FollowHTTPServer ¶
type FollowHTTPServer interface { CreateFollow(context.Context, *CreateFollowRequest) (*api.Success, error) CreateFollowRecord(context.Context, *CreateFollowRecordRequest) (*api.Success, error) CreateFollowTemplate(context.Context, *CreateFollowTemplateRequest) (*api.Success, error) DeleteFollow(context.Context, *api.IDRequest) (*api.Success, error) DeleteFollowTemplate(context.Context, *api.IDRequest) (*api.Success, error) GetFollow(context.Context, *GetFollowRequest) (*GetFollowReply, error) GetFollowTemplate(context.Context, *api.IDRequest) (*GetFollowTemplateReply, error) ListFollow(context.Context, *ListFollowRequest) (*ListFollowReply, error) ListFollowDisfunctionBind(context.Context, *api.IDRequest) (*ListFollowDisfunctionBindReply, error) ListFollowICDBind(context.Context, *api.IDRequest) (*ListFollowTemplateICDBindReply, error) ListFollowTemplate(context.Context, *ListFollowTemplateRequest) (*ListFollowTemplateReply, error) SaveFollowDisfunctionBind(context.Context, *SaveFollowDisfunctionRequest) (*api.Success, error) SaveFollowTemplateICDBind(context.Context, *SaveFollowTemplateICDBindRequest) (*api.Success, error) UpdateFollow(context.Context, *UpdateFollowRequest) (*api.Success, error) UpdateFollowTemplate(context.Context, *UpdateFollowTemplateRequest) (*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 ¶
func (e GetFollowReplyValidationError) Cause() error
Cause function returns cause value.
func (GetFollowReplyValidationError) Error ¶
func (e GetFollowReplyValidationError) Error() string
Error satisfies the builtin error interface
func (GetFollowReplyValidationError) ErrorName ¶
func (e GetFollowReplyValidationError) ErrorName() string
ErrorName returns error name.
func (GetFollowReplyValidationError) Field ¶
func (e GetFollowReplyValidationError) Field() string
Field function returns field value.
func (GetFollowReplyValidationError) Key ¶
func (e GetFollowReplyValidationError) Key() bool
Key function returns key value.
func (GetFollowReplyValidationError) Reason ¶
func (e GetFollowReplyValidationError) Reason() string
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 ¶
func (m GetFollowRequestMultiError) Error() string
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 ¶
func (e GetFollowRequestValidationError) Cause() error
Cause function returns cause value.
func (GetFollowRequestValidationError) Error ¶
func (e GetFollowRequestValidationError) Error() string
Error satisfies the builtin error interface
func (GetFollowRequestValidationError) ErrorName ¶
func (e GetFollowRequestValidationError) ErrorName() string
ErrorName returns error name.
func (GetFollowRequestValidationError) Field ¶
func (e GetFollowRequestValidationError) Field() string
Field function returns field value.
func (GetFollowRequestValidationError) Key ¶
func (e GetFollowRequestValidationError) Key() bool
Key function returns key value.
func (GetFollowRequestValidationError) Reason ¶
func (e GetFollowRequestValidationError) Reason() string
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 ¶
func (m GetFollowTemplateReplyMultiError) Error() string
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 ¶
func (e GetFollowTemplateReplyValidationError) Cause() error
Cause function returns cause value.
func (GetFollowTemplateReplyValidationError) Error ¶
func (e GetFollowTemplateReplyValidationError) Error() string
Error satisfies the builtin error interface
func (GetFollowTemplateReplyValidationError) ErrorName ¶
func (e GetFollowTemplateReplyValidationError) ErrorName() string
ErrorName returns error name.
func (GetFollowTemplateReplyValidationError) Field ¶
func (e GetFollowTemplateReplyValidationError) Field() string
Field function returns field value.
func (GetFollowTemplateReplyValidationError) Key ¶
func (e GetFollowTemplateReplyValidationError) Key() bool
Key function returns key value.
func (GetFollowTemplateReplyValidationError) Reason ¶
func (e GetFollowTemplateReplyValidationError) Reason() string
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 (x *ListFollowDisfunctionBindReply) GetList() []*disfunction.GetDisfunctionReply
func (*ListFollowDisfunctionBindReply) ProtoMessage ¶
func (*ListFollowDisfunctionBindReply) ProtoMessage()
func (*ListFollowDisfunctionBindReply) ProtoReflect ¶
func (x *ListFollowDisfunctionBindReply) ProtoReflect() protoreflect.Message
func (*ListFollowDisfunctionBindReply) Reset ¶
func (x *ListFollowDisfunctionBindReply) Reset()
func (*ListFollowDisfunctionBindReply) String ¶
func (x *ListFollowDisfunctionBindReply) String() 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 ¶
func (m ListFollowDisfunctionBindReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ListFollowDisfunctionBindReplyMultiError) Error ¶
func (m ListFollowDisfunctionBindReplyMultiError) Error() string
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 ¶
func (e ListFollowDisfunctionBindReplyValidationError) Cause() error
Cause function returns cause value.
func (ListFollowDisfunctionBindReplyValidationError) Error ¶
func (e ListFollowDisfunctionBindReplyValidationError) Error() string
Error satisfies the builtin error interface
func (ListFollowDisfunctionBindReplyValidationError) ErrorName ¶
func (e ListFollowDisfunctionBindReplyValidationError) ErrorName() string
ErrorName returns error name.
func (ListFollowDisfunctionBindReplyValidationError) Field ¶
func (e ListFollowDisfunctionBindReplyValidationError) Field() string
Field function returns field value.
func (ListFollowDisfunctionBindReplyValidationError) Key ¶
func (e ListFollowDisfunctionBindReplyValidationError) Key() bool
Key function returns key value.
func (ListFollowDisfunctionBindReplyValidationError) Reason ¶
func (e ListFollowDisfunctionBindReplyValidationError) Reason() string
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 ¶
func (m ListFollowReplyItemMultiError) Error() string
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 ¶
func (e ListFollowReplyItemValidationError) Cause() error
Cause function returns cause value.
func (ListFollowReplyItemValidationError) Error ¶
func (e ListFollowReplyItemValidationError) Error() string
Error satisfies the builtin error interface
func (ListFollowReplyItemValidationError) ErrorName ¶
func (e ListFollowReplyItemValidationError) ErrorName() string
ErrorName returns error name.
func (ListFollowReplyItemValidationError) Field ¶
func (e ListFollowReplyItemValidationError) Field() string
Field function returns field value.
func (ListFollowReplyItemValidationError) Key ¶
func (e ListFollowReplyItemValidationError) Key() bool
Key function returns key value.
func (ListFollowReplyItemValidationError) Reason ¶
func (e ListFollowReplyItemValidationError) Reason() string
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 ¶
func (m ListFollowReplyMultiError) Error() string
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 ¶
func (e ListFollowReplyValidationError) Cause() error
Cause function returns cause value.
func (ListFollowReplyValidationError) Error ¶
func (e ListFollowReplyValidationError) Error() string
Error satisfies the builtin error interface
func (ListFollowReplyValidationError) ErrorName ¶
func (e ListFollowReplyValidationError) ErrorName() string
ErrorName returns error name.
func (ListFollowReplyValidationError) Field ¶
func (e ListFollowReplyValidationError) Field() string
Field function returns field value.
func (ListFollowReplyValidationError) Key ¶
func (e ListFollowReplyValidationError) Key() bool
Key function returns key value.
func (ListFollowReplyValidationError) Reason ¶
func (e ListFollowReplyValidationError) Reason() string
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 ¶
func (m ListFollowRequestMultiError) Error() string
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 ¶
func (e ListFollowRequestValidationError) Cause() error
Cause function returns cause value.
func (ListFollowRequestValidationError) Error ¶
func (e ListFollowRequestValidationError) Error() string
Error satisfies the builtin error interface
func (ListFollowRequestValidationError) ErrorName ¶
func (e ListFollowRequestValidationError) ErrorName() string
ErrorName returns error name.
func (ListFollowRequestValidationError) Field ¶
func (e ListFollowRequestValidationError) Field() string
Field function returns field value.
func (ListFollowRequestValidationError) Key ¶
func (e ListFollowRequestValidationError) Key() bool
Key function returns key value.
func (ListFollowRequestValidationError) Reason ¶
func (e ListFollowRequestValidationError) Reason() string
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 (x *ListFollowTemplateICDBindReply) GetList() []*icd.GetIcdReply
func (*ListFollowTemplateICDBindReply) ProtoMessage ¶
func (*ListFollowTemplateICDBindReply) ProtoMessage()
func (*ListFollowTemplateICDBindReply) ProtoReflect ¶
func (x *ListFollowTemplateICDBindReply) ProtoReflect() protoreflect.Message
func (*ListFollowTemplateICDBindReply) Reset ¶
func (x *ListFollowTemplateICDBindReply) Reset()
func (*ListFollowTemplateICDBindReply) String ¶
func (x *ListFollowTemplateICDBindReply) String() 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 ¶
func (m ListFollowTemplateICDBindReplyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ListFollowTemplateICDBindReplyMultiError) Error ¶
func (m ListFollowTemplateICDBindReplyMultiError) Error() string
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 ¶
func (e ListFollowTemplateICDBindReplyValidationError) Cause() error
Cause function returns cause value.
func (ListFollowTemplateICDBindReplyValidationError) Error ¶
func (e ListFollowTemplateICDBindReplyValidationError) Error() string
Error satisfies the builtin error interface
func (ListFollowTemplateICDBindReplyValidationError) ErrorName ¶
func (e ListFollowTemplateICDBindReplyValidationError) ErrorName() string
ErrorName returns error name.
func (ListFollowTemplateICDBindReplyValidationError) Field ¶
func (e ListFollowTemplateICDBindReplyValidationError) Field() string
Field function returns field value.
func (ListFollowTemplateICDBindReplyValidationError) Key ¶
func (e ListFollowTemplateICDBindReplyValidationError) Key() bool
Key function returns key value.
func (ListFollowTemplateICDBindReplyValidationError) Reason ¶
func (e ListFollowTemplateICDBindReplyValidationError) Reason() string
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 ¶
func (m ListFollowTemplateReplyMultiError) Error() string
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 ¶
func (e ListFollowTemplateReplyValidationError) Cause() error
Cause function returns cause value.
func (ListFollowTemplateReplyValidationError) Error ¶
func (e ListFollowTemplateReplyValidationError) Error() string
Error satisfies the builtin error interface
func (ListFollowTemplateReplyValidationError) ErrorName ¶
func (e ListFollowTemplateReplyValidationError) ErrorName() string
ErrorName returns error name.
func (ListFollowTemplateReplyValidationError) Field ¶
func (e ListFollowTemplateReplyValidationError) Field() string
Field function returns field value.
func (ListFollowTemplateReplyValidationError) Key ¶
func (e ListFollowTemplateReplyValidationError) Key() bool
Key function returns key value.
func (ListFollowTemplateReplyValidationError) Reason ¶
func (e ListFollowTemplateReplyValidationError) Reason() string
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 (x *ListFollowTemplateRequest) ProtoReflect() protoreflect.Message
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 ¶
func (m ListFollowTemplateRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ListFollowTemplateRequestMultiError) Error ¶
func (m ListFollowTemplateRequestMultiError) Error() string
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 ¶
func (e ListFollowTemplateRequestValidationError) Cause() error
Cause function returns cause value.
func (ListFollowTemplateRequestValidationError) Error ¶
func (e ListFollowTemplateRequestValidationError) Error() string
Error satisfies the builtin error interface
func (ListFollowTemplateRequestValidationError) ErrorName ¶
func (e ListFollowTemplateRequestValidationError) ErrorName() string
ErrorName returns error name.
func (ListFollowTemplateRequestValidationError) Field ¶
func (e ListFollowTemplateRequestValidationError) Field() string
Field function returns field value.
func (ListFollowTemplateRequestValidationError) Key ¶
func (e ListFollowTemplateRequestValidationError) Key() bool
Key function returns key value.
func (ListFollowTemplateRequestValidationError) Reason ¶
func (e ListFollowTemplateRequestValidationError) Reason() string
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 (x *SaveFollowDisfunctionRequest) ProtoReflect() protoreflect.Message
func (*SaveFollowDisfunctionRequest) Reset ¶
func (x *SaveFollowDisfunctionRequest) Reset()
func (*SaveFollowDisfunctionRequest) String ¶
func (x *SaveFollowDisfunctionRequest) String() 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 ¶
func (m SaveFollowDisfunctionRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (SaveFollowDisfunctionRequestMultiError) Error ¶
func (m SaveFollowDisfunctionRequestMultiError) Error() string
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 ¶
func (e SaveFollowDisfunctionRequestValidationError) Cause() error
Cause function returns cause value.
func (SaveFollowDisfunctionRequestValidationError) Error ¶
func (e SaveFollowDisfunctionRequestValidationError) Error() string
Error satisfies the builtin error interface
func (SaveFollowDisfunctionRequestValidationError) ErrorName ¶
func (e SaveFollowDisfunctionRequestValidationError) ErrorName() string
ErrorName returns error name.
func (SaveFollowDisfunctionRequestValidationError) Field ¶
func (e SaveFollowDisfunctionRequestValidationError) Field() string
Field function returns field value.
func (SaveFollowDisfunctionRequestValidationError) Key ¶
func (e SaveFollowDisfunctionRequestValidationError) Key() bool
Key function returns key value.
func (SaveFollowDisfunctionRequestValidationError) Reason ¶
func (e SaveFollowDisfunctionRequestValidationError) Reason() string
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 (x *SaveFollowTemplateICDBindRequest) ProtoReflect() protoreflect.Message
func (*SaveFollowTemplateICDBindRequest) Reset ¶
func (x *SaveFollowTemplateICDBindRequest) Reset()
func (*SaveFollowTemplateICDBindRequest) String ¶
func (x *SaveFollowTemplateICDBindRequest) String() string
func (*SaveFollowTemplateICDBindRequest) Validate ¶
func (m *SaveFollowTemplateICDBindRequest) Validate() error
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 ¶
func (m SaveFollowTemplateICDBindRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (SaveFollowTemplateICDBindRequestMultiError) Error ¶
func (m SaveFollowTemplateICDBindRequestMultiError) Error() string
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 ¶
func (e SaveFollowTemplateICDBindRequestValidationError) Cause() error
Cause function returns cause value.
func (SaveFollowTemplateICDBindRequestValidationError) Error ¶
func (e SaveFollowTemplateICDBindRequestValidationError) Error() string
Error satisfies the builtin error interface
func (SaveFollowTemplateICDBindRequestValidationError) ErrorName ¶
func (e SaveFollowTemplateICDBindRequestValidationError) ErrorName() string
ErrorName returns error name.
func (SaveFollowTemplateICDBindRequestValidationError) Field ¶
func (e SaveFollowTemplateICDBindRequestValidationError) Field() string
Field function returns field value.
func (SaveFollowTemplateICDBindRequestValidationError) Key ¶
func (e SaveFollowTemplateICDBindRequestValidationError) Key() bool
Key function returns key value.
func (SaveFollowTemplateICDBindRequestValidationError) Reason ¶
func (e SaveFollowTemplateICDBindRequestValidationError) Reason() string
Reason function returns reason value.
type UnimplementedFollowServer ¶
type UnimplementedFollowServer struct { }
UnimplementedFollowServer must be embedded to have forward compatible implementations.
func (UnimplementedFollowServer) CreateFollow ¶
func (UnimplementedFollowServer) CreateFollow(context.Context, *CreateFollowRequest) (*api.Success, error)
func (UnimplementedFollowServer) CreateFollowRecord ¶
func (UnimplementedFollowServer) CreateFollowRecord(context.Context, *CreateFollowRecordRequest) (*api.Success, error)
func (UnimplementedFollowServer) CreateFollowTemplate ¶
func (UnimplementedFollowServer) CreateFollowTemplate(context.Context, *CreateFollowTemplateRequest) (*api.Success, error)
func (UnimplementedFollowServer) DeleteFollow ¶
func (UnimplementedFollowServer) DeleteFollowTemplate ¶
func (UnimplementedFollowServer) GetFollow ¶
func (UnimplementedFollowServer) GetFollow(context.Context, *GetFollowRequest) (*GetFollowReply, error)
func (UnimplementedFollowServer) GetFollowTemplate ¶
func (UnimplementedFollowServer) GetFollowTemplate(context.Context, *api.IDRequest) (*GetFollowTemplateReply, error)
func (UnimplementedFollowServer) ListFollow ¶
func (UnimplementedFollowServer) ListFollow(context.Context, *ListFollowRequest) (*ListFollowReply, error)
func (UnimplementedFollowServer) ListFollowDisfunctionBind ¶
func (UnimplementedFollowServer) ListFollowDisfunctionBind(context.Context, *api.IDRequest) (*ListFollowDisfunctionBindReply, error)
func (UnimplementedFollowServer) ListFollowICDBind ¶
func (UnimplementedFollowServer) ListFollowICDBind(context.Context, *api.IDRequest) (*ListFollowTemplateICDBindReply, error)
func (UnimplementedFollowServer) ListFollowTemplate ¶
func (UnimplementedFollowServer) ListFollowTemplate(context.Context, *ListFollowTemplateRequest) (*ListFollowTemplateReply, error)
func (UnimplementedFollowServer) SaveFollowDisfunctionBind ¶
func (UnimplementedFollowServer) SaveFollowDisfunctionBind(context.Context, *SaveFollowDisfunctionRequest) (*api.Success, error)
func (UnimplementedFollowServer) SaveFollowTemplateICDBind ¶
func (UnimplementedFollowServer) SaveFollowTemplateICDBind(context.Context, *SaveFollowTemplateICDBindRequest) (*api.Success, error)
func (UnimplementedFollowServer) UpdateFollow ¶
func (UnimplementedFollowServer) UpdateFollow(context.Context, *UpdateFollowRequest) (*api.Success, error)
func (UnimplementedFollowServer) UpdateFollowTemplate ¶
func (UnimplementedFollowServer) UpdateFollowTemplate(context.Context, *UpdateFollowTemplateRequest) (*api.Success, error)
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 ¶
func (m UpdateFollowRequestMultiError) Error() string
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 ¶
func (e UpdateFollowRequestValidationError) Cause() error
Cause function returns cause value.
func (UpdateFollowRequestValidationError) Error ¶
func (e UpdateFollowRequestValidationError) Error() string
Error satisfies the builtin error interface
func (UpdateFollowRequestValidationError) ErrorName ¶
func (e UpdateFollowRequestValidationError) ErrorName() string
ErrorName returns error name.
func (UpdateFollowRequestValidationError) Field ¶
func (e UpdateFollowRequestValidationError) Field() string
Field function returns field value.
func (UpdateFollowRequestValidationError) Key ¶
func (e UpdateFollowRequestValidationError) Key() bool
Key function returns key value.
func (UpdateFollowRequestValidationError) Reason ¶
func (e UpdateFollowRequestValidationError) Reason() string
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 (x *UpdateFollowTemplateRequest) GetId() string
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 (x *UpdateFollowTemplateRequest) ProtoReflect() protoreflect.Message
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 ¶
func (m UpdateFollowTemplateRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (UpdateFollowTemplateRequestMultiError) Error ¶
func (m UpdateFollowTemplateRequestMultiError) Error() string
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 ¶
func (e UpdateFollowTemplateRequestValidationError) Cause() error
Cause function returns cause value.
func (UpdateFollowTemplateRequestValidationError) Error ¶
func (e UpdateFollowTemplateRequestValidationError) Error() string
Error satisfies the builtin error interface
func (UpdateFollowTemplateRequestValidationError) ErrorName ¶
func (e UpdateFollowTemplateRequestValidationError) ErrorName() string
ErrorName returns error name.
func (UpdateFollowTemplateRequestValidationError) Field ¶
func (e UpdateFollowTemplateRequestValidationError) Field() string
Field function returns field value.
func (UpdateFollowTemplateRequestValidationError) Key ¶
func (e UpdateFollowTemplateRequestValidationError) Key() bool
Key function returns key value.
func (UpdateFollowTemplateRequestValidationError) Reason ¶
func (e UpdateFollowTemplateRequestValidationError) Reason() string
Reason function returns reason value.