feedback

package
v0.0.0-...-d36d6b6 Latest Latest
Warning

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

Go to latest
Published: Dec 14, 2025 License: MIT Imports: 24 Imported by: 0

Documentation

Index

Constants

View Source
const (
	Feedback_ListFeedbackClassify_FullMethodName   = "/manager.api.feedback.Feedback/ListFeedbackClassify"
	Feedback_CreateFeedbackClassify_FullMethodName = "/manager.api.feedback.Feedback/CreateFeedbackClassify"
	Feedback_UpdateFeedbackClassify_FullMethodName = "/manager.api.feedback.Feedback/UpdateFeedbackClassify"
	Feedback_DeleteFeedbackClassify_FullMethodName = "/manager.api.feedback.Feedback/DeleteFeedbackClassify"
	Feedback_ListFeedback_FullMethodName           = "/manager.api.feedback.Feedback/ListFeedback"
	Feedback_CreateFeedback_FullMethodName         = "/manager.api.feedback.Feedback/CreateFeedback"
	Feedback_DeleteFeedback_FullMethodName         = "/manager.api.feedback.Feedback/DeleteFeedback"
	Feedback_UpdateFeedback_FullMethodName         = "/manager.api.feedback.Feedback/UpdateFeedback"
)
View Source
const (
	OperationFeedbackCreateFeedback         = "/manager.api.feedback.Feedback/CreateFeedback"
	OperationFeedbackCreateFeedbackClassify = "/manager.api.feedback.Feedback/CreateFeedbackClassify"
	OperationFeedbackDeleteFeedback         = "/manager.api.feedback.Feedback/DeleteFeedback"
	OperationFeedbackDeleteFeedbackClassify = "/manager.api.feedback.Feedback/DeleteFeedbackClassify"
	OperationFeedbackListFeedback           = "/manager.api.feedback.Feedback/ListFeedback"
	OperationFeedbackListFeedbackClassify   = "/manager.api.feedback.Feedback/ListFeedbackClassify"
	OperationFeedbackUpdateFeedback         = "/manager.api.feedback.Feedback/UpdateFeedback"
	OperationFeedbackUpdateFeedbackClassify = "/manager.api.feedback.Feedback/UpdateFeedbackClassify"
)

Variables

View Source
var Feedback_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "manager.api.feedback.Feedback",
	HandlerType: (*FeedbackServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "ListFeedbackClassify",
			Handler:    _Feedback_ListFeedbackClassify_Handler,
		},
		{
			MethodName: "CreateFeedbackClassify",
			Handler:    _Feedback_CreateFeedbackClassify_Handler,
		},
		{
			MethodName: "UpdateFeedbackClassify",
			Handler:    _Feedback_UpdateFeedbackClassify_Handler,
		},
		{
			MethodName: "DeleteFeedbackClassify",
			Handler:    _Feedback_DeleteFeedbackClassify_Handler,
		},
		{
			MethodName: "ListFeedback",
			Handler:    _Feedback_ListFeedback_Handler,
		},
		{
			MethodName: "CreateFeedback",
			Handler:    _Feedback_CreateFeedback_Handler,
		},
		{
			MethodName: "DeleteFeedback",
			Handler:    _Feedback_DeleteFeedback_Handler,
		},
		{
			MethodName: "UpdateFeedback",
			Handler:    _Feedback_UpdateFeedback_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "api/feedback/proto/feedback_service.proto",
}

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

View Source
var File_api_feedback_proto_feedback_proto protoreflect.FileDescriptor
View Source
var File_api_feedback_proto_feedback_service_proto protoreflect.FileDescriptor

Functions

func RegisterFeedbackHTTPServer

func RegisterFeedbackHTTPServer(s *http.Server, srv FeedbackHTTPServer)

func RegisterFeedbackServer

func RegisterFeedbackServer(s grpc.ServiceRegistrar, srv FeedbackServer)

Types

type CreateFeedbackClassifyReply

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

func (*CreateFeedbackClassifyReply) Descriptor deprecated

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

Deprecated: Use CreateFeedbackClassifyReply.ProtoReflect.Descriptor instead.

func (*CreateFeedbackClassifyReply) GetId

func (*CreateFeedbackClassifyReply) ProtoMessage

func (*CreateFeedbackClassifyReply) ProtoMessage()

func (*CreateFeedbackClassifyReply) ProtoReflect

func (*CreateFeedbackClassifyReply) Reset

func (x *CreateFeedbackClassifyReply) Reset()

func (*CreateFeedbackClassifyReply) String

func (x *CreateFeedbackClassifyReply) String() string

func (*CreateFeedbackClassifyReply) Validate

func (m *CreateFeedbackClassifyReply) Validate() error

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

func (m *CreateFeedbackClassifyReply) ValidateAll() error

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

type CreateFeedbackClassifyReplyMultiError

type CreateFeedbackClassifyReplyMultiError []error

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

func (CreateFeedbackClassifyReplyMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CreateFeedbackClassifyReplyMultiError) Error

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

type CreateFeedbackClassifyReplyValidationError

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

CreateFeedbackClassifyReplyValidationError is the validation error returned by CreateFeedbackClassifyReply.Validate if the designated constraints aren't met.

func (CreateFeedbackClassifyReplyValidationError) Cause

Cause function returns cause value.

func (CreateFeedbackClassifyReplyValidationError) Error

Error satisfies the builtin error interface

func (CreateFeedbackClassifyReplyValidationError) ErrorName

ErrorName returns error name.

func (CreateFeedbackClassifyReplyValidationError) Field

Field function returns field value.

func (CreateFeedbackClassifyReplyValidationError) Key

Key function returns key value.

func (CreateFeedbackClassifyReplyValidationError) Reason

Reason function returns reason value.

type CreateFeedbackClassifyRequest

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

func (*CreateFeedbackClassifyRequest) Descriptor deprecated

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

Deprecated: Use CreateFeedbackClassifyRequest.ProtoReflect.Descriptor instead.

func (*CreateFeedbackClassifyRequest) GetName

func (*CreateFeedbackClassifyRequest) ProtoMessage

func (*CreateFeedbackClassifyRequest) ProtoMessage()

func (*CreateFeedbackClassifyRequest) ProtoReflect

func (*CreateFeedbackClassifyRequest) Reset

func (x *CreateFeedbackClassifyRequest) Reset()

func (*CreateFeedbackClassifyRequest) String

func (*CreateFeedbackClassifyRequest) Validate

func (m *CreateFeedbackClassifyRequest) Validate() error

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

func (m *CreateFeedbackClassifyRequest) ValidateAll() error

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

type CreateFeedbackClassifyRequestMultiError

type CreateFeedbackClassifyRequestMultiError []error

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

func (CreateFeedbackClassifyRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CreateFeedbackClassifyRequestMultiError) Error

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

type CreateFeedbackClassifyRequestValidationError

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

CreateFeedbackClassifyRequestValidationError is the validation error returned by CreateFeedbackClassifyRequest.Validate if the designated constraints aren't met.

func (CreateFeedbackClassifyRequestValidationError) Cause

Cause function returns cause value.

func (CreateFeedbackClassifyRequestValidationError) Error

Error satisfies the builtin error interface

func (CreateFeedbackClassifyRequestValidationError) ErrorName

ErrorName returns error name.

func (CreateFeedbackClassifyRequestValidationError) Field

Field function returns field value.

func (CreateFeedbackClassifyRequestValidationError) Key

Key function returns key value.

func (CreateFeedbackClassifyRequestValidationError) Reason

Reason function returns reason value.

type CreateFeedbackReply

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

func (*CreateFeedbackReply) Descriptor deprecated

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

Deprecated: Use CreateFeedbackReply.ProtoReflect.Descriptor instead.

func (*CreateFeedbackReply) GetId

