v1

package
v1.0.32 Latest Latest
Warning

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

Go to latest
Published: Sep 21, 2024 License: MIT Imports: 24 Imported by: 0

Documentation

Index

Constants

View Source
const (
	Feedback_ListFeedbackCategory_FullMethodName   = "/application.api.application.feedback.v1.Feedback/ListFeedbackCategory"
	Feedback_CreateFeedbackCategory_FullMethodName = "/application.api.application.feedback.v1.Feedback/CreateFeedbackCategory"
	Feedback_UpdateFeedbackCategory_FullMethodName = "/application.api.application.feedback.v1.Feedback/UpdateFeedbackCategory"
	Feedback_DeleteFeedbackCategory_FullMethodName = "/application.api.application.feedback.v1.Feedback/DeleteFeedbackCategory"
	Feedback_ListFeedback_FullMethodName           = "/application.api.application.feedback.v1.Feedback/ListFeedback"
	Feedback_CreateFeedback_FullMethodName         = "/application.api.application.feedback.v1.Feedback/CreateFeedback"
	Feedback_DeleteFeedback_FullMethodName         = "/application.api.application.feedback.v1.Feedback/DeleteFeedback"
	Feedback_UpdateFeedback_FullMethodName         = "/application.api.application.feedback.v1.Feedback/UpdateFeedback"
)
View Source
const OperationFeedbackCreateFeedback = "/application.api.application.feedback.v1.Feedback/CreateFeedback"
View Source
const OperationFeedbackCreateFeedbackCategory = "/application.api.application.feedback.v1.Feedback/CreateFeedbackCategory"
View Source
const OperationFeedbackDeleteFeedback = "/application.api.application.feedback.v1.Feedback/DeleteFeedback"
View Source
const OperationFeedbackDeleteFeedbackCategory = "/application.api.application.feedback.v1.Feedback/DeleteFeedbackCategory"
View Source
const OperationFeedbackListFeedback = "/application.api.application.feedback.v1.Feedback/ListFeedback"
View Source
const OperationFeedbackListFeedbackCategory = "/application.api.application.feedback.v1.Feedback/ListFeedbackCategory"
View Source
const OperationFeedbackUpdateFeedback = "/application.api.application.feedback.v1.Feedback/UpdateFeedback"
View Source
const OperationFeedbackUpdateFeedbackCategory = "/application.api.application.feedback.v1.Feedback/UpdateFeedbackCategory"

Variables

