Versions in this module Expand all Collapse all v1 v1.0.11 Jun 28, 2026 v1.0.10 Jun 26, 2026 v1.0.9 Jun 25, 2026 v1.0.8 Jun 24, 2026 v1.0.7 Jun 23, 2026 Changes in this version + const DocumentService_BatchDeleteDocument_FullMethodName + const DocumentService_CreateDocument_FullMethodName + const DocumentService_DeleteDocument_FullMethodName + const DocumentService_GetDocumentDetail_FullMethodName + const DocumentService_GetDocumentList_FullMethodName + const DocumentService_UpdateDocument_FullMethodName + const OperationDocumentServiceBatchDeleteDocument + const OperationDocumentServiceCreateDocument + const OperationDocumentServiceDeleteDocument + const OperationDocumentServiceGetDocumentDetail + const OperationDocumentServiceGetDocumentList + const OperationDocumentServiceUpdateDocument + var DocumentService_ServiceDesc = grpc.ServiceDesc + var File_admin_document_v1_document_proto protoreflect.FileDescriptor + func RegisterDocumentServiceHTTPServer(s *http.Server, srv DocumentServiceHTTPServer) + func RegisterDocumentServiceServer(s grpc.ServiceRegistrar, srv DocumentServiceServer) + type BatchDeleteDocumentData struct + Success bool + func (*BatchDeleteDocumentData) Descriptor() ([]byte, []int) + func (*BatchDeleteDocumentData) ProtoMessage() + func (m *BatchDeleteDocumentData) Validate() error + func (m *BatchDeleteDocumentData) ValidateAll() error + func (x *BatchDeleteDocumentData) GetSuccess() bool + func (x *BatchDeleteDocumentData) ProtoReflect() protoreflect.Message + func (x *BatchDeleteDocumentData) Reset() + func (x *BatchDeleteDocumentData) String() string + type BatchDeleteDocumentDataMultiError []error + func (m BatchDeleteDocumentDataMultiError) AllErrors() []error + func (m BatchDeleteDocumentDataMultiError) Error() string + type BatchDeleteDocumentDataValidationError struct + func (e BatchDeleteDocumentDataValidationError) Cause() error + func (e BatchDeleteDocumentDataValidationError) Error() string + func (e BatchDeleteDocumentDataValidationError) ErrorName() string + func (e BatchDeleteDocumentDataValidationError) Field() string + func (e BatchDeleteDocumentDataValidationError) Key() bool + func (e BatchDeleteDocumentDataValidationError) Reason() string + type BatchDeleteDocumentReply struct + Code int32 + Data *BatchDeleteDocumentData + Message string + func (*BatchDeleteDocumentReply) Descriptor() ([]byte, []int) + func (*BatchDeleteDocumentReply) ProtoMessage() + func (m *BatchDeleteDocumentReply) Validate() error + func (m *BatchDeleteDocumentReply) ValidateAll() error + func (x *BatchDeleteDocumentReply) GetCode() int32 + func (x *BatchDeleteDocumentReply) GetData() *BatchDeleteDocumentData + func (x *BatchDeleteDocumentReply) GetMessage() string + func (x *BatchDeleteDocumentReply) ProtoReflect() protoreflect.Message + func (x *BatchDeleteDocumentReply) Reset() + func (x *BatchDeleteDocumentReply) String() string + type BatchDeleteDocumentReplyMultiError []error + func (m BatchDeleteDocumentReplyMultiError) AllErrors() []error + func (m BatchDeleteDocumentReplyMultiError) Error() string + type BatchDeleteDocumentReplyValidationError struct + func (e BatchDeleteDocumentReplyValidationError) Cause() error + func (e BatchDeleteDocumentReplyValidationError) Error() string + func (e BatchDeleteDocumentReplyValidationError) ErrorName() string + func (e BatchDeleteDocumentReplyValidationError) Field() string + func (e BatchDeleteDocumentReplyValidationError) Key() bool + func (e BatchDeleteDocumentReplyValidationError) Reason() string + type BatchDeleteDocumentRequest struct + Ids []int64 + func (*BatchDeleteDocumentRequest) Descriptor() ([]byte, []int) + func (*BatchDeleteDocumentRequest) ProtoMessage() + func (m *BatchDeleteDocumentRequest) Validate() error + func (m *BatchDeleteDocumentRequest) ValidateAll() error + func (x *BatchDeleteDocumentRequest) GetIds() []int64 + func (x *BatchDeleteDocumentRequest) ProtoReflect() protoreflect.Message + func (x *BatchDeleteDocumentRequest) Reset() + func (x *BatchDeleteDocumentRequest) String() string + type BatchDeleteDocumentRequestMultiError []error + func (m BatchDeleteDocumentRequestMultiError) AllErrors() []error + func (m BatchDeleteDocumentRequestMultiError) Error() string + type BatchDeleteDocumentRequestValidationError struct + func (e BatchDeleteDocumentRequestValidationError) Cause() error + func (e BatchDeleteDocumentRequestValidationError) Error() string + func (e BatchDeleteDocumentRequestValidationError) ErrorName() string + func (e BatchDeleteDocumentRequestValidationError) Field() string + func (e BatchDeleteDocumentRequestValidationError) Key() bool + func (e BatchDeleteDocumentRequestValidationError) Reason() string + type CreateDocumentReply struct + Code int32 + Message string + func (*CreateDocumentReply) Descriptor() ([]byte, []int) + func (*CreateDocumentReply) ProtoMessage() + func (m *CreateDocumentReply) Validate() error + func (m *CreateDocumentReply) ValidateAll() error + func (x *CreateDocumentReply) GetCode() int32 + func (x *CreateDocumentReply) GetMessage() string + func (x *CreateDocumentReply) ProtoReflect() protoreflect.Message + func (x *CreateDocumentReply) Reset() + func (x *CreateDocumentReply) String() string + type CreateDocumentReplyMultiError []error + func (m CreateDocumentReplyMultiError) AllErrors() []error + func (m CreateDocumentReplyMultiError) Error() string + type CreateDocumentReplyValidationError struct + func (e CreateDocumentReplyValidationError) Cause() error + func (e CreateDocumentReplyValidationError) Error() string + func (e CreateDocumentReplyValidationError) ErrorName() string + func (e CreateDocumentReplyValidationError) Field() string + func (e CreateDocumentReplyValidationError) Key() bool + func (e CreateDocumentReplyValidationError) Reason() string + type CreateDocumentRequest struct + Content string + Show *wrapperspb.BoolValue + Tags []string + Title string + func (*CreateDocumentRequest) Descriptor() ([]byte, []int) + func (*CreateDocumentRequest) ProtoMessage() + func (m *CreateDocumentRequest) Validate() error + func (m *CreateDocumentRequest) ValidateAll() error + func (x *CreateDocumentRequest) GetContent() string + func (x *CreateDocumentRequest) GetShow() *wrapperspb.BoolValue + func (x *CreateDocumentRequest) GetTags() []string + func (x *CreateDocumentRequest) GetTitle() string + func (x *CreateDocumentRequest) ProtoReflect() protoreflect.Message + func (x *CreateDocumentRequest) Reset() + func (x *CreateDocumentRequest) String() string + type CreateDocumentRequestMultiError []error + func (m CreateDocumentRequestMultiError) AllErrors() []error + func (m CreateDocumentRequestMultiError) Error() string + type CreateDocumentRequestValidationError struct + func (e CreateDocumentRequestValidationError) Cause() error + func (e CreateDocumentRequestValidationError) Error() string + func (e CreateDocumentRequestValidationError) ErrorName() string + func (e CreateDocumentRequestValidationError) Field() string + func (e CreateDocumentRequestValidationError) Key() bool + func (e CreateDocumentRequestValidationError) Reason() string + type DeleteDocumentData struct + Success bool + func (*DeleteDocumentData) Descriptor() ([]byte, []int) + func (*DeleteDocumentData) ProtoMessage() + func (m *DeleteDocumentData) Validate() error + func (m *DeleteDocumentData) ValidateAll() error + func (x *DeleteDocumentData) GetSuccess() bool + func (x *DeleteDocumentData) ProtoReflect() protoreflect.Message + func (x *DeleteDocumentData) Reset() + func (x *DeleteDocumentData) String() string + type DeleteDocumentDataMultiError []error + func (m DeleteDocumentDataMultiError) AllErrors() []error + func (m DeleteDocumentDataMultiError) Error() string + type DeleteDocumentDataValidationError struct + func (e DeleteDocumentDataValidationError) Cause() error + func (e DeleteDocumentDataValidationError) Error() string + func (e DeleteDocumentDataValidationError) ErrorName() string + func (e DeleteDocumentDataValidationError) Field() string + func (e DeleteDocumentDataValidationError) Key() bool + func (e DeleteDocumentDataValidationError) Reason() string + type DeleteDocumentReply struct + Code int32 + Data *DeleteDocumentData + Message string + func (*DeleteDocumentReply) Descriptor() ([]byte, []int) + func (*DeleteDocumentReply) ProtoMessage() + func (m *DeleteDocumentReply) Validate() error + func (m *DeleteDocumentReply) ValidateAll() error + func (x *DeleteDocumentReply) GetCode() int32 + func (x *DeleteDocumentReply) GetData() *DeleteDocumentData + func (x *DeleteDocumentReply) GetMessage() string + func (x *DeleteDocumentReply) ProtoReflect() protoreflect.Message + func (x *DeleteDocumentReply) Reset() + func (x *DeleteDocumentReply) String() string + type DeleteDocumentReplyMultiError []error + func (m DeleteDocumentReplyMultiError) AllErrors() []error + func (m DeleteDocumentReplyMultiError) Error() string + type DeleteDocumentReplyValidationError struct + func (e DeleteDocumentReplyValidationError) Cause() error + func (e DeleteDocumentReplyValidationError) Error() string + func (e DeleteDocumentReplyValidationError) ErrorName() string + func (e DeleteDocumentReplyValidationError) Field() string + func (e DeleteDocumentReplyValidationError) Key() bool + func (e DeleteDocumentReplyValidationError) Reason() string + type DeleteDocumentRequest struct + Id int64 + func (*DeleteDocumentRequest) Descriptor() ([]byte, []int) + func (*DeleteDocumentRequest) ProtoMessage() + func (m *DeleteDocumentRequest) Validate() error + func (m *DeleteDocumentRequest) ValidateAll() error + func (x *DeleteDocumentRequest) GetId() int64 + func (x *DeleteDocumentRequest) ProtoReflect() protoreflect.Message + func (x *DeleteDocumentRequest) Reset() + func (x *DeleteDocumentRequest) String() string + type DeleteDocumentRequestMultiError []error + func (m DeleteDocumentRequestMultiError) AllErrors() []error + func (m DeleteDocumentRequestMultiError) Error() string + type DeleteDocumentRequestValidationError struct + func (e DeleteDocumentRequestValidationError) Cause() error + func (e DeleteDocumentRequestValidationError) Error() string + func (e DeleteDocumentRequestValidationError) ErrorName() string + func (e DeleteDocumentRequestValidationError) Field() string + func (e DeleteDocumentRequestValidationError) Key() bool + func (e DeleteDocumentRequestValidationError) Reason() string + type Document struct + Content string + CreatedAt int64 + Id int64 + Show bool + Tags []string + Title string + UpdatedAt int64 + func (*Document) Descriptor() ([]byte, []int) + func (*Document) ProtoMessage() + func (m *Document) Validate() error + func (m *Document) ValidateAll() error + func (x *Document) GetContent() string + func (x *Document) GetCreatedAt() int64 + func (x *Document) GetId() int64 + func (x *Document) GetShow() bool + func (x *Document) GetTags() []string + func (x *Document) GetTitle() string + func (x *Document) GetUpdatedAt() int64 + func (x *Document) ProtoReflect() protoreflect.Message + func (x *Document) Reset() + func (x *Document) String() string + type DocumentMultiError []error + func (m DocumentMultiError) AllErrors() []error + func (m DocumentMultiError) Error() string + type DocumentServiceClient interface + BatchDeleteDocument func(ctx context.Context, in *BatchDeleteDocumentRequest, opts ...grpc.CallOption) (*BatchDeleteDocumentReply, error) + CreateDocument func(ctx context.Context, in *CreateDocumentRequest, opts ...grpc.CallOption) (*CreateDocumentReply, error) + DeleteDocument func(ctx context.Context, in *DeleteDocumentRequest, opts ...grpc.CallOption) (*DeleteDocumentReply, error) + GetDocumentDetail func(ctx context.Context, in *GetDocumentDetailRequest, opts ...grpc.CallOption) (*GetDocumentDetailReply, error) + GetDocumentList func(ctx context.Context, in *GetDocumentListRequest, opts ...grpc.CallOption) (*GetDocumentListReply, error) + UpdateDocument func(ctx context.Context, in *UpdateDocumentRequest, opts ...grpc.CallOption) (*UpdateDocumentReply, error) + func NewDocumentServiceClient(cc grpc.ClientConnInterface) DocumentServiceClient + type DocumentServiceHTTPClient interface + BatchDeleteDocument func(ctx context.Context, req *BatchDeleteDocumentRequest, opts ...http.CallOption) (rsp *BatchDeleteDocumentReply, err error) + CreateDocument func(ctx context.Context, req *CreateDocumentRequest, opts ...http.CallOption) (rsp *CreateDocumentReply, err error) + DeleteDocument func(ctx context.Context, req *DeleteDocumentRequest, opts ...http.CallOption) (rsp *DeleteDocumentReply, err error) + GetDocumentDetail func(ctx context.Context, req *GetDocumentDetailRequest, opts ...http.CallOption) (rsp *GetDocumentDetailReply, err error) + GetDocumentList func(ctx context.Context, req *GetDocumentListRequest, opts ...http.CallOption) (rsp *GetDocumentListReply, err error) + UpdateDocument func(ctx context.Context, req *UpdateDocumentRequest, opts ...http.CallOption) (rsp *UpdateDocumentReply, err error) + func NewDocumentServiceHTTPClient(client *http.Client) DocumentServiceHTTPClient + type DocumentServiceHTTPClientImpl struct + func (c *DocumentServiceHTTPClientImpl) BatchDeleteDocument(ctx context.Context, in *BatchDeleteDocumentRequest, opts ...http.CallOption) (*BatchDeleteDocumentReply, error) + func (c *DocumentServiceHTTPClientImpl) CreateDocument(ctx context.Context, in *CreateDocumentRequest, opts ...http.CallOption) (*CreateDocumentReply, error) + func (c *DocumentServiceHTTPClientImpl) DeleteDocument(ctx context.Context, in *DeleteDocumentRequest, opts ...http.CallOption) (*DeleteDocumentReply, error) + func (c *DocumentServiceHTTPClientImpl) GetDocumentDetail(ctx context.Context, in *GetDocumentDetailRequest, opts ...http.CallOption) (*GetDocumentDetailReply, error) + func (c *DocumentServiceHTTPClientImpl) GetDocumentList(ctx context.Context, in *GetDocumentListRequest, opts ...http.CallOption) (*GetDocumentListReply, error) + func (c *DocumentServiceHTTPClientImpl) UpdateDocument(ctx context.Context, in *UpdateDocumentRequest, opts ...http.CallOption) (*UpdateDocumentReply, error) + type DocumentServiceHTTPServer interface + BatchDeleteDocument func(context.Context, *BatchDeleteDocumentRequest) (*BatchDeleteDocumentReply, error) + CreateDocument func(context.Context, *CreateDocumentRequest) (*CreateDocumentReply, error) + DeleteDocument func(context.Context, *DeleteDocumentRequest) (*DeleteDocumentReply, error) + GetDocumentDetail func(context.Context, *GetDocumentDetailRequest) (*GetDocumentDetailReply, error) + GetDocumentList func(context.Context, *GetDocumentListRequest) (*GetDocumentListReply, error) + UpdateDocument func(context.Context, *UpdateDocumentRequest) (*UpdateDocumentReply, error) + type DocumentServiceServer interface + BatchDeleteDocument func(context.Context, *BatchDeleteDocumentRequest) (*BatchDeleteDocumentReply, error) + CreateDocument func(context.Context, *CreateDocumentRequest) (*CreateDocumentReply, error) + DeleteDocument func(context.Context, *DeleteDocumentRequest) (*DeleteDocumentReply, error) + GetDocumentDetail func(context.Context, *GetDocumentDetailRequest) (*GetDocumentDetailReply, error) + GetDocumentList func(context.Context, *GetDocumentListRequest) (*GetDocumentListReply, error) + UpdateDocument func(context.Context, *UpdateDocumentRequest) (*UpdateDocumentReply, error) + type DocumentValidationError struct + func (e DocumentValidationError) Cause() error + func (e DocumentValidationError) Error() string + func (e DocumentValidationError) ErrorName() string + func (e DocumentValidationError) Field() string + func (e DocumentValidationError) Key() bool + func (e DocumentValidationError) Reason() string + type GetDocumentDetailData struct + Document *Document + func (*GetDocumentDetailData) Descriptor() ([]byte, []int) + func (*GetDocumentDetailData) ProtoMessage() + func (m *GetDocumentDetailData) Validate() error + func (m *GetDocumentDetailData) ValidateAll() error + func (x *GetDocumentDetailData) GetDocument() *Document + func (x *GetDocumentDetailData) ProtoReflect() protoreflect.Message + func (x *GetDocumentDetailData) Reset() + func (x *GetDocumentDetailData) String() string + type GetDocumentDetailDataMultiError []error + func (m GetDocumentDetailDataMultiError) AllErrors() []error + func (m GetDocumentDetailDataMultiError) Error() string + type GetDocumentDetailDataValidationError struct + func (e GetDocumentDetailDataValidationError) Cause() error + func (e GetDocumentDetailDataValidationError) Error() string + func (e GetDocumentDetailDataValidationError) ErrorName() string + func (e GetDocumentDetailDataValidationError) Field() string + func (e GetDocumentDetailDataValidationError) Key() bool + func (e GetDocumentDetailDataValidationError) Reason() string + type GetDocumentDetailReply struct + Code int32 + Data *GetDocumentDetailData + Message string + func (*GetDocumentDetailReply) Descriptor() ([]byte, []int) + func (*GetDocumentDetailReply) ProtoMessage() + func (m *GetDocumentDetailReply) Validate() error + func (m *GetDocumentDetailReply) ValidateAll() error + func (x *GetDocumentDetailReply) GetCode() int32 + func (x *GetDocumentDetailReply) GetData() *GetDocumentDetailData + func (x *GetDocumentDetailReply) GetMessage() string + func (x *GetDocumentDetailReply) ProtoReflect() protoreflect.Message + func (x *GetDocumentDetailReply) Reset() + func (x *GetDocumentDetailReply) String() string + type GetDocumentDetailReplyMultiError []error + func (m GetDocumentDetailReplyMultiError) AllErrors() []error + func (m GetDocumentDetailReplyMultiError) Error() string + type GetDocumentDetailReplyValidationError struct + func (e GetDocumentDetailReplyValidationError) Cause() error + func (e GetDocumentDetailReplyValidationError) Error() string + func (e GetDocumentDetailReplyValidationError) ErrorName() string + func (e GetDocumentDetailReplyValidationError) Field() string + func (e GetDocumentDetailReplyValidationError) Key() bool + func (e GetDocumentDetailReplyValidationError) Reason() string + type GetDocumentDetailRequest struct + Id int64 + func (*GetDocumentDetailRequest) Descriptor() ([]byte, []int) + func (*GetDocumentDetailRequest) ProtoMessage() + func (m *GetDocumentDetailRequest) Validate() error + func (m *GetDocumentDetailRequest) ValidateAll() error + func (x *GetDocumentDetailRequest) GetId() int64 + func (x *GetDocumentDetailRequest) ProtoReflect() protoreflect.Message + func (x *GetDocumentDetailRequest) Reset() + func (x *GetDocumentDetailRequest) String() string + type GetDocumentDetailRequestMultiError []error + func (m GetDocumentDetailRequestMultiError) AllErrors() []error + func (m GetDocumentDetailRequestMultiError) Error() string + type GetDocumentDetailRequestValidationError struct + func (e GetDocumentDetailRequestValidationError) Cause() error + func (e GetDocumentDetailRequestValidationError) Error() string + func (e GetDocumentDetailRequestValidationError) ErrorName() string + func (e GetDocumentDetailRequestValidationError) Field() string + func (e GetDocumentDetailRequestValidationError) Key() bool + func (e GetDocumentDetailRequestValidationError) Reason() string + type GetDocumentListData struct + List []*Document + Total int32 + func (*GetDocumentListData) Descriptor() ([]byte, []int) + func (*GetDocumentListData) ProtoMessage() + func (m *GetDocumentListData) Validate() error + func (m *GetDocumentListData) ValidateAll() error + func (x *GetDocumentListData) GetList() []*Document + func (x *GetDocumentListData) GetTotal() int32 + func (x *GetDocumentListData) ProtoReflect() protoreflect.Message + func (x *GetDocumentListData) Reset() + func (x *GetDocumentListData) String() string + type GetDocumentListDataMultiError []error + func (m GetDocumentListDataMultiError) AllErrors() []error + func (m GetDocumentListDataMultiError) Error() string + type GetDocumentListDataValidationError struct + func (e GetDocumentListDataValidationError) Cause() error + func (e GetDocumentListDataValidationError) Error() string + func (e GetDocumentListDataValidationError) ErrorName() string + func (e GetDocumentListDataValidationError) Field() string + func (e GetDocumentListDataValidationError) Key() bool + func (e GetDocumentListDataValidationError) Reason() string + type GetDocumentListReply struct + Code int32 + Data *GetDocumentListData + Message string + func (*GetDocumentListReply) Descriptor() ([]byte, []int) + func (*GetDocumentListReply) ProtoMessage() + func (m *GetDocumentListReply) Validate() error + func (m *GetDocumentListReply) ValidateAll() error + func (x *GetDocumentListReply) GetCode() int32 + func (x *GetDocumentListReply) GetData() *GetDocumentListData + func (x *GetDocumentListReply) GetMessage() string + func (x *GetDocumentListReply) ProtoReflect() protoreflect.Message + func (x *GetDocumentListReply) Reset() + func (x *GetDocumentListReply) String() string + type GetDocumentListReplyMultiError []error + func (m GetDocumentListReplyMultiError) AllErrors() []error + func (m GetDocumentListReplyMultiError) Error() string + type GetDocumentListReplyValidationError struct + func (e GetDocumentListReplyValidationError) Cause() error + func (e GetDocumentListReplyValidationError) Error() string + func (e GetDocumentListReplyValidationError) ErrorName() string + func (e GetDocumentListReplyValidationError) Field() string + func (e GetDocumentListReplyValidationError) Key() bool + func (e GetDocumentListReplyValidationError) Reason() string + type GetDocumentListRequest struct + Page int64 + Search string + Size int64 + Tag string + func (*GetDocumentListRequest) Descriptor() ([]byte, []int) + func (*GetDocumentListRequest) ProtoMessage() + func (m *GetDocumentListRequest) Validate() error + func (m *GetDocumentListRequest) ValidateAll() error + func (x *GetDocumentListRequest) GetPage() int64 + func (x *GetDocumentListRequest) GetSearch() string + func (x *GetDocumentListRequest) GetSize() int64 + func (x *GetDocumentListRequest) GetTag() string + func (x *GetDocumentListRequest) ProtoReflect() protoreflect.Message + func (x *GetDocumentListRequest) Reset() + func (x *GetDocumentListRequest) String() string + type GetDocumentListRequestMultiError []error + func (m GetDocumentListRequestMultiError) AllErrors() []error + func (m GetDocumentListRequestMultiError) Error() string + type GetDocumentListRequestValidationError struct + func (e GetDocumentListRequestValidationError) Cause() error + func (e GetDocumentListRequestValidationError) Error() string + func (e GetDocumentListRequestValidationError) ErrorName() string + func (e GetDocumentListRequestValidationError) Field() string + func (e GetDocumentListRequestValidationError) Key() bool + func (e GetDocumentListRequestValidationError) Reason() string + type UnimplementedDocumentServiceServer struct + func (UnimplementedDocumentServiceServer) BatchDeleteDocument(context.Context, *BatchDeleteDocumentRequest) (*BatchDeleteDocumentReply, error) + func (UnimplementedDocumentServiceServer) CreateDocument(context.Context, *CreateDocumentRequest) (*CreateDocumentReply, error) + func (UnimplementedDocumentServiceServer) DeleteDocument(context.Context, *DeleteDocumentRequest) (*DeleteDocumentReply, error) + func (UnimplementedDocumentServiceServer) GetDocumentDetail(context.Context, *GetDocumentDetailRequest) (*GetDocumentDetailReply, error) + func (UnimplementedDocumentServiceServer) GetDocumentList(context.Context, *GetDocumentListRequest) (*GetDocumentListReply, error) + func (UnimplementedDocumentServiceServer) UpdateDocument(context.Context, *UpdateDocumentRequest) (*UpdateDocumentReply, error) + type UnsafeDocumentServiceServer interface + type UpdateDocumentReply struct + Code int32 + Message string + func (*UpdateDocumentReply) Descriptor() ([]byte, []int) + func (*UpdateDocumentReply) ProtoMessage() + func (m *UpdateDocumentReply) Validate() error + func (m *UpdateDocumentReply) ValidateAll() error + func (x *UpdateDocumentReply) GetCode() int32 + func (x *UpdateDocumentReply) GetMessage() string + func (x *UpdateDocumentReply) ProtoReflect() protoreflect.Message + func (x *UpdateDocumentReply) Reset() + func (x *UpdateDocumentReply) String() string + type UpdateDocumentReplyMultiError []error + func (m UpdateDocumentReplyMultiError) AllErrors() []error + func (m UpdateDocumentReplyMultiError) Error() string + type UpdateDocumentReplyValidationError struct + func (e UpdateDocumentReplyValidationError) Cause() error + func (e UpdateDocumentReplyValidationError) Error() string + func (e UpdateDocumentReplyValidationError) ErrorName() string + func (e UpdateDocumentReplyValidationError) Field() string + func (e UpdateDocumentReplyValidationError) Key() bool + func (e UpdateDocumentReplyValidationError) Reason() string + type UpdateDocumentRequest struct + Content string + Id int64 + Show *wrapperspb.BoolValue + Tags []string + Title string + func (*UpdateDocumentRequest) Descriptor() ([]byte, []int) + func (*UpdateDocumentRequest) ProtoMessage() + func (m *UpdateDocumentRequest) Validate() error + func (m *UpdateDocumentRequest) ValidateAll() error + func (x *UpdateDocumentRequest) GetContent() string + func (x *UpdateDocumentRequest) GetId() int64 + func (x *UpdateDocumentRequest) GetShow() *wrapperspb.BoolValue + func (x *UpdateDocumentRequest) GetTags() []string + func (x *UpdateDocumentRequest) GetTitle() string + func (x *UpdateDocumentRequest) ProtoReflect() protoreflect.Message + func (x *UpdateDocumentRequest) Reset() + func (x *UpdateDocumentRequest) String() string + type UpdateDocumentRequestMultiError []error + func (m UpdateDocumentRequestMultiError) AllErrors() []error + func (m UpdateDocumentRequestMultiError) Error() string + type UpdateDocumentRequestValidationError struct + func (e UpdateDocumentRequestValidationError) Cause() error + func (e UpdateDocumentRequestValidationError) Error() string + func (e UpdateDocumentRequestValidationError) ErrorName() string + func (e UpdateDocumentRequestValidationError) Field() string + func (e UpdateDocumentRequestValidationError) Key() bool + func (e UpdateDocumentRequestValidationError) Reason() string