func (x *CreateFeedbackReply) GetId() uint32

func (*CreateFeedbackReply) ProtoMessage

func (*CreateFeedbackReply) ProtoMessage()

func (*CreateFeedbackReply) ProtoReflect

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

func (*CreateFeedbackReply) Reset

func (x *CreateFeedbackReply) Reset()

func (*CreateFeedbackReply) String

func (x *CreateFeedbackReply) String() string

func (*CreateFeedbackReply) Validate

func (m *CreateFeedbackReply) Validate() error

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

func (m *CreateFeedbackReply) ValidateAll() error

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

type CreateFeedbackReplyMultiError

type CreateFeedbackReplyMultiError []error

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

func (CreateFeedbackReplyMultiError) AllErrors

func (m CreateFeedbackReplyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreateFeedbackReplyMultiError) Error

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

type CreateFeedbackReplyValidationError

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

CreateFeedbackReplyValidationError is the validation error returned by CreateFeedbackReply.Validate if the designated constraints aren't met.

func (CreateFeedbackReplyValidationError) Cause

Cause function returns cause value.

func (CreateFeedbackReplyValidationError) Error

Error satisfies the builtin error interface

func (CreateFeedbackReplyValidationError) ErrorName

ErrorName returns error name.

func (CreateFeedbackReplyValidationError) Field

Field function returns field value.

func (CreateFeedbackReplyValidationError) Key

Key function returns key value.

func (CreateFeedbackReplyValidationError) Reason

Reason function returns reason value.

type CreateFeedbackRequest