View Source
var Feedback_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "application.api.application.feedback.v1.Feedback",
	HandlerType: (*FeedbackServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "ListFeedbackCategory",
			Handler:    _Feedback_ListFeedbackCategory_Handler,
		},
		{
			MethodName: "CreateFeedbackCategory",
			Handler:    _Feedback_CreateFeedbackCategory_Handler,
		},
		{
			MethodName: "UpdateFeedbackCategory",
			Handler:    _Feedback_UpdateFeedbackCategory_Handler,
		},
		{
			MethodName: "DeleteFeedbackCategory",
			Handler:    _Feedback_DeleteFeedbackCategory_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/application/feedback/application_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_application_feedback_application_feedback_category_proto protoreflect.FileDescriptor
View Source
var File_api_application_feedback_application_feedback_proto protoreflect.FileDescriptor
View Source
var File_api_application_feedback_application_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 CreateFeedbackCategoryReply

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

func (*CreateFeedbackCategoryReply) Descriptor deprecated

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

Deprecated: Use CreateFeedbackCategoryReply.ProtoReflect.Descriptor instead.

func (*CreateFeedbackCategoryReply) GetId

func (*CreateFeedbackCategoryReply) ProtoMessage

func (*CreateFeedbackCategoryReply) ProtoMessage()

func (*CreateFeedbackCategoryReply) ProtoReflect

func (*CreateFeedbackCategoryReply) Reset

func (x *CreateFeedbackCategoryReply) Reset()

func (*CreateFeedbackCategoryReply) String

func (x *CreateFeedbackCategoryReply) String() string

func (*CreateFeedbackCategoryReply) Validate

func (m *CreateFeedbackCategoryReply) Validate() error

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

func (m *CreateFeedbackCategoryReply) ValidateAll() error

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

type CreateFeedbackCategoryReplyMultiError

type CreateFeedbackCategoryReplyMultiError []error

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

func (CreateFeedbackCategoryReplyMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CreateFeedbackCategoryReplyMultiError) Error

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

type CreateFeedbackCategoryReplyValidationError

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

CreateFeedbackCategoryReplyValidationError is the validation error returned by CreateFeedbackCategoryReply.Validate if the designated constraints aren't met.

func (CreateFeedbackCategoryReplyValidationError) Cause

Cause function returns cause value.

func (CreateFeedbackCategoryReplyValidationError) Error

Error satisfies the builtin error interface

func (CreateFeedbackCategoryReplyValidationError) ErrorName

ErrorName returns error name.

func (CreateFeedbackCategoryReplyValidationError) Field

Field function returns field value.

func (CreateFeedbackCategoryReplyValidationError) Key

Key function returns key value.

func (CreateFeedbackCategoryReplyValidationError) Reason

Reason function returns reason value.

type CreateFeedbackCategoryRequest

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

func (*CreateFeedbackCategoryRequest) Descriptor deprecated

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

Deprecated: Use CreateFeedbackCategoryRequest.ProtoReflect.Descriptor instead.

func (*CreateFeedbackCategoryRequest) GetName

func (*CreateFeedbackCategoryRequest) ProtoMessage

func (*CreateFeedbackCategoryRequest) ProtoMessage()

func (*CreateFeedbackCategoryRequest) ProtoReflect

func (*CreateFeedbackCategoryRequest) Reset

func (x *CreateFeedbackCategoryRequest) Reset()

func (*CreateFeedbackCategoryRequest) String

func (*CreateFeedbackCategoryRequest) Validate

func (m *CreateFeedbackCategoryRequest) Validate() error

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

func (m *CreateFeedbackCategoryRequest) ValidateAll() error

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

type CreateFeedbackCategoryRequestMultiError

type CreateFeedbackCategoryRequestMultiError []error

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

func (CreateFeedbackCategoryRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CreateFeedbackCategoryRequestMultiError) Error

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

type CreateFeedbackCategoryRequestValidationError

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

CreateFeedbackCategoryRequestValidationError is the validation error returned by CreateFeedbackCategoryRequest.Validate if the designated constraints aren't met.

func (CreateFeedbackCategoryRequestValidationError) Cause

Cause function returns cause value.

func (CreateFeedbackCategoryRequestValidationError) Error

Error satisfies the builtin error interface

func (CreateFeedbackCategoryRequestValidationError) ErrorName

ErrorName returns error name.

func (CreateFeedbackCategoryRequestValidationError) Field

Field function returns field value.

func (CreateFeedbackCategoryRequestValidationError) Key

Key function returns key value.

func (CreateFeedbackCategoryRequestValidationError) 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"`
	CategoryId uint32  `protobuf:"varint,2,opt,name=categoryId,proto3" json:"categoryId,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) GetCategoryId

func (x *CreateFeedbackRequest) GetCategoryId() 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 DeleteFeedbackCategoryReply

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

func (*DeleteFeedbackCategoryReply) Descriptor deprecated

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

Deprecated: Use DeleteFeedbackCategoryReply.ProtoReflect.Descriptor instead.

func (*DeleteFeedbackCategoryReply) ProtoMessage

func (*DeleteFeedbackCategoryReply) ProtoMessage()

func (*DeleteFeedbackCategoryReply) ProtoReflect

func (*DeleteFeedbackCategoryReply) Reset

func (x *DeleteFeedbackCategoryReply) Reset()

func (*DeleteFeedbackCategoryReply) String

func (x *DeleteFeedbackCategoryReply) String() string

func (*DeleteFeedbackCategoryReply) Validate

func (m *DeleteFeedbackCategoryReply) Validate() error

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

func (m *DeleteFeedbackCategoryReply) ValidateAll() error

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

type DeleteFeedbackCategoryReplyMultiError

type DeleteFeedbackCategoryReplyMultiError []error

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

func (DeleteFeedbackCategoryReplyMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (DeleteFeedbackCategoryReplyMultiError) Error

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

type DeleteFeedbackCategoryReplyValidationError

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

DeleteFeedbackCategoryReplyValidationError is the validation error returned by DeleteFeedbackCategoryReply.Validate if the designated constraints aren't met.

func (DeleteFeedbackCategoryReplyValidationError) Cause

Cause function returns cause value.

func (DeleteFeedbackCategoryReplyValidationError) Error

Error satisfies the builtin error interface

func (DeleteFeedbackCategoryReplyValidationError) ErrorName

ErrorName returns error name.

func (DeleteFeedbackCategoryReplyValidationError) Field

Field function returns field value.

func (DeleteFeedbackCategoryReplyValidationError) Key

Key function returns key value.

func (DeleteFeedbackCategoryReplyValidationError) Reason

Reason function returns reason value.

type DeleteFeedbackCategoryRequest

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

func (*DeleteFeedbackCategoryRequest) Descriptor deprecated

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

Deprecated: Use DeleteFeedbackCategoryRequest.ProtoReflect.Descriptor instead.

func (*DeleteFeedbackCategoryRequest) GetId

func (*DeleteFeedbackCategoryRequest) ProtoMessage

func (*DeleteFeedbackCategoryRequest) ProtoMessage()

func (*DeleteFeedbackCategoryRequest) ProtoReflect

func (*DeleteFeedbackCategoryRequest) Reset

func (x *DeleteFeedbackCategoryRequest) Reset()

func (*DeleteFeedbackCategoryRequest) String

func (*DeleteFeedbackCategoryRequest) Validate

func (m *DeleteFeedbackCategoryRequest) Validate() error

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

func (m *DeleteFeedbackCategoryRequest) ValidateAll() error

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

type DeleteFeedbackCategoryRequestMultiError

type DeleteFeedbackCategoryRequestMultiError []error

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

func (DeleteFeedbackCategoryRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (DeleteFeedbackCategoryRequestMultiError) Error

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

type DeleteFeedbackCategoryRequestValidationError

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

DeleteFeedbackCategoryRequestValidationError is the validation error returned by DeleteFeedbackCategoryRequest.Validate if the designated constraints aren't met.

func (DeleteFeedbackCategoryRequestValidationError) Cause

Cause function returns cause value.

func (DeleteFeedbackCategoryRequestValidationError) Error

Error satisfies the builtin error interface

func (DeleteFeedbackCategoryRequestValidationError) ErrorName

ErrorName returns error name.

func (DeleteFeedbackCategoryRequestValidationError) Field

Field function returns field value.

func (DeleteFeedbackCategoryRequestValidationError) Key

Key function returns key value.

func (DeleteFeedbackCategoryRequestValidationError) 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 {
	// ListFeedbackCategory 获取反馈建议分类列表
	ListFeedbackCategory(ctx context.Context, in *ListFeedbackCategoryRequest, opts ...grpc.CallOption) (*ListFeedbackCategoryReply, error)
	// CreateFeedbackCategory 创建反馈建议分类
	CreateFeedbackCategory(ctx context.Context, in *CreateFeedbackCategoryRequest, opts ...grpc.CallOption) (*CreateFeedbackCategoryReply, error)
	// UpdateFeedbackCategory 更新反馈建议分类
	UpdateFeedbackCategory(ctx context.Context, in *UpdateFeedbackCategoryRequest, opts ...grpc.CallOption) (*UpdateFeedbackCategoryReply, error)
	// DeleteFeedbackCategory 删除反馈建议分类
	DeleteFeedbackCategory(ctx context.Context, in *DeleteFeedbackCategoryRequest, opts ...grpc.CallOption) (*DeleteFeedbackCategoryReply, 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)
	CreateFeedbackCategory(ctx context.Context, req *CreateFeedbackCategoryRequest, opts ...http.CallOption) (rsp *CreateFeedbackCategoryReply, err error)
	DeleteFeedback(ctx context.Context, req *DeleteFeedbackRequest, opts ...http.CallOption) (rsp *DeleteFeedbackReply, err error)
	DeleteFeedbackCategory(ctx context.Context, req *DeleteFeedbackCategoryRequest, opts ...http.CallOption) (rsp *DeleteFeedbackCategoryReply, err error)
	ListFeedback(ctx context.Context, req *ListFeedbackRequest, opts ...http.CallOption) (rsp *ListFeedbackReply, err error)
	ListFeedbackCategory(ctx context.Context, req *ListFeedbackCategoryRequest, opts ...http.CallOption) (rsp *ListFeedbackCategoryReply, err error)
	UpdateFeedback(ctx context.Context, req *UpdateFeedbackRequest, opts ...http.CallOption) (rsp *UpdateFeedbackReply, err error)
	UpdateFeedbackCategory(ctx context.Context, req *UpdateFeedbackCategoryRequest, opts ...http.CallOption) (rsp *UpdateFeedbackCategoryReply, 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) CreateFeedbackCategory

func (*FeedbackHTTPClientImpl) DeleteFeedback

func (*FeedbackHTTPClientImpl) DeleteFeedbackCategory

func (*FeedbackHTTPClientImpl) ListFeedback

func (*FeedbackHTTPClientImpl) ListFeedbackCategory

func (*FeedbackHTTPClientImpl) UpdateFeedback

func (*FeedbackHTTPClientImpl) UpdateFeedbackCategory

type FeedbackHTTPServer

type FeedbackHTTPServer interface {
	// CreateFeedback CreateFeedback 创建反馈建议
	CreateFeedback(context.Context, *CreateFeedbackRequest) (*CreateFeedbackReply, error)
	// CreateFeedbackCategory CreateFeedbackCategory 创建反馈建议分类
	CreateFeedbackCategory(context.Context, *CreateFeedbackCategoryRequest) (*CreateFeedbackCategoryReply, error)
	// DeleteFeedback DeleteFeedback 删除反馈建议
	DeleteFeedback(context.Context, *DeleteFeedbackRequest) (*DeleteFeedbackReply, error)
	// DeleteFeedbackCategory DeleteFeedbackCategory 删除反馈建议分类
	DeleteFeedbackCategory(context.Context, *DeleteFeedbackCategoryRequest) (*DeleteFeedbackCategoryReply, error)
	// ListFeedback ListFeedback 获取反馈建议列表
	ListFeedback(context.Context, *ListFeedbackRequest) (*ListFeedbackReply, error)
	// ListFeedbackCategory ListFeedbackCategory 获取反馈建议分类列表
	ListFeedbackCategory(context.Context, *ListFeedbackCategoryRequest) (*ListFeedbackCategoryReply, error)
	// UpdateFeedback UpdateFeedback 更新反馈建议
	UpdateFeedback(context.Context, *UpdateFeedbackRequest) (*UpdateFeedbackReply, error)
	// UpdateFeedbackCategory UpdateFeedbackCategory 更新反馈建议分类
	UpdateFeedbackCategory(context.Context, *UpdateFeedbackCategoryRequest) (*UpdateFeedbackCategoryReply, error)
}

type FeedbackServer

type FeedbackServer interface {
	// ListFeedbackCategory 获取反馈建议分类列表
	ListFeedbackCategory(context.Context, *ListFeedbackCategoryRequest) (*ListFeedbackCategoryReply, error)
	// CreateFeedbackCategory 创建反馈建议分类
	CreateFeedbackCategory(context.Context, *CreateFeedbackCategoryRequest) (*CreateFeedbackCategoryReply, error)
	// UpdateFeedbackCategory 更新反馈建议分类
	UpdateFeedbackCategory(context.Context, *UpdateFeedbackCategoryRequest) (*UpdateFeedbackCategoryReply, error)
	// DeleteFeedbackCategory 删除反馈建议分类
	DeleteFeedbackCategory(context.Context, *DeleteFeedbackCategoryRequest) (*DeleteFeedbackCategoryReply, 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 ListFeedbackCategoryReply

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

func (*ListFeedbackCategoryReply) Descriptor deprecated

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

Deprecated: Use ListFeedbackCategoryReply.ProtoReflect.Descriptor instead.

func (*ListFeedbackCategoryReply) GetList

func (*ListFeedbackCategoryReply) GetTotal

func (x *ListFeedbackCategoryReply) GetTotal() uint32

func (*ListFeedbackCategoryReply) ProtoMessage

func (*ListFeedbackCategoryReply) ProtoMessage()

func (*ListFeedbackCategoryReply) ProtoReflect

func (*ListFeedbackCategoryReply) Reset

func (x *ListFeedbackCategoryReply) Reset()

func (*ListFeedbackCategoryReply) String

func (x *ListFeedbackCategoryReply) String() string

func (*ListFeedbackCategoryReply) Validate

func (m *ListFeedbackCategoryReply) Validate() error

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

func (m *ListFeedbackCategoryReply) ValidateAll() error

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

type ListFeedbackCategoryReplyMultiError

type ListFeedbackCategoryReplyMultiError []error

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

func (ListFeedbackCategoryReplyMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (ListFeedbackCategoryReplyMultiError) Error

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

type ListFeedbackCategoryReplyValidationError

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

ListFeedbackCategoryReplyValidationError is the validation error returned by ListFeedbackCategoryReply.Validate if the designated constraints aren't met.

func (ListFeedbackCategoryReplyValidationError) Cause

Cause function returns cause value.

func (ListFeedbackCategoryReplyValidationError) Error

Error satisfies the builtin error interface

func (ListFeedbackCategoryReplyValidationError) ErrorName

ErrorName returns error name.

func (ListFeedbackCategoryReplyValidationError) Field

Field function returns field value.

func (ListFeedbackCategoryReplyValidationError) Key

Key function returns key value.

func (ListFeedbackCategoryReplyValidationError) Reason

Reason function returns reason value.

type ListFeedbackCategoryReply_FeedbackCategory

type ListFeedbackCategoryReply_FeedbackCategory 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"`
	// contains filtered or unexported fields
}