type CreateFeedbackRequest struct {
	AppId      uint32  `protobuf:"varint,1,opt,name=appId,proto3" json:"appId,omitempty"`
	ClassifyId uint32  `protobuf:"varint,2,opt,name=classifyId,proto3" json:"classifyId,omitempty"`
	Title      string  `protobuf:"bytes,3,opt,name=title,proto3" json:"title,omitempty"`
	Content    string  `protobuf:"bytes,4,opt,name=content,proto3" json:"content,omitempty"`
	Images     *string `protobuf:"bytes,5,opt,name=images,proto3,oneof" json:"images,omitempty"`
	Contact    *string `protobuf:"bytes,6,opt,name=contact,proto3,oneof" json:"contact,omitempty"`
	Device     string  `protobuf:"bytes,7,opt,name=device,proto3" json:"device,omitempty"`
	Platform   string  `protobuf:"bytes,8,opt,name=platform,proto3" json:"platform,omitempty"`
	Version    string  `protobuf:"bytes,9,opt,name=version,proto3" json:"version,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateFeedbackRequest) Descriptor deprecated

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

Deprecated: Use CreateFeedbackRequest.ProtoReflect.Descriptor instead.

func (*CreateFeedbackRequest) GetAppId

func (x *CreateFeedbackRequest) GetAppId() uint32

func (*CreateFeedbackRequest) GetClassifyId

func (x *CreateFeedbackRequest) GetClassifyId() uint32

func (*CreateFeedbackRequest) GetContact

func (x *CreateFeedbackRequest) GetContact() string

func (*CreateFeedbackRequest) GetContent

func (x *CreateFeedbackRequest) GetContent() string

func (*CreateFeedbackRequest) GetDevice

func (x *CreateFeedbackRequest) GetDevice() string

func (*CreateFeedbackRequest) GetImages

func (x *CreateFeedbackRequest) GetImages() string

func (*CreateFeedbackRequest) GetPlatform

func (x *CreateFeedbackRequest) GetPlatform() string

func (*CreateFeedbackRequest) GetTitle

func (x *CreateFeedbackRequest) GetTitle() string

func (*CreateFeedbackRequest) GetVersion

func (x *CreateFeedbackRequest) GetVersion() string

func (*CreateFeedbackRequest) ProtoMessage

func (*CreateFeedbackRequest) ProtoMessage()

func (*CreateFeedbackRequest) ProtoReflect

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

func (*CreateFeedbackRequest) Reset

func (x *CreateFeedbackRequest) Reset()

func (*CreateFeedbackRequest) String

func (x *CreateFeedbackRequest) String() string

func (*CreateFeedbackRequest) Validate

func (m *CreateFeedbackRequest) Validate() error

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

func (m *CreateFeedbackRequest) ValidateAll() error

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

type CreateFeedbackRequestMultiError

type CreateFeedbackRequestMultiError []error

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

func (CreateFeedbackRequestMultiError) AllErrors

func (m CreateFeedbackRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreateFeedbackRequestMultiError) Error

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

type CreateFeedbackRequestValidationError

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

CreateFeedbackRequestValidationError is the validation error returned by CreateFeedbackRequest.Validate if the designated constraints aren't met.

func (CreateFeedbackRequestValidationError) Cause

Cause function returns cause value.

func (CreateFeedbackRequestValidationError) Error

Error satisfies the builtin error interface

func (CreateFeedbackRequestValidationError) ErrorName

ErrorName returns error name.

func (CreateFeedbackRequestValidationError) Field

Field function returns field value.

func (CreateFeedbackRequestValidationError) Key

Key function returns key value.

func (CreateFeedbackRequestValidationError) Reason

Reason function returns reason value.

type DeleteFeedbackClassifyReply

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

func (*DeleteFeedbackClassifyReply) Descriptor deprecated

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

Deprecated: Use DeleteFeedbackClassifyReply.ProtoReflect.Descriptor instead.

func (*DeleteFeedbackClassifyReply) ProtoMessage

func (*DeleteFeedbackClassifyReply) ProtoMessage()

func (*DeleteFeedbackClassifyReply) ProtoReflect

func (*DeleteFeedbackClassifyReply) Reset

func (x *DeleteFeedbackClassifyReply) Reset()

func (*DeleteFeedbackClassifyReply) String

func (x *DeleteFeedbackClassifyReply) String() string

func (*DeleteFeedbackClassifyReply) Validate

func (m *DeleteFeedbackClassifyReply) Validate() error

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

func (m *DeleteFeedbackClassifyReply) ValidateAll() error

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

type DeleteFeedbackClassifyReplyMultiError

type DeleteFeedbackClassifyReplyMultiError []error

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

func (DeleteFeedbackClassifyReplyMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (DeleteFeedbackClassifyReplyMultiError) Error

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

type DeleteFeedbackClassifyReplyValidationError

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

DeleteFeedbackClassifyReplyValidationError is the validation error returned by DeleteFeedbackClassifyReply.Validate if the designated constraints aren't met.

func (DeleteFeedbackClassifyReplyValidationError) Cause

Cause function returns cause value.

func (DeleteFeedbackClassifyReplyValidationError) Error

Error satisfies the builtin error interface

func (DeleteFeedbackClassifyReplyValidationError) ErrorName

ErrorName returns error name.

func (DeleteFeedbackClassifyReplyValidationError) Field

Field function returns field value.

func (DeleteFeedbackClassifyReplyValidationError) Key

Key function returns key value.

func (DeleteFeedbackClassifyReplyValidationError) Reason

Reason function returns reason value.

type DeleteFeedbackClassifyRequest

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

func (*DeleteFeedbackClassifyRequest) Descriptor deprecated

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

Deprecated: Use DeleteFeedbackClassifyRequest.ProtoReflect.Descriptor instead.

func (*DeleteFeedbackClassifyRequest) GetId

func (*DeleteFeedbackClassifyRequest) ProtoMessage

func (*DeleteFeedbackClassifyRequest) ProtoMessage()

func (*DeleteFeedbackClassifyRequest) ProtoReflect

func (*DeleteFeedbackClassifyRequest) Reset

func (x *DeleteFeedbackClassifyRequest) Reset()

func (*DeleteFeedbackClassifyRequest) String

func (*DeleteFeedbackClassifyRequest) Validate

func (m *DeleteFeedbackClassifyRequest) Validate() error

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

func (m *DeleteFeedbackClassifyRequest) ValidateAll() error

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

type DeleteFeedbackClassifyRequestMultiError

type DeleteFeedbackClassifyRequestMultiError []error

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

func (DeleteFeedbackClassifyRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (DeleteFeedbackClassifyRequestMultiError) Error

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

type DeleteFeedbackClassifyRequestValidationError

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

DeleteFeedbackClassifyRequestValidationError is the validation error returned by DeleteFeedbackClassifyRequest.Validate if the designated constraints aren't met.

func (DeleteFeedbackClassifyRequestValidationError) Cause

Cause function returns cause value.

func (DeleteFeedbackClassifyRequestValidationError) Error

Error satisfies the builtin error interface

func (DeleteFeedbackClassifyRequestValidationError) ErrorName

ErrorName returns error name.

func (DeleteFeedbackClassifyRequestValidationError) Field

Field function returns field value.

func (DeleteFeedbackClassifyRequestValidationError) Key

Key function returns key value.

func (DeleteFeedbackClassifyRequestValidationError) Reason

Reason function returns reason value.

type DeleteFeedbackReply

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

func (*DeleteFeedbackReply) Descriptor deprecated

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

Deprecated: Use DeleteFeedbackReply.ProtoReflect.Descriptor instead.

func (*DeleteFeedbackReply) ProtoMessage

func (*DeleteFeedbackReply) ProtoMessage()

func (*DeleteFeedbackReply) ProtoReflect

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

func (*DeleteFeedbackReply) Reset

func (x *DeleteFeedbackReply) Reset()

func (*DeleteFeedbackReply) String

func (x *DeleteFeedbackReply) String() string

func (*DeleteFeedbackReply) Validate

func (m *DeleteFeedbackReply) Validate() error

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

func (m *DeleteFeedbackReply) ValidateAll() error

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

type DeleteFeedbackReplyMultiError

type DeleteFeedbackReplyMultiError []error

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

func (DeleteFeedbackReplyMultiError) AllErrors

func (m DeleteFeedbackReplyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DeleteFeedbackReplyMultiError) Error

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

type DeleteFeedbackReplyValidationError

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

DeleteFeedbackReplyValidationError is the validation error returned by DeleteFeedbackReply.Validate if the designated constraints aren't met.

func (DeleteFeedbackReplyValidationError) Cause

Cause function returns cause value.

func (DeleteFeedbackReplyValidationError) Error

Error satisfies the builtin error interface

func (DeleteFeedbackReplyValidationError) ErrorName

ErrorName returns error name.

func (DeleteFeedbackReplyValidationError) Field

Field function returns field value.

func (DeleteFeedbackReplyValidationError) Key

Key function returns key value.

func (DeleteFeedbackReplyValidationError) Reason

Reason function returns reason value.

type DeleteFeedbackRequest

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

func (*DeleteFeedbackRequest) Descriptor deprecated

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

Deprecated: Use DeleteFeedbackRequest.ProtoReflect.Descriptor instead.

func (*DeleteFeedbackRequest) GetId

func (x *DeleteFeedbackRequest) GetId() uint32

func (*DeleteFeedbackRequest) ProtoMessage

func (*DeleteFeedbackRequest) ProtoMessage()

func (*DeleteFeedbackRequest) ProtoReflect

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

func (*DeleteFeedbackRequest) Reset

func (x *DeleteFeedbackRequest) Reset()

func (*DeleteFeedbackRequest) String

func (x *DeleteFeedbackRequest) String() string

func (*DeleteFeedbackRequest) Validate

func (m *DeleteFeedbackRequest) Validate() error

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

func (m *DeleteFeedbackRequest) ValidateAll() error

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

type DeleteFeedbackRequestMultiError

type DeleteFeedbackRequestMultiError []error

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

func (DeleteFeedbackRequestMultiError) AllErrors

func (m DeleteFeedbackRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DeleteFeedbackRequestMultiError) Error

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

type DeleteFeedbackRequestValidationError

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

DeleteFeedbackRequestValidationError is the validation error returned by DeleteFeedbackRequest.Validate if the designated constraints aren't met.

func (DeleteFeedbackRequestValidationError) Cause

Cause function returns cause value.

func (DeleteFeedbackRequestValidationError) Error

Error satisfies the builtin error interface

func (DeleteFeedbackRequestValidationError) ErrorName

ErrorName returns error name.

func (DeleteFeedbackRequestValidationError) Field

Field function returns field value.

func (DeleteFeedbackRequestValidationError) Key

Key function returns key value.

func (DeleteFeedbackRequestValidationError) Reason

Reason function returns reason value.

type FeedbackClient

type FeedbackClient interface {
	// ListFeedbackClassify 获取反馈建议分类列表
	ListFeedbackClassify(ctx context.Context, in *ListFeedbackClassifyRequest, opts ...grpc.CallOption) (*ListFeedbackClassifyReply, error)
	// CreateFeedbackClassify 创建反馈建议分类
	CreateFeedbackClassify(ctx context.Context, in *CreateFeedbackClassifyRequest, opts ...grpc.CallOption) (*CreateFeedbackClassifyReply, error)
	// UpdateFeedbackClassify 更新反馈建议分类
	UpdateFeedbackClassify(ctx context.Context, in *UpdateFeedbackClassifyRequest, opts ...grpc.CallOption) (*UpdateFeedbackClassifyReply, error)
	// DeleteFeedbackClassify 删除反馈建议分类
	DeleteFeedbackClassify(ctx context.Context, in *DeleteFeedbackClassifyRequest, opts ...grpc.CallOption) (*DeleteFeedbackClassifyReply, error)
	// ListFeedback 获取反馈建议列表
	ListFeedback(ctx context.Context, in *ListFeedbackRequest, opts ...grpc.CallOption) (*ListFeedbackReply, error)
	// CreateFeedback 创建反馈建议
	CreateFeedback(ctx context.Context, in *CreateFeedbackRequest, opts ...grpc.CallOption) (*CreateFeedbackReply, error)
	// DeleteFeedback 删除反馈建议
	DeleteFeedback(ctx context.Context, in *DeleteFeedbackRequest, opts ...grpc.CallOption) (*DeleteFeedbackReply, error)
	// UpdateFeedback 更新反馈建议
	UpdateFeedback(ctx context.Context, in *UpdateFeedbackRequest, opts ...grpc.CallOption) (*UpdateFeedbackReply, error)
}

FeedbackClient is the client API for Feedback 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 NewFeedbackClient

func NewFeedbackClient(cc grpc.ClientConnInterface) FeedbackClient

type FeedbackHTTPClient

type FeedbackHTTPClient interface {
	CreateFeedback(ctx context.Context, req *CreateFeedbackRequest, opts ...http.CallOption) (rsp *CreateFeedbackReply, err error)
	CreateFeedbackClassify(ctx context.Context, req *CreateFeedbackClassifyRequest, opts ...http.CallOption) (rsp *CreateFeedbackClassifyReply, err error)
	DeleteFeedback(ctx context.Context, req *DeleteFeedbackRequest, opts ...http.CallOption) (rsp *DeleteFeedbackReply, err error)
	DeleteFeedbackClassify(ctx context.Context, req *DeleteFeedbackClassifyRequest, opts ...http.CallOption) (rsp *DeleteFeedbackClassifyReply, err error)
	ListFeedback(ctx context.Context, req *ListFeedbackRequest, opts ...http.CallOption) (rsp *ListFeedbackReply, err error)
	ListFeedbackClassify(ctx context.Context, req *ListFeedbackClassifyRequest, opts ...http.CallOption) (rsp *ListFeedbackClassifyReply, err error)
	UpdateFeedback(ctx context.Context, req *UpdateFeedbackRequest, opts ...http.CallOption) (rsp *UpdateFeedbackReply, err error)
	UpdateFeedbackClassify(ctx context.Context, req *UpdateFeedbackClassifyRequest, opts ...http.CallOption) (rsp *UpdateFeedbackClassifyReply, err error)
}

func NewFeedbackHTTPClient

func NewFeedbackHTTPClient(client *http.Client) FeedbackHTTPClient

type FeedbackHTTPClientImpl

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

func (*FeedbackHTTPClientImpl) CreateFeedback

func (*FeedbackHTTPClientImpl) CreateFeedbackClassify

func (*FeedbackHTTPClientImpl) DeleteFeedback

func (*FeedbackHTTPClientImpl) DeleteFeedbackClassify

func (*FeedbackHTTPClientImpl) ListFeedback

func (*FeedbackHTTPClientImpl) ListFeedbackClassify

func (*FeedbackHTTPClientImpl) UpdateFeedback

func (*FeedbackHTTPClientImpl) UpdateFeedbackClassify

type FeedbackHTTPServer

type FeedbackHTTPServer interface {
	// CreateFeedback CreateFeedback 创建反馈建议
	CreateFeedback(context.Context, *CreateFeedbackRequest) (*CreateFeedbackReply, error)
	// CreateFeedbackClassify CreateFeedbackClassify 创建反馈建议分类
	CreateFeedbackClassify(context.Context, *CreateFeedbackClassifyRequest) (*CreateFeedbackClassifyReply, error)
	// DeleteFeedback DeleteFeedback 删除反馈建议
	DeleteFeedback(context.Context, *DeleteFeedbackRequest) (*DeleteFeedbackReply, error)
	// DeleteFeedbackClassify DeleteFeedbackClassify 删除反馈建议分类
	DeleteFeedbackClassify(context.Context, *DeleteFeedbackClassifyRequest) (*DeleteFeedbackClassifyReply, error)
	// ListFeedback ListFeedback 获取反馈建议列表
	ListFeedback(context.Context, *ListFeedbackRequest) (*ListFeedbackReply, error)
	// ListFeedbackClassify ListFeedbackClassify 获取反馈建议分类列表
	ListFeedbackClassify(context.Context, *ListFeedbackClassifyRequest) (*ListFeedbackClassifyReply, error)
	// UpdateFeedback UpdateFeedback 更新反馈建议
	UpdateFeedback(context.Context, *UpdateFeedbackRequest) (*UpdateFeedbackReply, error)
	// UpdateFeedbackClassify UpdateFeedbackClassify 更新反馈建议分类
	UpdateFeedbackClassify(context.Context, *UpdateFeedbackClassifyRequest) (*UpdateFeedbackClassifyReply, error)
}

type FeedbackServer

type FeedbackServer interface {
	// ListFeedbackClassify 获取反馈建议分类列表
	ListFeedbackClassify(context.Context, *ListFeedbackClassifyRequest) (*ListFeedbackClassifyReply, error)
	// CreateFeedbackClassify 创建反馈建议分类
	CreateFeedbackClassify(context.Context, *CreateFeedbackClassifyRequest) (*CreateFeedbackClassifyReply, error)
	// UpdateFeedbackClassify 更新反馈建议分类
	UpdateFeedbackClassify(context.Context, *UpdateFeedbackClassifyRequest) (*UpdateFeedbackClassifyReply, error)
	// DeleteFeedbackClassify 删除反馈建议分类
	DeleteFeedbackClassify(context.Context, *DeleteFeedbackClassifyRequest) (*DeleteFeedbackClassifyReply, error)
	// ListFeedback 获取反馈建议列表
	ListFeedback(context.Context, *ListFeedbackRequest) (*ListFeedbackReply, error)
	// CreateFeedback 创建反馈建议
	CreateFeedback(context.Context, *CreateFeedbackRequest) (*CreateFeedbackReply, error)
	// DeleteFeedback 删除反馈建议
	DeleteFeedback(context.Context, *DeleteFeedbackRequest) (*DeleteFeedbackReply, error)
	// UpdateFeedback 更新反馈建议
	UpdateFeedback(context.Context, *UpdateFeedbackRequest) (*UpdateFeedbackReply, error)
	// contains filtered or unexported methods
}

FeedbackServer is the server API for Feedback service. All implementations must embed UnimplementedFeedbackServer for forward compatibility

type ListFeedbackClassifyReply

type ListFeedbackClassifyReply struct {
	Total uint32                                        `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"`
	List  []*ListFeedbackClassifyReply_FeedbackClassify `protobuf:"bytes,2,rep,name=list,proto3" json:"list,omitempty"`
	// contains filtered or unexported fields
}