func (*ListFeedbackCategoryReply_FeedbackCategory) Descriptor deprecated

Deprecated: Use ListFeedbackCategoryReply_FeedbackCategory.ProtoReflect.Descriptor instead.

func (*ListFeedbackCategoryReply_FeedbackCategory) GetCreatedAt

func (*ListFeedbackCategoryReply_FeedbackCategory) GetId

func (*ListFeedbackCategoryReply_FeedbackCategory) GetName

func (*ListFeedbackCategoryReply_FeedbackCategory) ProtoMessage

func (*ListFeedbackCategoryReply_FeedbackCategory) ProtoReflect

func (*ListFeedbackCategoryReply_FeedbackCategory) Reset

func (*ListFeedbackCategoryReply_FeedbackCategory) String

func (*ListFeedbackCategoryReply_FeedbackCategory) Validate

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

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

type ListFeedbackCategoryReply_FeedbackCategoryMultiError

type ListFeedbackCategoryReply_FeedbackCategoryMultiError []error

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

func (ListFeedbackCategoryReply_FeedbackCategoryMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (ListFeedbackCategoryReply_FeedbackCategoryMultiError) Error

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

type ListFeedbackCategoryReply_FeedbackCategoryValidationError

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

ListFeedbackCategoryReply_FeedbackCategoryValidationError is the validation error returned by ListFeedbackCategoryReply_FeedbackCategory.Validate if the designated constraints aren't met.

func (ListFeedbackCategoryReply_FeedbackCategoryValidationError) Cause

Cause function returns cause value.

func (ListFeedbackCategoryReply_FeedbackCategoryValidationError) Error

Error satisfies the builtin error interface

func (ListFeedbackCategoryReply_FeedbackCategoryValidationError) ErrorName

ErrorName returns error name.

func (ListFeedbackCategoryReply_FeedbackCategoryValidationError) Field

Field function returns field value.

func (ListFeedbackCategoryReply_FeedbackCategoryValidationError) Key

Key function returns key value.

func (ListFeedbackCategoryReply_FeedbackCategoryValidationError) Reason

Reason function returns reason value.

type ListFeedbackCategoryRequest

type ListFeedbackCategoryRequest 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 (*ListFeedbackCategoryRequest) Descriptor deprecated

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

Deprecated: Use ListFeedbackCategoryRequest.ProtoReflect.Descriptor instead.

func (*ListFeedbackCategoryRequest) GetName

func (x *ListFeedbackCategoryRequest) GetName() string

func (*ListFeedbackCategoryRequest) GetOrder

func (x *ListFeedbackCategoryRequest) GetOrder() string

func (*ListFeedbackCategoryRequest) GetOrderBy

func (x *ListFeedbackCategoryRequest) GetOrderBy() string

func (*ListFeedbackCategoryRequest) GetPage

func (x *ListFeedbackCategoryRequest) GetPage() uint32

func (*ListFeedbackCategoryRequest) GetPageSize

func (x *ListFeedbackCategoryRequest) GetPageSize() uint32

func (*ListFeedbackCategoryRequest) ProtoMessage

func (*ListFeedbackCategoryRequest) ProtoMessage()

func (*ListFeedbackCategoryRequest) ProtoReflect

func (*ListFeedbackCategoryRequest) Reset

func (x *ListFeedbackCategoryRequest) Reset()

func (*ListFeedbackCategoryRequest) String

func (x *ListFeedbackCategoryRequest) String() string

func (*ListFeedbackCategoryRequest) Validate

func (m *ListFeedbackCategoryRequest) Validate() error

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

func (m *ListFeedbackCategoryRequest) ValidateAll() error

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

type ListFeedbackCategoryRequestMultiError

type ListFeedbackCategoryRequestMultiError []error

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

func (ListFeedbackCategoryRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (ListFeedbackCategoryRequestMultiError) Error

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

type ListFeedbackCategoryRequestValidationError

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

ListFeedbackCategoryRequestValidationError is the validation error returned by ListFeedbackCategoryRequest.Validate if the designated constraints aren't met.

func (ListFeedbackCategoryRequestValidationError) Cause

Cause function returns cause value.

func (ListFeedbackCategoryRequestValidationError) Error

Error satisfies the builtin error interface

func (ListFeedbackCategoryRequestValidationError) ErrorName

ErrorName returns error name.

func (ListFeedbackCategoryRequestValidationError) Field

Field function returns field value.

func (ListFeedbackCategoryRequestValidationError) Key

Key function returns key value.

func (ListFeedbackCategoryRequestValidationError) 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"`
	CategoryId      uint32                               `protobuf:"varint,4,opt,name=categoryId,proto3" json:"categoryId,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"`
	Category        *ListFeedbackReply_Feedback_Category `protobuf:"bytes,19,opt,name=category,proto3,oneof" json:"category,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) GetCategory

func (*ListFeedbackReply_Feedback) GetCategoryId

func (x *ListFeedbackReply_Feedback) GetCategoryId() 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_Category

type ListFeedbackReply_Feedback_Category 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_Category) Descriptor deprecated

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

Deprecated: Use ListFeedbackReply_Feedback_Category.ProtoReflect.Descriptor instead.

func (*ListFeedbackReply_Feedback_Category) GetId

func (*ListFeedbackReply_Feedback_Category) GetName

func (*ListFeedbackReply_Feedback_Category) ProtoMessage

func (*ListFeedbackReply_Feedback_Category) ProtoMessage()

func (*ListFeedbackReply_Feedback_Category) ProtoReflect

func (*ListFeedbackReply_Feedback_Category) Reset

func (*ListFeedbackReply_Feedback_Category) String

func (*ListFeedbackReply_Feedback_Category) Validate

Validate checks the field values on ListFeedbackReply_Feedback_Category 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_Category) ValidateAll

func (m *ListFeedbackReply_Feedback_Category) ValidateAll() error

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

type ListFeedbackReply_Feedback_CategoryMultiError

type ListFeedbackReply_Feedback_CategoryMultiError []error

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

func (ListFeedbackReply_Feedback_CategoryMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (ListFeedbackReply_Feedback_CategoryMultiError) Error

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

type ListFeedbackReply_Feedback_CategoryValidationError

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

ListFeedbackReply_Feedback_CategoryValidationError is the validation error returned by ListFeedbackReply_Feedback_Category.Validate if the designated constraints aren't met.

func (ListFeedbackReply_Feedback_CategoryValidationError) Cause

Cause function returns cause value.

func (ListFeedbackReply_Feedback_CategoryValidationError) Error

Error satisfies the builtin error interface

func (ListFeedbackReply_Feedback_CategoryValidationError) ErrorName

ErrorName returns error name.

func (ListFeedbackReply_Feedback_CategoryValidationError) Field

Field function returns field value.

func (ListFeedbackReply_Feedback_CategoryValidationError) Key

Key function returns key value.

func (ListFeedbackReply_Feedback_CategoryValidationError) 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"`
	RealName string `protobuf:"bytes,2,opt,name=realName,proto3" json:"realName,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) GetRealName

func (x *ListFeedbackReply_Feedback_User) GetRealName() 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"`
	CategoryId *uint32 `protobuf:"varint,6,opt,name=categoryId,proto3,oneof" json:"categoryId,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) GetCategoryId

func (x *ListFeedbackRequest) GetCategoryId() 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 UpdateFeedbackCategoryReply

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

func (*UpdateFeedbackCategoryReply) Descriptor deprecated

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

Deprecated: Use UpdateFeedbackCategoryReply.ProtoReflect.Descriptor instead.

func (*UpdateFeedbackCategoryReply) ProtoMessage

func (*UpdateFeedbackCategoryReply) ProtoMessage()

func (*UpdateFeedbackCategoryReply) ProtoReflect

func (*UpdateFeedbackCategoryReply) Reset

func (x *UpdateFeedbackCategoryReply) Reset()

func (*UpdateFeedbackCategoryReply) String

func (x *UpdateFeedbackCategoryReply) String() string

func (*UpdateFeedbackCategoryReply) Validate

func (m *UpdateFeedbackCategoryReply) Validate() error

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

func (m *UpdateFeedbackCategoryReply) ValidateAll() error

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

type UpdateFeedbackCategoryReplyMultiError

type UpdateFeedbackCategoryReplyMultiError []error

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

func (UpdateFeedbackCategoryReplyMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (UpdateFeedbackCategoryReplyMultiError) Error

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

type UpdateFeedbackCategoryReplyValidationError

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

UpdateFeedbackCategoryReplyValidationError is the validation error returned by UpdateFeedbackCategoryReply.Validate if the designated constraints aren't met.

func (UpdateFeedbackCategoryReplyValidationError) Cause

Cause function returns cause value.

func (UpdateFeedbackCategoryReplyValidationError) Error

Error satisfies the builtin error interface

func (UpdateFeedbackCategoryReplyValidationError) ErrorName

ErrorName returns error name.

func (UpdateFeedbackCategoryReplyValidationError) Field

Field function returns field value.

func (UpdateFeedbackCategoryReplyValidationError) Key

Key function returns key value.

func (UpdateFeedbackCategoryReplyValidationError) Reason

Reason function returns reason value.

type UpdateFeedbackCategoryRequest

type UpdateFeedbackCategoryRequest 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 (*UpdateFeedbackCategoryRequest) Descriptor deprecated

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

Deprecated: Use UpdateFeedbackCategoryRequest.ProtoReflect.Descriptor instead.

func (*UpdateFeedbackCategoryRequest) GetId

func (*UpdateFeedbackCategoryRequest) GetName

func (*UpdateFeedbackCategoryRequest) ProtoMessage

func (*UpdateFeedbackCategoryRequest) ProtoMessage()

func (*UpdateFeedbackCategoryRequest) ProtoReflect

func (*UpdateFeedbackCategoryRequest) Reset

func (x *UpdateFeedbackCategoryRequest) Reset()

func (*UpdateFeedbackCategoryRequest) String

func (*UpdateFeedbackCategoryRequest) Validate

func (m *UpdateFeedbackCategoryRequest) Validate() error

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

func (m *UpdateFeedbackCategoryRequest) ValidateAll() error

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

type UpdateFeedbackCategoryRequestMultiError

type UpdateFeedbackCategoryRequestMultiError []error

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

func (UpdateFeedbackCategoryRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (UpdateFeedbackCategoryRequestMultiError) Error

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

type UpdateFeedbackCategoryRequestValidationError

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

UpdateFeedbackCategoryRequestValidationError is the validation error returned by UpdateFeedbackCategoryRequest.Validate if the designated constraints aren't met.

func (UpdateFeedbackCategoryRequestValidationError) Cause

Cause function returns cause value.

func (UpdateFeedbackCategoryRequestValidationError) Error

Error satisfies the builtin error interface

func (UpdateFeedbackCategoryRequestValidationError) ErrorName

ErrorName returns error name.

func (UpdateFeedbackCategoryRequestValidationError) Field

Field function returns field value.

func (UpdateFeedbackCategoryRequestValidationError) Key

Key function returns key value.

func (UpdateFeedbackCategoryRequestValidationError) 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