func (*ListFeedbackClassifyReply) Descriptor deprecated

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

Deprecated: Use ListFeedbackClassifyReply.ProtoReflect.Descriptor instead.

func (*ListFeedbackClassifyReply) GetList

func (*ListFeedbackClassifyReply) GetTotal

func (x *ListFeedbackClassifyReply) GetTotal() uint32

func (*ListFeedbackClassifyReply) ProtoMessage

func (*ListFeedbackClassifyReply) ProtoMessage()

func (*ListFeedbackClassifyReply) ProtoReflect

func (*ListFeedbackClassifyReply) Reset

func (x *ListFeedbackClassifyReply) Reset()

func (*ListFeedbackClassifyReply) String

func (x *ListFeedbackClassifyReply) String() string

func (*ListFeedbackClassifyReply) Validate

func (m *ListFeedbackClassifyReply) Validate() error

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

func (m *ListFeedbackClassifyReply) ValidateAll() error

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

type ListFeedbackClassifyReplyMultiError

type ListFeedbackClassifyReplyMultiError []error

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

func (ListFeedbackClassifyReplyMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (ListFeedbackClassifyReplyMultiError) Error

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

type ListFeedbackClassifyReplyValidationError

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

ListFeedbackClassifyReplyValidationError is the validation error returned by ListFeedbackClassifyReply.Validate if the designated constraints aren't met.

func (ListFeedbackClassifyReplyValidationError) Cause

Cause function returns cause value.

func (ListFeedbackClassifyReplyValidationError) Error

Error satisfies the builtin error interface

func (ListFeedbackClassifyReplyValidationError) ErrorName

ErrorName returns error name.

func (ListFeedbackClassifyReplyValidationError) Field

Field function returns field value.

func (ListFeedbackClassifyReplyValidationError) Key

Key function returns key value.

func (ListFeedbackClassifyReplyValidationError) Reason

Reason function returns reason value.

type ListFeedbackClassifyReply_FeedbackClassify

type ListFeedbackClassifyReply_FeedbackClassify struct {
	Id        uint32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Name      string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	CreatedAt uint32 `protobuf:"varint,3,opt,name=createdAt,proto3" json:"createdAt,omitempty"`
	UpdatedAt uint32 `protobuf:"varint,4,opt,name=updatedAt,proto3" json:"updatedAt,omitempty"`
	// contains filtered or unexported fields
}

func (*ListFeedbackClassifyReply_FeedbackClassify) Descriptor deprecated

Deprecated: Use ListFeedbackClassifyReply_FeedbackClassify.ProtoReflect.Descriptor instead.

func (*ListFeedbackClassifyReply_FeedbackClassify) GetCreatedAt

func (*ListFeedbackClassifyReply_FeedbackClassify) GetId

func (*ListFeedbackClassifyReply_FeedbackClassify) GetName

func (*ListFeedbackClassifyReply_FeedbackClassify) GetUpdatedAt

func (*ListFeedbackClassifyReply_FeedbackClassify) ProtoMessage

func (*ListFeedbackClassifyReply_FeedbackClassify) ProtoReflect

func (*ListFeedbackClassifyReply_FeedbackClassify) Reset

func (*ListFeedbackClassifyReply_FeedbackClassify) String

func (*ListFeedbackClassifyReply_FeedbackClassify) Validate

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

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

type ListFeedbackClassifyReply_FeedbackClassifyMultiError

type ListFeedbackClassifyReply_FeedbackClassifyMultiError []error

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

func (ListFeedbackClassifyReply_FeedbackClassifyMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (ListFeedbackClassifyReply_FeedbackClassifyMultiError) Error

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

type ListFeedbackClassifyReply_FeedbackClassifyValidationError

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

ListFeedbackClassifyReply_FeedbackClassifyValidationError is the validation error returned by ListFeedbackClassifyReply_FeedbackClassify.Validate if the designated constraints aren't met.

func (ListFeedbackClassifyReply_FeedbackClassifyValidationError) Cause

Cause function returns cause value.

func (ListFeedbackClassifyReply_FeedbackClassifyValidationError) Error

Error satisfies the builtin error interface

func (ListFeedbackClassifyReply_FeedbackClassifyValidationError) ErrorName

ErrorName returns error name.

func (ListFeedbackClassifyReply_FeedbackClassifyValidationError) Field

Field function returns field value.

func (ListFeedbackClassifyReply_FeedbackClassifyValidationError) Key

Key function returns key value.

func (ListFeedbackClassifyReply_FeedbackClassifyValidationError) Reason

Reason function returns reason value.

type ListFeedbackClassifyRequest

type ListFeedbackClassifyRequest struct {
	Page     uint32  `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty"`
	PageSize uint32  `protobuf:"varint,2,opt,name=pageSize,proto3" json:"pageSize,omitempty"`
	Order    *string `protobuf:"bytes,3,opt,name=order,proto3,oneof" json:"order,omitempty"`
	OrderBy  *string `protobuf:"bytes,4,opt,name=orderBy,proto3,oneof" json:"orderBy,omitempty"`
	Name     *string `protobuf:"bytes,5,opt,name=name,proto3,oneof" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*ListFeedbackClassifyRequest) Descriptor deprecated

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

Deprecated: Use ListFeedbackClassifyRequest.ProtoReflect.Descriptor instead.

func (*ListFeedbackClassifyRequest) GetName

func (x *ListFeedbackClassifyRequest) GetName() string

func (*ListFeedbackClassifyRequest) GetOrder

func (x *ListFeedbackClassifyRequest) GetOrder() string

func (*ListFeedbackClassifyRequest) GetOrderBy

func (x *ListFeedbackClassifyRequest) GetOrderBy() string

func (*ListFeedbackClassifyRequest) GetPage

func (x *ListFeedbackClassifyRequest) GetPage() uint32

func (*ListFeedbackClassifyRequest) GetPageSize

func (x *ListFeedbackClassifyRequest) GetPageSize() uint32

func (*ListFeedbackClassifyRequest) ProtoMessage

func (*ListFeedbackClassifyRequest) ProtoMessage()

func (*ListFeedbackClassifyRequest) ProtoReflect

func (*ListFeedbackClassifyRequest) Reset

func (x *ListFeedbackClassifyRequest) Reset()

func (*ListFeedbackClassifyRequest) String

func (x *ListFeedbackClassifyRequest) String() string

func (*ListFeedbackClassifyRequest) Validate

func (m *ListFeedbackClassifyRequest) Validate() error

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

func (m *ListFeedbackClassifyRequest) ValidateAll() error

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

type ListFeedbackClassifyRequestMultiError

type ListFeedbackClassifyRequestMultiError []error

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

func (ListFeedbackClassifyRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (ListFeedbackClassifyRequestMultiError) Error

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

type ListFeedbackClassifyRequestValidationError

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

ListFeedbackClassifyRequestValidationError is the validation error returned by ListFeedbackClassifyRequest.Validate if the designated constraints aren't met.

func (ListFeedbackClassifyRequestValidationError) Cause

Cause function returns cause value.

func (ListFeedbackClassifyRequestValidationError) Error

Error satisfies the builtin error interface

func (ListFeedbackClassifyRequestValidationError) ErrorName

ErrorName returns error name.

func (ListFeedbackClassifyRequestValidationError) Field

Field function returns field value.

func (ListFeedbackClassifyRequestValidationError) Key

Key function returns key value.

func (ListFeedbackClassifyRequestValidationError) Reason

Reason function returns reason value.

type ListFeedbackReply

type ListFeedbackReply struct {
	Total uint32                        `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"`
	List  []*ListFeedbackReply_Feedback `protobuf:"bytes,2,rep,name=list,proto3" json:"list,omitempty"`
	// contains filtered or unexported fields
}

func (*ListFeedbackReply) Descriptor deprecated

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

Deprecated: Use ListFeedbackReply.ProtoReflect.Descriptor instead.

func (*ListFeedbackReply) GetList

func (*ListFeedbackReply) GetTotal

func (x *ListFeedbackReply) GetTotal() uint32

func (*ListFeedbackReply) ProtoMessage

func (*ListFeedbackReply) ProtoMessage()

func (*ListFeedbackReply) ProtoReflect

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

func (*ListFeedbackReply) Reset

func (x *ListFeedbackReply) Reset()

func (*ListFeedbackReply) String

func (x *ListFeedbackReply) String() string

func (*ListFeedbackReply) Validate

func (m *ListFeedbackReply) Validate() error

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

func (m *ListFeedbackReply) ValidateAll() error

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

type ListFeedbackReplyMultiError

type ListFeedbackReplyMultiError []error

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

func (ListFeedbackReplyMultiError) AllErrors

func (m ListFeedbackReplyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListFeedbackReplyMultiError) Error

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

type ListFeedbackReplyValidationError

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

ListFeedbackReplyValidationError is the validation error returned by ListFeedbackReply.Validate if the designated constraints aren't met.

func (ListFeedbackReplyValidationError) Cause

Cause function returns cause value.

func (ListFeedbackReplyValidationError) Error

Error satisfies the builtin error interface

func (ListFeedbackReplyValidationError) ErrorName

ErrorName returns error name.

func (ListFeedbackReplyValidationError) Field

Field function returns field value.

func (ListFeedbackReplyValidationError) Key

Key function returns key value.

func (ListFeedbackReplyValidationError) Reason

Reason function returns reason value.

type ListFeedbackReply_Feedback

type ListFeedbackReply_Feedback struct {
	Id              uint32                               `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	AppId           uint32                               `protobuf:"varint,2,opt,name=appId,proto3" json:"appId,omitempty"`
	UserId          uint32                               `protobuf:"varint,3,opt,name=userId,proto3" json:"userId,omitempty"`
	ClassifyId      uint32                               `protobuf:"varint,4,opt,name=classifyId,proto3" json:"classifyId,omitempty"`
	Title           string                               `protobuf:"bytes,5,opt,name=title,proto3" json:"title,omitempty"`
	Content         string                               `protobuf:"bytes,6,opt,name=content,proto3" json:"content,omitempty"`
	Status          string                               `protobuf:"bytes,7,opt,name=status,proto3" json:"status,omitempty"`
	Images          *string                              `protobuf:"bytes,8,opt,name=images,proto3,oneof" json:"images,omitempty"`
	Contact         *string                              `protobuf:"bytes,9,opt,name=contact,proto3,oneof" json:"contact,omitempty"`
	Device          string                               `protobuf:"bytes,10,opt,name=device,proto3" json:"device,omitempty"`
	Platform        string                               `protobuf:"bytes,11,opt,name=platform,proto3" json:"platform,omitempty"`
	Version         string                               `protobuf:"bytes,12,opt,name=version,proto3" json:"version,omitempty"`
	ProcessedBy     *uint32                              `protobuf:"varint,13,opt,name=processedBy,proto3,oneof" json:"processedBy,omitempty"`
	ProcessedResult *string                              `protobuf:"bytes,14,opt,name=processedResult,proto3,oneof" json:"processedResult,omitempty"`
	CreatedAt       uint32                               `protobuf:"varint,15,opt,name=createdAt,proto3" json:"createdAt,omitempty"`
	UpdatedAt       uint32                               `protobuf:"varint,16,opt,name=updatedAt,proto3" json:"updatedAt,omitempty"`
	App             *ListFeedbackReply_Feedback_App      `protobuf:"bytes,17,opt,name=app,proto3,oneof" json:"app,omitempty"`
	User            *ListFeedbackReply_Feedback_User     `protobuf:"bytes,18,opt,name=user,proto3,oneof" json:"user,omitempty"`
	Classify        *ListFeedbackReply_Feedback_Classify `protobuf:"bytes,19,opt,name=classify,proto3,oneof" json:"classify,omitempty"`
	ImageUrls       []string                             `protobuf:"bytes,20,rep,name=imageUrls,proto3" json:"imageUrls,omitempty"`
	// contains filtered or unexported fields
}

func (*ListFeedbackReply_Feedback) Descriptor deprecated

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

Deprecated: Use ListFeedbackReply_Feedback.ProtoReflect.Descriptor instead.

func (*ListFeedbackReply_Feedback) GetApp

func (*ListFeedbackReply_Feedback) GetAppId

func (x *ListFeedbackReply_Feedback) GetAppId() uint32

func (*ListFeedbackReply_Feedback) GetClassify

func (*ListFeedbackReply_Feedback) GetClassifyId

func (x *ListFeedbackReply_Feedback) GetClassifyId() uint32

func (*ListFeedbackReply_Feedback) GetContact

func (x *ListFeedbackReply_Feedback) GetContact() string

func (*ListFeedbackReply_Feedback) GetContent

func (x *ListFeedbackReply_Feedback) GetContent() string

func (*ListFeedbackReply_Feedback) GetCreatedAt

func (x *ListFeedbackReply_Feedback) GetCreatedAt() uint32

func (*ListFeedbackReply_Feedback) GetDevice

func (x *ListFeedbackReply_Feedback) GetDevice() string

func (*ListFeedbackReply_Feedback) GetId

func (*ListFeedbackReply_Feedback) GetImageUrls

func (x *ListFeedbackReply_Feedback) GetImageUrls() []string

func (*ListFeedbackReply_Feedback) GetImages

func (x *ListFeedbackReply_Feedback) GetImages() string

func (*ListFeedbackReply_Feedback) GetPlatform

func (x *ListFeedbackReply_Feedback) GetPlatform() string

func (*ListFeedbackReply_Feedback) GetProcessedBy

func (x *ListFeedbackReply_Feedback) GetProcessedBy() uint32

func (*ListFeedbackReply_Feedback) GetProcessedResult

func (x *ListFeedbackReply_Feedback) GetProcessedResult() string

func (*ListFeedbackReply_Feedback) GetStatus

func (x *ListFeedbackReply_Feedback) GetStatus() string

func (*ListFeedbackReply_Feedback) GetTitle

func (x *ListFeedbackReply_Feedback) GetTitle() string

func (*ListFeedbackReply_Feedback) GetUpdatedAt

func (x *ListFeedbackReply_Feedback) GetUpdatedAt() uint32

func (*ListFeedbackReply_Feedback) GetUser

func (*ListFeedbackReply_Feedback) GetUserId

func (x *ListFeedbackReply_Feedback) GetUserId() uint32

func (*ListFeedbackReply_Feedback) GetVersion

func (x *ListFeedbackReply_Feedback) GetVersion() string

func (*ListFeedbackReply_Feedback) ProtoMessage

func (*ListFeedbackReply_Feedback) ProtoMessage()

func (*ListFeedbackReply_Feedback) ProtoReflect

func (*ListFeedbackReply_Feedback) Reset

func (x *ListFeedbackReply_Feedback) Reset()

func (*ListFeedbackReply_Feedback) String

func (x *ListFeedbackReply_Feedback) String() string

func (*ListFeedbackReply_Feedback) Validate

func (m *ListFeedbackReply_Feedback) Validate() error

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

func (m *ListFeedbackReply_Feedback) ValidateAll() error

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

type ListFeedbackReply_FeedbackMultiError

type ListFeedbackReply_FeedbackMultiError []error

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

func (ListFeedbackReply_FeedbackMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (ListFeedbackReply_FeedbackMultiError) Error

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

type ListFeedbackReply_FeedbackValidationError

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

ListFeedbackReply_FeedbackValidationError is the validation error returned by ListFeedbackReply_Feedback.Validate if the designated constraints aren't met.

func (ListFeedbackReply_FeedbackValidationError) Cause

Cause function returns cause value.

func (ListFeedbackReply_FeedbackValidationError) Error

Error satisfies the builtin error interface

func (ListFeedbackReply_FeedbackValidationError) ErrorName

ErrorName returns error name.

func (ListFeedbackReply_FeedbackValidationError) Field

Field function returns field value.

func (ListFeedbackReply_FeedbackValidationError) Key

Key function returns key value.

func (ListFeedbackReply_FeedbackValidationError) Reason

Reason function returns reason value.

type ListFeedbackReply_Feedback_App

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

func (*ListFeedbackReply_Feedback_App) Descriptor deprecated

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

Deprecated: Use ListFeedbackReply_Feedback_App.ProtoReflect.Descriptor instead.

func (*ListFeedbackReply_Feedback_App) GetId

func (*ListFeedbackReply_Feedback_App) GetName

func (*ListFeedbackReply_Feedback_App) ProtoMessage

func (*ListFeedbackReply_Feedback_App) ProtoMessage()

func (*ListFeedbackReply_Feedback_App) ProtoReflect

func (*ListFeedbackReply_Feedback_App) Reset

func (x *ListFeedbackReply_Feedback_App) Reset()

func (*ListFeedbackReply_Feedback_App) String

func (*ListFeedbackReply_Feedback_App) Validate

func (m *ListFeedbackReply_Feedback_App) Validate() error

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

func (m *ListFeedbackReply_Feedback_App) ValidateAll() error

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

type ListFeedbackReply_Feedback_AppMultiError

type ListFeedbackReply_Feedback_AppMultiError []error

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

func (ListFeedbackReply_Feedback_AppMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (ListFeedbackReply_Feedback_AppMultiError) Error

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

type ListFeedbackReply_Feedback_AppValidationError

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

ListFeedbackReply_Feedback_AppValidationError is the validation error returned by ListFeedbackReply_Feedback_App.Validate if the designated constraints aren't met.

func (ListFeedbackReply_Feedback_AppValidationError) Cause

Cause function returns cause value.

func (ListFeedbackReply_Feedback_AppValidationError) Error

Error satisfies the builtin error interface

func (ListFeedbackReply_Feedback_AppValidationError) ErrorName

ErrorName returns error name.

func (ListFeedbackReply_Feedback_AppValidationError) Field

Field function returns field value.

func (ListFeedbackReply_Feedback_AppValidationError) Key

Key function returns key value.

func (ListFeedbackReply_Feedback_AppValidationError) Reason

Reason function returns reason value.

type ListFeedbackReply_Feedback_Classify

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

func (*ListFeedbackReply_Feedback_Classify) Descriptor deprecated

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

Deprecated: Use ListFeedbackReply_Feedback_Classify.ProtoReflect.Descriptor instead.

func (*ListFeedbackReply_Feedback_Classify) GetId

func (*ListFeedbackReply_Feedback_Classify) GetName

func (*ListFeedbackReply_Feedback_Classify) ProtoMessage

func (*ListFeedbackReply_Feedback_Classify) ProtoMessage()

func (*ListFeedbackReply_Feedback_Classify) ProtoReflect

func (*ListFeedbackReply_Feedback_Classify) Reset

func (*ListFeedbackReply_Feedback_Classify) String

func (*ListFeedbackReply_Feedback_Classify) Validate

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

func (m *ListFeedbackReply_Feedback_Classify) ValidateAll() error

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

type ListFeedbackReply_Feedback_ClassifyMultiError

type ListFeedbackReply_Feedback_ClassifyMultiError []error

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

func (ListFeedbackReply_Feedback_ClassifyMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (ListFeedbackReply_Feedback_ClassifyMultiError) Error

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

type ListFeedbackReply_Feedback_ClassifyValidationError

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

ListFeedbackReply_Feedback_ClassifyValidationError is the validation error returned by ListFeedbackReply_Feedback_Classify.Validate if the designated constraints aren't met.

func (ListFeedbackReply_Feedback_ClassifyValidationError) Cause

Cause function returns cause value.

func (ListFeedbackReply_Feedback_ClassifyValidationError) Error

Error satisfies the builtin error interface

func (ListFeedbackReply_Feedback_ClassifyValidationError) ErrorName

ErrorName returns error name.

func (ListFeedbackReply_Feedback_ClassifyValidationError) Field

Field function returns field value.

func (ListFeedbackReply_Feedback_ClassifyValidationError) Key

Key function returns key value.

func (ListFeedbackReply_Feedback_ClassifyValidationError) Reason

Reason function returns reason value.

type ListFeedbackReply_Feedback_User

type ListFeedbackReply_Feedback_User struct {
	Id       uint32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Username string `protobuf:"bytes,2,opt,name=username,proto3" json:"username,omitempty"`
	Nickname string `protobuf:"bytes,3,opt,name=nickname,proto3" json:"nickname,omitempty"`
	// contains filtered or unexported fields
}

func (*ListFeedbackReply_Feedback_User) Descriptor deprecated

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

Deprecated: Use ListFeedbackReply_Feedback_User.ProtoReflect.Descriptor instead.

func (*ListFeedbackReply_Feedback_User) GetId

func (*ListFeedbackReply_Feedback_User) GetNickname

func (x *ListFeedbackReply_Feedback_User) GetNickname() string

func (*ListFeedbackReply_Feedback_User) GetUsername

func (x *ListFeedbackReply_Feedback_User) GetUsername() string

func (*ListFeedbackReply_Feedback_User) ProtoMessage

func (*ListFeedbackReply_Feedback_User) ProtoMessage()

func (*ListFeedbackReply_Feedback_User) ProtoReflect

func (*ListFeedbackReply_Feedback_User) Reset

func (*ListFeedbackReply_Feedback_User) String

func (*ListFeedbackReply_Feedback_User) Validate

func (m *ListFeedbackReply_Feedback_User) Validate() error

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

func (m *ListFeedbackReply_Feedback_User) ValidateAll() error

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

type ListFeedbackReply_Feedback_UserMultiError

type ListFeedbackReply_Feedback_UserMultiError []error

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

func (ListFeedbackReply_Feedback_UserMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (ListFeedbackReply_Feedback_UserMultiError) Error

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

type ListFeedbackReply_Feedback_UserValidationError

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

ListFeedbackReply_Feedback_UserValidationError is the validation error returned by ListFeedbackReply_Feedback_User.Validate if the designated constraints aren't met.

func (ListFeedbackReply_Feedback_UserValidationError) Cause

Cause function returns cause value.

func (ListFeedbackReply_Feedback_UserValidationError) Error

Error satisfies the builtin error interface

func (ListFeedbackReply_Feedback_UserValidationError) ErrorName

ErrorName returns error name.

func (ListFeedbackReply_Feedback_UserValidationError) Field

Field function returns field value.

func (ListFeedbackReply_Feedback_UserValidationError) Key

Key function returns key value.

func (ListFeedbackReply_Feedback_UserValidationError) Reason

Reason function returns reason value.

type ListFeedbackRequest

type ListFeedbackRequest struct {
	Page       uint32  `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty"`
	PageSize   uint32  `protobuf:"varint,2,opt,name=pageSize,proto3" json:"pageSize,omitempty"`
	Order      *string `protobuf:"bytes,3,opt,name=order,proto3,oneof" json:"order,omitempty"`
	OrderBy    *string `protobuf:"bytes,4,opt,name=orderBy,proto3,oneof" json:"orderBy,omitempty"`
	AppId      *uint32 `protobuf:"varint,5,opt,name=appId,proto3,oneof" json:"appId,omitempty"`
	ClassifyId *uint32 `protobuf:"varint,6,opt,name=classifyId,proto3,oneof" json:"classifyId,omitempty"`
	Status     *string `protobuf:"bytes,7,opt,name=status,proto3,oneof" json:"status,omitempty"`
	Platform   *string `protobuf:"bytes,8,opt,name=platform,proto3,oneof" json:"platform,omitempty"`
	// contains filtered or unexported fields
}

func (*ListFeedbackRequest) Descriptor deprecated

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

Deprecated: Use ListFeedbackRequest.ProtoReflect.Descriptor instead.

func (*ListFeedbackRequest) GetAppId

func (x *ListFeedbackRequest) GetAppId() uint32

func (*ListFeedbackRequest) GetClassifyId

func (x *ListFeedbackRequest) GetClassifyId() uint32

func (*ListFeedbackRequest) GetOrder

func (x *ListFeedbackRequest) GetOrder() string

func (*ListFeedbackRequest) GetOrderBy

func (x *ListFeedbackRequest) GetOrderBy() string

func (*ListFeedbackRequest) GetPage

func (x *ListFeedbackRequest) GetPage() uint32

func (*ListFeedbackRequest) GetPageSize

func (x *ListFeedbackRequest) GetPageSize() uint32

func (*ListFeedbackRequest) GetPlatform

func (x *ListFeedbackRequest) GetPlatform() string

func (*ListFeedbackRequest) GetStatus

func (x *ListFeedbackRequest) GetStatus() string

func (*ListFeedbackRequest) ProtoMessage

func (*ListFeedbackRequest) ProtoMessage()

func (*ListFeedbackRequest) ProtoReflect

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

func (*ListFeedbackRequest) Reset

func (x *ListFeedbackRequest) Reset()

func (*ListFeedbackRequest) String

func (x *ListFeedbackRequest) String() string

func (*ListFeedbackRequest) Validate

func (m *ListFeedbackRequest) Validate() error

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

func (m *ListFeedbackRequest) ValidateAll() error

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

type ListFeedbackRequestMultiError

type ListFeedbackRequestMultiError []error

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

func (ListFeedbackRequestMultiError) AllErrors

func (m ListFeedbackRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListFeedbackRequestMultiError) Error

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

type ListFeedbackRequestValidationError

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

ListFeedbackRequestValidationError is the validation error returned by ListFeedbackRequest.Validate if the designated constraints aren't met.

func (ListFeedbackRequestValidationError) Cause

Cause function returns cause value.

func (ListFeedbackRequestValidationError) Error

Error satisfies the builtin error interface

func (ListFeedbackRequestValidationError) ErrorName

ErrorName returns error name.

func (ListFeedbackRequestValidationError) Field

Field function returns field value.

func (ListFeedbackRequestValidationError) Key

Key function returns key value.

func (ListFeedbackRequestValidationError) Reason

Reason function returns reason value.

type UnimplementedFeedbackServer

type UnimplementedFeedbackServer struct{}

UnimplementedFeedbackServer must be embedded to have forward compatible implementations.

func (UnimplementedFeedbackServer) CreateFeedback

func (UnimplementedFeedbackServer) DeleteFeedback

func (UnimplementedFeedbackServer) ListFeedback

func (UnimplementedFeedbackServer) UpdateFeedback

type UnsafeFeedbackServer

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

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

type UpdateFeedbackClassifyReply

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

func (*UpdateFeedbackClassifyReply) Descriptor deprecated

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

Deprecated: Use UpdateFeedbackClassifyReply.ProtoReflect.Descriptor instead.

func (*UpdateFeedbackClassifyReply) ProtoMessage

func (*UpdateFeedbackClassifyReply) ProtoMessage()

func (*UpdateFeedbackClassifyReply) ProtoReflect

func (*UpdateFeedbackClassifyReply) Reset

func (x *UpdateFeedbackClassifyReply) Reset()

func (*UpdateFeedbackClassifyReply) String

func (x *UpdateFeedbackClassifyReply) String() string

func (*UpdateFeedbackClassifyReply) Validate

func (m *UpdateFeedbackClassifyReply) Validate() error

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

func (m *UpdateFeedbackClassifyReply) ValidateAll() error

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

type UpdateFeedbackClassifyReplyMultiError

type UpdateFeedbackClassifyReplyMultiError []error

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

func (UpdateFeedbackClassifyReplyMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (UpdateFeedbackClassifyReplyMultiError) Error

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

type UpdateFeedbackClassifyReplyValidationError

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

UpdateFeedbackClassifyReplyValidationError is the validation error returned by UpdateFeedbackClassifyReply.Validate if the designated constraints aren't met.

func (UpdateFeedbackClassifyReplyValidationError) Cause

Cause function returns cause value.

func (UpdateFeedbackClassifyReplyValidationError) Error

Error satisfies the builtin error interface

func (UpdateFeedbackClassifyReplyValidationError) ErrorName

ErrorName returns error name.

func (UpdateFeedbackClassifyReplyValidationError) Field

Field function returns field value.

func (UpdateFeedbackClassifyReplyValidationError) Key

Key function returns key value.

func (UpdateFeedbackClassifyReplyValidationError) Reason

Reason function returns reason value.

type UpdateFeedbackClassifyRequest

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

func (*UpdateFeedbackClassifyRequest) Descriptor deprecated

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

Deprecated: Use UpdateFeedbackClassifyRequest.ProtoReflect.Descriptor instead.

func (*UpdateFeedbackClassifyRequest) GetId

func (*UpdateFeedbackClassifyRequest) GetName

func (*UpdateFeedbackClassifyRequest) ProtoMessage

func (*UpdateFeedbackClassifyRequest) ProtoMessage()

func (*UpdateFeedbackClassifyRequest) ProtoReflect

func (*UpdateFeedbackClassifyRequest) Reset

func (x *UpdateFeedbackClassifyRequest) Reset()

func (*UpdateFeedbackClassifyRequest) String

func (*UpdateFeedbackClassifyRequest) Validate

func (m *UpdateFeedbackClassifyRequest) Validate() error

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

func (m *UpdateFeedbackClassifyRequest) ValidateAll() error

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

type UpdateFeedbackClassifyRequestMultiError

type UpdateFeedbackClassifyRequestMultiError []error

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

func (UpdateFeedbackClassifyRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (UpdateFeedbackClassifyRequestMultiError) Error

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

type UpdateFeedbackClassifyRequestValidationError

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

UpdateFeedbackClassifyRequestValidationError is the validation error returned by UpdateFeedbackClassifyRequest.Validate if the designated constraints aren't met.

func (UpdateFeedbackClassifyRequestValidationError) Cause

Cause function returns cause value.

func (UpdateFeedbackClassifyRequestValidationError) Error

Error satisfies the builtin error interface

func (UpdateFeedbackClassifyRequestValidationError) ErrorName

ErrorName returns error name.

func (UpdateFeedbackClassifyRequestValidationError) Field

Field function returns field value.

func (UpdateFeedbackClassifyRequestValidationError) Key

Key function returns key value.

func (UpdateFeedbackClassifyRequestValidationError) Reason

Reason function returns reason value.

type UpdateFeedbackReply

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

func (*UpdateFeedbackReply) Descriptor deprecated

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

Deprecated: Use UpdateFeedbackReply.ProtoReflect.Descriptor instead.

func (*UpdateFeedbackReply) ProtoMessage

func (*UpdateFeedbackReply) ProtoMessage()

func (*UpdateFeedbackReply) ProtoReflect

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

func (*UpdateFeedbackReply) Reset

func (x *UpdateFeedbackReply) Reset()

func (*UpdateFeedbackReply) String

func (x *UpdateFeedbackReply) String() string

func (*UpdateFeedbackReply) Validate

func (m *UpdateFeedbackReply) Validate() error

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

func (m *UpdateFeedbackReply) ValidateAll() error

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

type UpdateFeedbackReplyMultiError

type UpdateFeedbackReplyMultiError []error

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

func (UpdateFeedbackReplyMultiError) AllErrors

func (m UpdateFeedbackReplyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UpdateFeedbackReplyMultiError) Error

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

type UpdateFeedbackReplyValidationError

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

UpdateFeedbackReplyValidationError is the validation error returned by UpdateFeedbackReply.Validate if the designated constraints aren't met.

func (UpdateFeedbackReplyValidationError) Cause

Cause function returns cause value.

func (UpdateFeedbackReplyValidationError) Error

Error satisfies the builtin error interface

func (UpdateFeedbackReplyValidationError) ErrorName

ErrorName returns error name.

func (UpdateFeedbackReplyValidationError) Field

Field function returns field value.

func (UpdateFeedbackReplyValidationError) Key

Key function returns key value.

func (UpdateFeedbackReplyValidationError) Reason

Reason function returns reason value.

type UpdateFeedbackRequest

type UpdateFeedbackRequest struct {
	Id              uint32  `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Status          string  `protobuf:"bytes,2,opt,name=status,proto3" json:"status,omitempty"`
	ProcessedResult *string `protobuf:"bytes,3,opt,name=processedResult,proto3,oneof" json:"processedResult,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateFeedbackRequest) Descriptor deprecated

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

Deprecated: Use UpdateFeedbackRequest.ProtoReflect.Descriptor instead.

func (*UpdateFeedbackRequest) GetId

func (x *UpdateFeedbackRequest) GetId() uint32

func (*UpdateFeedbackRequest) GetProcessedResult

func (x *UpdateFeedbackRequest) GetProcessedResult() string

func (*UpdateFeedbackRequest) GetStatus

func (x *UpdateFeedbackRequest) GetStatus() string

func (*UpdateFeedbackRequest) ProtoMessage

func (*UpdateFeedbackRequest) ProtoMessage()

func (*UpdateFeedbackRequest) ProtoReflect

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

func (*UpdateFeedbackRequest) Reset

func (x *UpdateFeedbackRequest) Reset()

func (*UpdateFeedbackRequest) String

func (x *UpdateFeedbackRequest) String() string

func (*UpdateFeedbackRequest) Validate

func (m *UpdateFeedbackRequest) Validate() error

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

func (m *UpdateFeedbackRequest) ValidateAll() error

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

type UpdateFeedbackRequestMultiError

type UpdateFeedbackRequestMultiError []error

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

func (UpdateFeedbackRequestMultiError) AllErrors

func (m UpdateFeedbackRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UpdateFeedbackRequestMultiError) Error

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

type UpdateFeedbackRequestValidationError

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

UpdateFeedbackRequestValidationError is the validation error returned by UpdateFeedbackRequest.Validate if the designated constraints aren't met.

func (UpdateFeedbackRequestValidationError) Cause

Cause function returns cause value.

func (UpdateFeedbackRequestValidationError) Error

Error satisfies the builtin error interface

func (UpdateFeedbackRequestValidationError) ErrorName

ErrorName returns error name.

func (UpdateFeedbackRequestValidationError) Field

Field function returns field value.

func (UpdateFeedbackRequestValidationError) Key

Key function returns key value.

func (UpdateFeedbackRequestValidationError) Reason

Reason function returns reason value.

Jump to

Keyboard shortcuts

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