Documentation
¶
Overview ¶
Package task_tracker_boards is a reverse proxy.
It translates gRPC into RESTful JSON APIs.
Index ¶
- Variables
- func RegisterBoardServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
- func RegisterBoardServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client BoardServiceClient) error
- func RegisterBoardServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error)
- func RegisterBoardServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server BoardServiceServer) error
- func RegisterBoardServiceServer(s grpc.ServiceRegistrar, srv BoardServiceServer)
- type Board
- func (m *Board) CloneMessageVT() proto.Message
- func (m *Board) CloneVT() *Board
- func (*Board) Descriptor() ([]byte, []int)deprecated
- func (this *Board) EqualMessageVT(thatMsg proto.Message) bool
- func (this *Board) EqualVT(that *Board) bool
- func (x *Board) GetCreatedAt() *timestamppb.Timestamp
- func (x *Board) GetId() int64
- func (x *Board) GetName() string
- func (x *Board) GetTopicIds() []int64
- func (x *Board) GetUpdatedAt() *timestamppb.Timestamp
- func (m *Board) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *Board) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
- func (m *Board) MarshalToVT(dAtA []byte) (int, error)
- func (m *Board) MarshalToVTStrict(dAtA []byte) (int, error)
- func (m *Board) MarshalVT() (dAtA []byte, err error)
- func (m *Board) MarshalVTStrict() (dAtA []byte, err error)
- func (*Board) ProtoMessage()
- func (x *Board) ProtoReflect() protoreflect.Message
- func (x *Board) Reset()
- func (m *Board) SizeVT() (n int)
- func (x *Board) String() string
- func (m *Board) UnmarshalVT(dAtA []byte) error
- func (m *Board) UnmarshalVTUnsafe(dAtA []byte) error
- func (m *Board) Validate() error
- func (m *Board) ValidateAll() error
- type BoardMultiError
- type BoardOrder
- func (m *BoardOrder) CloneMessageVT() proto.Message
- func (m *BoardOrder) CloneVT() *BoardOrder
- func (*BoardOrder) Descriptor() ([]byte, []int)deprecated
- func (this *BoardOrder) EqualMessageVT(thatMsg proto.Message) bool
- func (this *BoardOrder) EqualVT(that *BoardOrder) bool
- func (x *BoardOrder) GetBoardId() int64
- func (x *BoardOrder) GetPlace() int32
- func (m *BoardOrder) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *BoardOrder) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
- func (m *BoardOrder) MarshalToVT(dAtA []byte) (int, error)
- func (m *BoardOrder) MarshalToVTStrict(dAtA []byte) (int, error)
- func (m *BoardOrder) MarshalVT() (dAtA []byte, err error)
- func (m *BoardOrder) MarshalVTStrict() (dAtA []byte, err error)
- func (*BoardOrder) ProtoMessage()
- func (x *BoardOrder) ProtoReflect() protoreflect.Message
- func (x *BoardOrder) Reset()
- func (m *BoardOrder) SizeVT() (n int)
- func (x *BoardOrder) String() string
- func (m *BoardOrder) UnmarshalVT(dAtA []byte) error
- func (m *BoardOrder) UnmarshalVTUnsafe(dAtA []byte) error
- func (m *BoardOrder) Validate() error
- func (m *BoardOrder) ValidateAll() error
- type BoardOrderMultiError
- type BoardOrderValidationError
- type BoardServiceClient
- type BoardServiceServer
- type BoardValidationError
- type ChangeBoardOrderRequest
- func (m *ChangeBoardOrderRequest) CloneMessageVT() proto.Message
- func (m *ChangeBoardOrderRequest) CloneVT() *ChangeBoardOrderRequest
- func (*ChangeBoardOrderRequest) Descriptor() ([]byte, []int)deprecated
- func (this *ChangeBoardOrderRequest) EqualMessageVT(thatMsg proto.Message) bool
- func (this *ChangeBoardOrderRequest) EqualVT(that *ChangeBoardOrderRequest) bool
- func (x *ChangeBoardOrderRequest) GetChanges() []*BoardOrder
- func (m *ChangeBoardOrderRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *ChangeBoardOrderRequest) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
- func (m *ChangeBoardOrderRequest) MarshalToVT(dAtA []byte) (int, error)
- func (m *ChangeBoardOrderRequest) MarshalToVTStrict(dAtA []byte) (int, error)
- func (m *ChangeBoardOrderRequest) MarshalVT() (dAtA []byte, err error)
- func (m *ChangeBoardOrderRequest) MarshalVTStrict() (dAtA []byte, err error)
- func (*ChangeBoardOrderRequest) ProtoMessage()
- func (x *ChangeBoardOrderRequest) ProtoReflect() protoreflect.Message
- func (x *ChangeBoardOrderRequest) Reset()
- func (m *ChangeBoardOrderRequest) SizeVT() (n int)
- func (x *ChangeBoardOrderRequest) String() string
- func (m *ChangeBoardOrderRequest) UnmarshalVT(dAtA []byte) error
- func (m *ChangeBoardOrderRequest) UnmarshalVTUnsafe(dAtA []byte) error
- func (m *ChangeBoardOrderRequest) Validate() error
- func (m *ChangeBoardOrderRequest) ValidateAll() error
- type ChangeBoardOrderRequestMultiError
- type ChangeBoardOrderRequestValidationError
- func (e ChangeBoardOrderRequestValidationError) Cause() error
- func (e ChangeBoardOrderRequestValidationError) Error() string
- func (e ChangeBoardOrderRequestValidationError) ErrorName() string
- func (e ChangeBoardOrderRequestValidationError) Field() string
- func (e ChangeBoardOrderRequestValidationError) Key() bool
- func (e ChangeBoardOrderRequestValidationError) Reason() string
- type ChangeBoardOrderResponse
- func (m *ChangeBoardOrderResponse) CloneMessageVT() proto.Message
- func (m *ChangeBoardOrderResponse) CloneVT() *ChangeBoardOrderResponse
- func (*ChangeBoardOrderResponse) Descriptor() ([]byte, []int)deprecated
- func (this *ChangeBoardOrderResponse) EqualMessageVT(thatMsg proto.Message) bool
- func (this *ChangeBoardOrderResponse) EqualVT(that *ChangeBoardOrderResponse) bool
- func (m *ChangeBoardOrderResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *ChangeBoardOrderResponse) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
- func (m *ChangeBoardOrderResponse) MarshalToVT(dAtA []byte) (int, error)
- func (m *ChangeBoardOrderResponse) MarshalToVTStrict(dAtA []byte) (int, error)
- func (m *ChangeBoardOrderResponse) MarshalVT() (dAtA []byte, err error)
- func (m *ChangeBoardOrderResponse) MarshalVTStrict() (dAtA []byte, err error)
- func (*ChangeBoardOrderResponse) ProtoMessage()
- func (x *ChangeBoardOrderResponse) ProtoReflect() protoreflect.Message
- func (x *ChangeBoardOrderResponse) Reset()
- func (m *ChangeBoardOrderResponse) SizeVT() (n int)
- func (x *ChangeBoardOrderResponse) String() string
- func (m *ChangeBoardOrderResponse) UnmarshalVT(dAtA []byte) error
- func (m *ChangeBoardOrderResponse) UnmarshalVTUnsafe(dAtA []byte) error
- func (m *ChangeBoardOrderResponse) Validate() error
- func (m *ChangeBoardOrderResponse) ValidateAll() error
- type ChangeBoardOrderResponseMultiError
- type ChangeBoardOrderResponseValidationError
- func (e ChangeBoardOrderResponseValidationError) Cause() error
- func (e ChangeBoardOrderResponseValidationError) Error() string
- func (e ChangeBoardOrderResponseValidationError) ErrorName() string
- func (e ChangeBoardOrderResponseValidationError) Field() string
- func (e ChangeBoardOrderResponseValidationError) Key() bool
- func (e ChangeBoardOrderResponseValidationError) Reason() string
- type CreateBoardsRequest
- func (m *CreateBoardsRequest) CloneMessageVT() proto.Message
- func (m *CreateBoardsRequest) CloneVT() *CreateBoardsRequest
- func (*CreateBoardsRequest) Descriptor() ([]byte, []int)deprecated
- func (this *CreateBoardsRequest) EqualMessageVT(thatMsg proto.Message) bool
- func (this *CreateBoardsRequest) EqualVT(that *CreateBoardsRequest) bool
- func (x *CreateBoardsRequest) GetBoardsToCreate() []*CreateBoardsRequest_BoardPrototype
- func (m *CreateBoardsRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *CreateBoardsRequest) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
- func (m *CreateBoardsRequest) MarshalToVT(dAtA []byte) (int, error)
- func (m *CreateBoardsRequest) MarshalToVTStrict(dAtA []byte) (int, error)
- func (m *CreateBoardsRequest) MarshalVT() (dAtA []byte, err error)
- func (m *CreateBoardsRequest) MarshalVTStrict() (dAtA []byte, err error)
- func (*CreateBoardsRequest) ProtoMessage()
- func (x *CreateBoardsRequest) ProtoReflect() protoreflect.Message
- func (x *CreateBoardsRequest) Reset()
- func (m *CreateBoardsRequest) SizeVT() (n int)
- func (x *CreateBoardsRequest) String() string
- func (m *CreateBoardsRequest) UnmarshalVT(dAtA []byte) error
- func (m *CreateBoardsRequest) UnmarshalVTUnsafe(dAtA []byte) error
- func (m *CreateBoardsRequest) Validate() error
- func (m *CreateBoardsRequest) ValidateAll() error
- type CreateBoardsRequestMultiError
- type CreateBoardsRequestValidationError
- func (e CreateBoardsRequestValidationError) Cause() error
- func (e CreateBoardsRequestValidationError) Error() string
- func (e CreateBoardsRequestValidationError) ErrorName() string
- func (e CreateBoardsRequestValidationError) Field() string
- func (e CreateBoardsRequestValidationError) Key() bool
- func (e CreateBoardsRequestValidationError) Reason() string
- type CreateBoardsRequest_BoardPrototype
- func (m *CreateBoardsRequest_BoardPrototype) CloneMessageVT() proto.Message
- func (m *CreateBoardsRequest_BoardPrototype) CloneVT() *CreateBoardsRequest_BoardPrototype
- func (*CreateBoardsRequest_BoardPrototype) Descriptor() ([]byte, []int)deprecated
- func (this *CreateBoardsRequest_BoardPrototype) EqualMessageVT(thatMsg proto.Message) bool
- func (this *CreateBoardsRequest_BoardPrototype) EqualVT(that *CreateBoardsRequest_BoardPrototype) bool
- func (x *CreateBoardsRequest_BoardPrototype) GetName() string
- func (x *CreateBoardsRequest_BoardPrototype) GetTopicIds() []int64
- func (m *CreateBoardsRequest_BoardPrototype) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *CreateBoardsRequest_BoardPrototype) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
- func (m *CreateBoardsRequest_BoardPrototype) MarshalToVT(dAtA []byte) (int, error)
- func (m *CreateBoardsRequest_BoardPrototype) MarshalToVTStrict(dAtA []byte) (int, error)
- func (m *CreateBoardsRequest_BoardPrototype) MarshalVT() (dAtA []byte, err error)
- func (m *CreateBoardsRequest_BoardPrototype) MarshalVTStrict() (dAtA []byte, err error)
- func (*CreateBoardsRequest_BoardPrototype) ProtoMessage()
- func (x *CreateBoardsRequest_BoardPrototype) ProtoReflect() protoreflect.Message
- func (x *CreateBoardsRequest_BoardPrototype) Reset()
- func (m *CreateBoardsRequest_BoardPrototype) SizeVT() (n int)
- func (x *CreateBoardsRequest_BoardPrototype) String() string
- func (m *CreateBoardsRequest_BoardPrototype) UnmarshalVT(dAtA []byte) error
- func (m *CreateBoardsRequest_BoardPrototype) UnmarshalVTUnsafe(dAtA []byte) error
- func (m *CreateBoardsRequest_BoardPrototype) Validate() error
- func (m *CreateBoardsRequest_BoardPrototype) ValidateAll() error
- type CreateBoardsRequest_BoardPrototypeMultiError
- type CreateBoardsRequest_BoardPrototypeValidationError
- func (e CreateBoardsRequest_BoardPrototypeValidationError) Cause() error
- func (e CreateBoardsRequest_BoardPrototypeValidationError) Error() string
- func (e CreateBoardsRequest_BoardPrototypeValidationError) ErrorName() string
- func (e CreateBoardsRequest_BoardPrototypeValidationError) Field() string
- func (e CreateBoardsRequest_BoardPrototypeValidationError) Key() bool
- func (e CreateBoardsRequest_BoardPrototypeValidationError) Reason() string
- type CreateBoardsResponse
- func (m *CreateBoardsResponse) CloneMessageVT() proto.Message
- func (m *CreateBoardsResponse) CloneVT() *CreateBoardsResponse
- func (*CreateBoardsResponse) Descriptor() ([]byte, []int)deprecated
- func (this *CreateBoardsResponse) EqualMessageVT(thatMsg proto.Message) bool
- func (this *CreateBoardsResponse) EqualVT(that *CreateBoardsResponse) bool
- func (x *CreateBoardsResponse) GetIds() []int64
- func (m *CreateBoardsResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *CreateBoardsResponse) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
- func (m *CreateBoardsResponse) MarshalToVT(dAtA []byte) (int, error)
- func (m *CreateBoardsResponse) MarshalToVTStrict(dAtA []byte) (int, error)
- func (m *CreateBoardsResponse) MarshalVT() (dAtA []byte, err error)
- func (m *CreateBoardsResponse) MarshalVTStrict() (dAtA []byte, err error)
- func (*CreateBoardsResponse) ProtoMessage()
- func (x *CreateBoardsResponse) ProtoReflect() protoreflect.Message
- func (x *CreateBoardsResponse) Reset()
- func (m *CreateBoardsResponse) SizeVT() (n int)
- func (x *CreateBoardsResponse) String() string
- func (m *CreateBoardsResponse) UnmarshalVT(dAtA []byte) error
- func (m *CreateBoardsResponse) UnmarshalVTUnsafe(dAtA []byte) error
- func (m *CreateBoardsResponse) Validate() error
- func (m *CreateBoardsResponse) ValidateAll() error
- type CreateBoardsResponseMultiError
- type CreateBoardsResponseValidationError
- func (e CreateBoardsResponseValidationError) Cause() error
- func (e CreateBoardsResponseValidationError) Error() string
- func (e CreateBoardsResponseValidationError) ErrorName() string
- func (e CreateBoardsResponseValidationError) Field() string
- func (e CreateBoardsResponseValidationError) Key() bool
- func (e CreateBoardsResponseValidationError) Reason() string
- type DeleteBoardsRequest
- func (m *DeleteBoardsRequest) CloneMessageVT() proto.Message
- func (m *DeleteBoardsRequest) CloneVT() *DeleteBoardsRequest
- func (*DeleteBoardsRequest) Descriptor() ([]byte, []int)deprecated
- func (this *DeleteBoardsRequest) EqualMessageVT(thatMsg proto.Message) bool
- func (this *DeleteBoardsRequest) EqualVT(that *DeleteBoardsRequest) bool
- func (x *DeleteBoardsRequest) GetIds() []int64
- func (m *DeleteBoardsRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *DeleteBoardsRequest) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
- func (m *DeleteBoardsRequest) MarshalToVT(dAtA []byte) (int, error)
- func (m *DeleteBoardsRequest) MarshalToVTStrict(dAtA []byte) (int, error)
- func (m *DeleteBoardsRequest) MarshalVT() (dAtA []byte, err error)
- func (m *DeleteBoardsRequest) MarshalVTStrict() (dAtA []byte, err error)
- func (*DeleteBoardsRequest) ProtoMessage()
- func (x *DeleteBoardsRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteBoardsRequest) Reset()
- func (m *DeleteBoardsRequest) SizeVT() (n int)
- func (x *DeleteBoardsRequest) String() string
- func (m *DeleteBoardsRequest) UnmarshalVT(dAtA []byte) error
- func (m *DeleteBoardsRequest) UnmarshalVTUnsafe(dAtA []byte) error
- func (m *DeleteBoardsRequest) Validate() error
- func (m *DeleteBoardsRequest) ValidateAll() error
- type DeleteBoardsRequestMultiError
- type DeleteBoardsRequestValidationError
- func (e DeleteBoardsRequestValidationError) Cause() error
- func (e DeleteBoardsRequestValidationError) Error() string
- func (e DeleteBoardsRequestValidationError) ErrorName() string
- func (e DeleteBoardsRequestValidationError) Field() string
- func (e DeleteBoardsRequestValidationError) Key() bool
- func (e DeleteBoardsRequestValidationError) Reason() string
- type DeleteBoardsResponse
- func (m *DeleteBoardsResponse) CloneMessageVT() proto.Message
- func (m *DeleteBoardsResponse) CloneVT() *DeleteBoardsResponse
- func (*DeleteBoardsResponse) Descriptor() ([]byte, []int)deprecated
- func (this *DeleteBoardsResponse) EqualMessageVT(thatMsg proto.Message) bool
- func (this *DeleteBoardsResponse) EqualVT(that *DeleteBoardsResponse) bool
- func (m *DeleteBoardsResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *DeleteBoardsResponse) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
- func (m *DeleteBoardsResponse) MarshalToVT(dAtA []byte) (int, error)
- func (m *DeleteBoardsResponse) MarshalToVTStrict(dAtA []byte) (int, error)
- func (m *DeleteBoardsResponse) MarshalVT() (dAtA []byte, err error)
- func (m *DeleteBoardsResponse) MarshalVTStrict() (dAtA []byte, err error)
- func (*DeleteBoardsResponse) ProtoMessage()
- func (x *DeleteBoardsResponse) ProtoReflect() protoreflect.Message
- func (x *DeleteBoardsResponse) Reset()
- func (m *DeleteBoardsResponse) SizeVT() (n int)
- func (x *DeleteBoardsResponse) String() string
- func (m *DeleteBoardsResponse) UnmarshalVT(dAtA []byte) error
- func (m *DeleteBoardsResponse) UnmarshalVTUnsafe(dAtA []byte) error
- func (m *DeleteBoardsResponse) Validate() error
- func (m *DeleteBoardsResponse) ValidateAll() error
- type DeleteBoardsResponseMultiError
- type DeleteBoardsResponseValidationError
- func (e DeleteBoardsResponseValidationError) Cause() error
- func (e DeleteBoardsResponseValidationError) Error() string
- func (e DeleteBoardsResponseValidationError) ErrorName() string
- func (e DeleteBoardsResponseValidationError) Field() string
- func (e DeleteBoardsResponseValidationError) Key() bool
- func (e DeleteBoardsResponseValidationError) Reason() string
- type GetAllBoardsRequest
- func (m *GetAllBoardsRequest) CloneMessageVT() proto.Message
- func (m *GetAllBoardsRequest) CloneVT() *GetAllBoardsRequest
- func (*GetAllBoardsRequest) Descriptor() ([]byte, []int)deprecated
- func (this *GetAllBoardsRequest) EqualMessageVT(thatMsg proto.Message) bool
- func (this *GetAllBoardsRequest) EqualVT(that *GetAllBoardsRequest) bool
- func (m *GetAllBoardsRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *GetAllBoardsRequest) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
- func (m *GetAllBoardsRequest) MarshalToVT(dAtA []byte) (int, error)
- func (m *GetAllBoardsRequest) MarshalToVTStrict(dAtA []byte) (int, error)
- func (m *GetAllBoardsRequest) MarshalVT() (dAtA []byte, err error)
- func (m *GetAllBoardsRequest) MarshalVTStrict() (dAtA []byte, err error)
- func (*GetAllBoardsRequest) ProtoMessage()
- func (x *GetAllBoardsRequest) ProtoReflect() protoreflect.Message
- func (x *GetAllBoardsRequest) Reset()
- func (m *GetAllBoardsRequest) SizeVT() (n int)
- func (x *GetAllBoardsRequest) String() string
- func (m *GetAllBoardsRequest) UnmarshalVT(dAtA []byte) error
- func (m *GetAllBoardsRequest) UnmarshalVTUnsafe(dAtA []byte) error
- func (m *GetAllBoardsRequest) Validate() error
- func (m *GetAllBoardsRequest) ValidateAll() error
- type GetAllBoardsRequestMultiError
- type GetAllBoardsRequestValidationError
- func (e GetAllBoardsRequestValidationError) Cause() error
- func (e GetAllBoardsRequestValidationError) Error() string
- func (e GetAllBoardsRequestValidationError) ErrorName() string
- func (e GetAllBoardsRequestValidationError) Field() string
- func (e GetAllBoardsRequestValidationError) Key() bool
- func (e GetAllBoardsRequestValidationError) Reason() string
- type GetAllBoardsResponse
- func (m *GetAllBoardsResponse) CloneMessageVT() proto.Message
- func (m *GetAllBoardsResponse) CloneVT() *GetAllBoardsResponse
- func (*GetAllBoardsResponse) Descriptor() ([]byte, []int)deprecated
- func (this *GetAllBoardsResponse) EqualMessageVT(thatMsg proto.Message) bool
- func (this *GetAllBoardsResponse) EqualVT(that *GetAllBoardsResponse) bool
- func (x *GetAllBoardsResponse) GetBoards() []*Board
- func (m *GetAllBoardsResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *GetAllBoardsResponse) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
- func (m *GetAllBoardsResponse) MarshalToVT(dAtA []byte) (int, error)
- func (m *GetAllBoardsResponse) MarshalToVTStrict(dAtA []byte) (int, error)
- func (m *GetAllBoardsResponse) MarshalVT() (dAtA []byte, err error)
- func (m *GetAllBoardsResponse) MarshalVTStrict() (dAtA []byte, err error)
- func (*GetAllBoardsResponse) ProtoMessage()
- func (x *GetAllBoardsResponse) ProtoReflect() protoreflect.Message
- func (x *GetAllBoardsResponse) Reset()
- func (m *GetAllBoardsResponse) SizeVT() (n int)
- func (x *GetAllBoardsResponse) String() string
- func (m *GetAllBoardsResponse) UnmarshalVT(dAtA []byte) error
- func (m *GetAllBoardsResponse) UnmarshalVTUnsafe(dAtA []byte) error
- func (m *GetAllBoardsResponse) Validate() error
- func (m *GetAllBoardsResponse) ValidateAll() error
- type GetAllBoardsResponseMultiError
- type GetAllBoardsResponseValidationError
- func (e GetAllBoardsResponseValidationError) Cause() error
- func (e GetAllBoardsResponseValidationError) Error() string
- func (e GetAllBoardsResponseValidationError) ErrorName() string
- func (e GetAllBoardsResponseValidationError) Field() string
- func (e GetAllBoardsResponseValidationError) Key() bool
- func (e GetAllBoardsResponseValidationError) Reason() string
- type GetBoardContentRequest
- func (m *GetBoardContentRequest) CloneMessageVT() proto.Message
- func (m *GetBoardContentRequest) CloneVT() *GetBoardContentRequest
- func (*GetBoardContentRequest) Descriptor() ([]byte, []int)deprecated
- func (this *GetBoardContentRequest) EqualMessageVT(thatMsg proto.Message) bool
- func (this *GetBoardContentRequest) EqualVT(that *GetBoardContentRequest) bool
- func (x *GetBoardContentRequest) GetIds() []int64
- func (m *GetBoardContentRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *GetBoardContentRequest) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
- func (m *GetBoardContentRequest) MarshalToVT(dAtA []byte) (int, error)
- func (m *GetBoardContentRequest) MarshalToVTStrict(dAtA []byte) (int, error)
- func (m *GetBoardContentRequest) MarshalVT() (dAtA []byte, err error)
- func (m *GetBoardContentRequest) MarshalVTStrict() (dAtA []byte, err error)
- func (*GetBoardContentRequest) ProtoMessage()
- func (x *GetBoardContentRequest) ProtoReflect() protoreflect.Message
- func (x *GetBoardContentRequest) Reset()
- func (m *GetBoardContentRequest) SizeVT() (n int)
- func (x *GetBoardContentRequest) String() string
- func (m *GetBoardContentRequest) UnmarshalVT(dAtA []byte) error
- func (m *GetBoardContentRequest) UnmarshalVTUnsafe(dAtA []byte) error
- func (m *GetBoardContentRequest) Validate() error
- func (m *GetBoardContentRequest) ValidateAll() error
- type GetBoardContentRequestMultiError
- type GetBoardContentRequestValidationError
- func (e GetBoardContentRequestValidationError) Cause() error
- func (e GetBoardContentRequestValidationError) Error() string
- func (e GetBoardContentRequestValidationError) ErrorName() string
- func (e GetBoardContentRequestValidationError) Field() string
- func (e GetBoardContentRequestValidationError) Key() bool
- func (e GetBoardContentRequestValidationError) Reason() string
- type GetBoardContentResponse
- func (m *GetBoardContentResponse) CloneMessageVT() proto.Message
- func (m *GetBoardContentResponse) CloneVT() *GetBoardContentResponse
- func (*GetBoardContentResponse) Descriptor() ([]byte, []int)deprecated
- func (this *GetBoardContentResponse) EqualMessageVT(thatMsg proto.Message) bool
- func (this *GetBoardContentResponse) EqualVT(that *GetBoardContentResponse) bool
- func (x *GetBoardContentResponse) GetContentById() map[int64]*GetBoardContentResponse_BoardContent
- func (m *GetBoardContentResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *GetBoardContentResponse) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
- func (m *GetBoardContentResponse) MarshalToVT(dAtA []byte) (int, error)
- func (m *GetBoardContentResponse) MarshalToVTStrict(dAtA []byte) (int, error)
- func (m *GetBoardContentResponse) MarshalVT() (dAtA []byte, err error)
- func (m *GetBoardContentResponse) MarshalVTStrict() (dAtA []byte, err error)
- func (*GetBoardContentResponse) ProtoMessage()
- func (x *GetBoardContentResponse) ProtoReflect() protoreflect.Message
- func (x *GetBoardContentResponse) Reset()
- func (m *GetBoardContentResponse) SizeVT() (n int)
- func (x *GetBoardContentResponse) String() string
- func (m *GetBoardContentResponse) UnmarshalVT(dAtA []byte) error
- func (m *GetBoardContentResponse) UnmarshalVTUnsafe(dAtA []byte) error
- func (m *GetBoardContentResponse) Validate() error
- func (m *GetBoardContentResponse) ValidateAll() error
- type GetBoardContentResponseMultiError
- type GetBoardContentResponseValidationError
- func (e GetBoardContentResponseValidationError) Cause() error
- func (e GetBoardContentResponseValidationError) Error() string
- func (e GetBoardContentResponseValidationError) ErrorName() string
- func (e GetBoardContentResponseValidationError) Field() string
- func (e GetBoardContentResponseValidationError) Key() bool
- func (e GetBoardContentResponseValidationError) Reason() string
- type GetBoardContentResponse_BoardContent
- func (m *GetBoardContentResponse_BoardContent) CloneMessageVT() proto.Message
- func (m *GetBoardContentResponse_BoardContent) CloneVT() *GetBoardContentResponse_BoardContent
- func (*GetBoardContentResponse_BoardContent) Descriptor() ([]byte, []int)deprecated
- func (this *GetBoardContentResponse_BoardContent) EqualMessageVT(thatMsg proto.Message) bool
- func (this *GetBoardContentResponse_BoardContent) EqualVT(that *GetBoardContentResponse_BoardContent) bool
- func (x *GetBoardContentResponse_BoardContent) GetTopics() []*topics.TopicWithFetchedTasks
- func (m *GetBoardContentResponse_BoardContent) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *GetBoardContentResponse_BoardContent) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
- func (m *GetBoardContentResponse_BoardContent) MarshalToVT(dAtA []byte) (int, error)
- func (m *GetBoardContentResponse_BoardContent) MarshalToVTStrict(dAtA []byte) (int, error)
- func (m *GetBoardContentResponse_BoardContent) MarshalVT() (dAtA []byte, err error)
- func (m *GetBoardContentResponse_BoardContent) MarshalVTStrict() (dAtA []byte, err error)
- func (*GetBoardContentResponse_BoardContent) ProtoMessage()
- func (x *GetBoardContentResponse_BoardContent) ProtoReflect() protoreflect.Message
- func (x *GetBoardContentResponse_BoardContent) Reset()
- func (m *GetBoardContentResponse_BoardContent) SizeVT() (n int)
- func (x *GetBoardContentResponse_BoardContent) String() string
- func (m *GetBoardContentResponse_BoardContent) UnmarshalVT(dAtA []byte) error
- func (m *GetBoardContentResponse_BoardContent) UnmarshalVTUnsafe(dAtA []byte) error
- func (m *GetBoardContentResponse_BoardContent) Validate() error
- func (m *GetBoardContentResponse_BoardContent) ValidateAll() error
- type GetBoardContentResponse_BoardContentMultiError
- type GetBoardContentResponse_BoardContentValidationError
- func (e GetBoardContentResponse_BoardContentValidationError) Cause() error
- func (e GetBoardContentResponse_BoardContentValidationError) Error() string
- func (e GetBoardContentResponse_BoardContentValidationError) ErrorName() string
- func (e GetBoardContentResponse_BoardContentValidationError) Field() string
- func (e GetBoardContentResponse_BoardContentValidationError) Key() bool
- func (e GetBoardContentResponse_BoardContentValidationError) Reason() string
- type GetBoardOrderRequest
- func (m *GetBoardOrderRequest) CloneMessageVT() proto.Message
- func (m *GetBoardOrderRequest) CloneVT() *GetBoardOrderRequest
- func (*GetBoardOrderRequest) Descriptor() ([]byte, []int)deprecated
- func (this *GetBoardOrderRequest) EqualMessageVT(thatMsg proto.Message) bool
- func (this *GetBoardOrderRequest) EqualVT(that *GetBoardOrderRequest) bool
- func (m *GetBoardOrderRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *GetBoardOrderRequest) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
- func (m *GetBoardOrderRequest) MarshalToVT(dAtA []byte) (int, error)
- func (m *GetBoardOrderRequest) MarshalToVTStrict(dAtA []byte) (int, error)
- func (m *GetBoardOrderRequest) MarshalVT() (dAtA []byte, err error)
- func (m *GetBoardOrderRequest) MarshalVTStrict() (dAtA []byte, err error)
- func (*GetBoardOrderRequest) ProtoMessage()
- func (x *GetBoardOrderRequest) ProtoReflect() protoreflect.Message
- func (x *GetBoardOrderRequest) Reset()
- func (m *GetBoardOrderRequest) SizeVT() (n int)
- func (x *GetBoardOrderRequest) String() string
- func (m *GetBoardOrderRequest) UnmarshalVT(dAtA []byte) error
- func (m *GetBoardOrderRequest) UnmarshalVTUnsafe(dAtA []byte) error
- func (m *GetBoardOrderRequest) Validate() error
- func (m *GetBoardOrderRequest) ValidateAll() error
- type GetBoardOrderRequestMultiError
- type GetBoardOrderRequestValidationError
- func (e GetBoardOrderRequestValidationError) Cause() error
- func (e GetBoardOrderRequestValidationError) Error() string
- func (e GetBoardOrderRequestValidationError) ErrorName() string
- func (e GetBoardOrderRequestValidationError) Field() string
- func (e GetBoardOrderRequestValidationError) Key() bool
- func (e GetBoardOrderRequestValidationError) Reason() string
- type GetBoardOrderResponse
- func (m *GetBoardOrderResponse) CloneMessageVT() proto.Message
- func (m *GetBoardOrderResponse) CloneVT() *GetBoardOrderResponse
- func (*GetBoardOrderResponse) Descriptor() ([]byte, []int)deprecated
- func (this *GetBoardOrderResponse) EqualMessageVT(thatMsg proto.Message) bool
- func (this *GetBoardOrderResponse) EqualVT(that *GetBoardOrderResponse) bool
- func (x *GetBoardOrderResponse) GetOrder() map[int64]int32
- func (m *GetBoardOrderResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *GetBoardOrderResponse) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
- func (m *GetBoardOrderResponse) MarshalToVT(dAtA []byte) (int, error)
- func (m *GetBoardOrderResponse) MarshalToVTStrict(dAtA []byte) (int, error)
- func (m *GetBoardOrderResponse) MarshalVT() (dAtA []byte, err error)
- func (m *GetBoardOrderResponse) MarshalVTStrict() (dAtA []byte, err error)
- func (*GetBoardOrderResponse) ProtoMessage()
- func (x *GetBoardOrderResponse) ProtoReflect() protoreflect.Message
- func (x *GetBoardOrderResponse) Reset()
- func (m *GetBoardOrderResponse) SizeVT() (n int)
- func (x *GetBoardOrderResponse) String() string
- func (m *GetBoardOrderResponse) UnmarshalVT(dAtA []byte) error
- func (m *GetBoardOrderResponse) UnmarshalVTUnsafe(dAtA []byte) error
- func (m *GetBoardOrderResponse) Validate() error
- func (m *GetBoardOrderResponse) ValidateAll() error
- type GetBoardOrderResponseMultiError
- type GetBoardOrderResponseValidationError
- func (e GetBoardOrderResponseValidationError) Cause() error
- func (e GetBoardOrderResponseValidationError) Error() string
- func (e GetBoardOrderResponseValidationError) ErrorName() string
- func (e GetBoardOrderResponseValidationError) Field() string
- func (e GetBoardOrderResponseValidationError) Key() bool
- func (e GetBoardOrderResponseValidationError) Reason() string
- type GetBoardsRequest
- func (m *GetBoardsRequest) CloneMessageVT() proto.Message
- func (m *GetBoardsRequest) CloneVT() *GetBoardsRequest
- func (*GetBoardsRequest) Descriptor() ([]byte, []int)deprecated
- func (this *GetBoardsRequest) EqualMessageVT(thatMsg proto.Message) bool
- func (this *GetBoardsRequest) EqualVT(that *GetBoardsRequest) bool
- func (x *GetBoardsRequest) GetIds() []int64
- func (m *GetBoardsRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *GetBoardsRequest) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
- func (m *GetBoardsRequest) MarshalToVT(dAtA []byte) (int, error)
- func (m *GetBoardsRequest) MarshalToVTStrict(dAtA []byte) (int, error)
- func (m *GetBoardsRequest) MarshalVT() (dAtA []byte, err error)
- func (m *GetBoardsRequest) MarshalVTStrict() (dAtA []byte, err error)
- func (*GetBoardsRequest) ProtoMessage()
- func (x *GetBoardsRequest) ProtoReflect() protoreflect.Message
- func (x *GetBoardsRequest) Reset()
- func (m *GetBoardsRequest) SizeVT() (n int)
- func (x *GetBoardsRequest) String() string
- func (m *GetBoardsRequest) UnmarshalVT(dAtA []byte) error
- func (m *GetBoardsRequest) UnmarshalVTUnsafe(dAtA []byte) error
- func (m *GetBoardsRequest) Validate() error
- func (m *GetBoardsRequest) ValidateAll() error
- type GetBoardsRequestMultiError
- type GetBoardsRequestValidationError
- func (e GetBoardsRequestValidationError) Cause() error
- func (e GetBoardsRequestValidationError) Error() string
- func (e GetBoardsRequestValidationError) ErrorName() string
- func (e GetBoardsRequestValidationError) Field() string
- func (e GetBoardsRequestValidationError) Key() bool
- func (e GetBoardsRequestValidationError) Reason() string
- type GetBoardsResponse
- func (m *GetBoardsResponse) CloneMessageVT() proto.Message
- func (m *GetBoardsResponse) CloneVT() *GetBoardsResponse
- func (*GetBoardsResponse) Descriptor() ([]byte, []int)deprecated
- func (this *GetBoardsResponse) EqualMessageVT(thatMsg proto.Message) bool
- func (this *GetBoardsResponse) EqualVT(that *GetBoardsResponse) bool
- func (x *GetBoardsResponse) GetBoards() []*Board
- func (m *GetBoardsResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *GetBoardsResponse) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
- func (m *GetBoardsResponse) MarshalToVT(dAtA []byte) (int, error)
- func (m *GetBoardsResponse) MarshalToVTStrict(dAtA []byte) (int, error)
- func (m *GetBoardsResponse) MarshalVT() (dAtA []byte, err error)
- func (m *GetBoardsResponse) MarshalVTStrict() (dAtA []byte, err error)
- func (*GetBoardsResponse) ProtoMessage()
- func (x *GetBoardsResponse) ProtoReflect() protoreflect.Message
- func (x *GetBoardsResponse) Reset()
- func (m *GetBoardsResponse) SizeVT() (n int)
- func (x *GetBoardsResponse) String() string
- func (m *GetBoardsResponse) UnmarshalVT(dAtA []byte) error
- func (m *GetBoardsResponse) UnmarshalVTUnsafe(dAtA []byte) error
- func (m *GetBoardsResponse) Validate() error
- func (m *GetBoardsResponse) ValidateAll() error
- type GetBoardsResponseMultiError
- type GetBoardsResponseValidationError
- func (e GetBoardsResponseValidationError) Cause() error
- func (e GetBoardsResponseValidationError) Error() string
- func (e GetBoardsResponseValidationError) ErrorName() string
- func (e GetBoardsResponseValidationError) Field() string
- func (e GetBoardsResponseValidationError) Key() bool
- func (e GetBoardsResponseValidationError) Reason() string
- type UnimplementedBoardServiceServer
- func (UnimplementedBoardServiceServer) ChangeBoardOrder(context.Context, *ChangeBoardOrderRequest) (*ChangeBoardOrderResponse, error)
- func (UnimplementedBoardServiceServer) CreateBoards(context.Context, *CreateBoardsRequest) (*CreateBoardsResponse, error)
- func (UnimplementedBoardServiceServer) DeleteBoards(context.Context, *DeleteBoardsRequest) (*DeleteBoardsResponse, error)
- func (UnimplementedBoardServiceServer) GetAllBoards(context.Context, *GetAllBoardsRequest) (*GetAllBoardsResponse, error)
- func (UnimplementedBoardServiceServer) GetBoardContent(context.Context, *GetBoardContentRequest) (*GetBoardContentResponse, error)
- func (UnimplementedBoardServiceServer) GetBoardOrder(context.Context, *GetBoardOrderRequest) (*GetBoardOrderResponse, error)
- func (UnimplementedBoardServiceServer) GetBoards(context.Context, *GetBoardsRequest) (*GetBoardsResponse, error)
- func (UnimplementedBoardServiceServer) UpdateBoards(context.Context, *UpdateBoardsRequest) (*UpdateBoardsResponse, error)
- type UnsafeBoardServiceServer
- type UpdateBoardsRequest
- func (m *UpdateBoardsRequest) CloneMessageVT() proto.Message
- func (m *UpdateBoardsRequest) CloneVT() *UpdateBoardsRequest
- func (*UpdateBoardsRequest) Descriptor() ([]byte, []int)deprecated
- func (this *UpdateBoardsRequest) EqualMessageVT(thatMsg proto.Message) bool
- func (this *UpdateBoardsRequest) EqualVT(that *UpdateBoardsRequest) bool
- func (x *UpdateBoardsRequest) GetBoardsToUpdate() []*UpdateBoardsRequest_BoardPrototype
- func (m *UpdateBoardsRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *UpdateBoardsRequest) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
- func (m *UpdateBoardsRequest) MarshalToVT(dAtA []byte) (int, error)
- func (m *UpdateBoardsRequest) MarshalToVTStrict(dAtA []byte) (int, error)
- func (m *UpdateBoardsRequest) MarshalVT() (dAtA []byte, err error)
- func (m *UpdateBoardsRequest) MarshalVTStrict() (dAtA []byte, err error)
- func (*UpdateBoardsRequest) ProtoMessage()
- func (x *UpdateBoardsRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateBoardsRequest) Reset()
- func (m *UpdateBoardsRequest) SizeVT() (n int)
- func (x *UpdateBoardsRequest) String() string
- func (m *UpdateBoardsRequest) UnmarshalVT(dAtA []byte) error
- func (m *UpdateBoardsRequest) UnmarshalVTUnsafe(dAtA []byte) error
- func (m *UpdateBoardsRequest) Validate() error
- func (m *UpdateBoardsRequest) ValidateAll() error
- type UpdateBoardsRequestMultiError
- type UpdateBoardsRequestValidationError
- func (e UpdateBoardsRequestValidationError) Cause() error
- func (e UpdateBoardsRequestValidationError) Error() string
- func (e UpdateBoardsRequestValidationError) ErrorName() string
- func (e UpdateBoardsRequestValidationError) Field() string
- func (e UpdateBoardsRequestValidationError) Key() bool
- func (e UpdateBoardsRequestValidationError) Reason() string
- type UpdateBoardsRequest_BoardPrototype
- func (m *UpdateBoardsRequest_BoardPrototype) CloneMessageVT() proto.Message
- func (m *UpdateBoardsRequest_BoardPrototype) CloneVT() *UpdateBoardsRequest_BoardPrototype
- func (*UpdateBoardsRequest_BoardPrototype) Descriptor() ([]byte, []int)deprecated
- func (this *UpdateBoardsRequest_BoardPrototype) EqualMessageVT(thatMsg proto.Message) bool
- func (this *UpdateBoardsRequest_BoardPrototype) EqualVT(that *UpdateBoardsRequest_BoardPrototype) bool
- func (x *UpdateBoardsRequest_BoardPrototype) GetId() int64
- func (x *UpdateBoardsRequest_BoardPrototype) GetName() string
- func (x *UpdateBoardsRequest_BoardPrototype) GetTopicIds() []int64
- func (m *UpdateBoardsRequest_BoardPrototype) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *UpdateBoardsRequest_BoardPrototype) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
- func (m *UpdateBoardsRequest_BoardPrototype) MarshalToVT(dAtA []byte) (int, error)
- func (m *UpdateBoardsRequest_BoardPrototype) MarshalToVTStrict(dAtA []byte) (int, error)
- func (m *UpdateBoardsRequest_BoardPrototype) MarshalVT() (dAtA []byte, err error)
- func (m *UpdateBoardsRequest_BoardPrototype) MarshalVTStrict() (dAtA []byte, err error)
- func (*UpdateBoardsRequest_BoardPrototype) ProtoMessage()
- func (x *UpdateBoardsRequest_BoardPrototype) ProtoReflect() protoreflect.Message
- func (x *UpdateBoardsRequest_BoardPrototype) Reset()
- func (m *UpdateBoardsRequest_BoardPrototype) SizeVT() (n int)
- func (x *UpdateBoardsRequest_BoardPrototype) String() string
- func (m *UpdateBoardsRequest_BoardPrototype) UnmarshalVT(dAtA []byte) error
- func (m *UpdateBoardsRequest_BoardPrototype) UnmarshalVTUnsafe(dAtA []byte) error
- func (m *UpdateBoardsRequest_BoardPrototype) Validate() error
- func (m *UpdateBoardsRequest_BoardPrototype) ValidateAll() error
- type UpdateBoardsRequest_BoardPrototypeMultiError
- type UpdateBoardsRequest_BoardPrototypeValidationError
- func (e UpdateBoardsRequest_BoardPrototypeValidationError) Cause() error
- func (e UpdateBoardsRequest_BoardPrototypeValidationError) Error() string
- func (e UpdateBoardsRequest_BoardPrototypeValidationError) ErrorName() string
- func (e UpdateBoardsRequest_BoardPrototypeValidationError) Field() string
- func (e UpdateBoardsRequest_BoardPrototypeValidationError) Key() bool
- func (e UpdateBoardsRequest_BoardPrototypeValidationError) Reason() string
- type UpdateBoardsResponse
- func (m *UpdateBoardsResponse) CloneMessageVT() proto.Message
- func (m *UpdateBoardsResponse) CloneVT() *UpdateBoardsResponse
- func (*UpdateBoardsResponse) Descriptor() ([]byte, []int)deprecated
- func (this *UpdateBoardsResponse) EqualMessageVT(thatMsg proto.Message) bool
- func (this *UpdateBoardsResponse) EqualVT(that *UpdateBoardsResponse) bool
- func (m *UpdateBoardsResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *UpdateBoardsResponse) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
- func (m *UpdateBoardsResponse) MarshalToVT(dAtA []byte) (int, error)
- func (m *UpdateBoardsResponse) MarshalToVTStrict(dAtA []byte) (int, error)
- func (m *UpdateBoardsResponse) MarshalVT() (dAtA []byte, err error)
- func (m *UpdateBoardsResponse) MarshalVTStrict() (dAtA []byte, err error)
- func (*UpdateBoardsResponse) ProtoMessage()
- func (x *UpdateBoardsResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateBoardsResponse) Reset()
- func (m *UpdateBoardsResponse) SizeVT() (n int)
- func (x *UpdateBoardsResponse) String() string
- func (m *UpdateBoardsResponse) UnmarshalVT(dAtA []byte) error
- func (m *UpdateBoardsResponse) UnmarshalVTUnsafe(dAtA []byte) error
- func (m *UpdateBoardsResponse) Validate() error
- func (m *UpdateBoardsResponse) ValidateAll() error
- type UpdateBoardsResponseMultiError
- type UpdateBoardsResponseValidationError
- func (e UpdateBoardsResponseValidationError) Cause() error
- func (e UpdateBoardsResponseValidationError) Error() string
- func (e UpdateBoardsResponseValidationError) ErrorName() string
- func (e UpdateBoardsResponseValidationError) Field() string
- func (e UpdateBoardsResponseValidationError) Key() bool
- func (e UpdateBoardsResponseValidationError) Reason() string
Constants ¶
This section is empty.
Variables ¶
var BoardService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "api.v1.task_tracker.boards.BoardService", HandlerType: (*BoardServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "GetBoards", Handler: _BoardService_GetBoards_Handler, }, { MethodName: "CreateBoards", Handler: _BoardService_CreateBoards_Handler, }, { MethodName: "UpdateBoards", Handler: _BoardService_UpdateBoards_Handler, }, { MethodName: "DeleteBoards", Handler: _BoardService_DeleteBoards_Handler, }, { MethodName: "GetBoardContent", Handler: _BoardService_GetBoardContent_Handler, }, { MethodName: "GetAllBoards", Handler: _BoardService_GetAllBoards_Handler, }, { MethodName: "GetBoardOrder", Handler: _BoardService_GetBoardOrder_Handler, }, { MethodName: "ChangeBoardOrder", Handler: _BoardService_ChangeBoardOrder_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "api/boards/services.proto", }
BoardService_ServiceDesc is the grpc.ServiceDesc for BoardService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var File_api_boards_models_proto protoreflect.FileDescriptor
var File_api_boards_services_proto protoreflect.FileDescriptor
Functions ¶
func RegisterBoardServiceHandler ¶
func RegisterBoardServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
RegisterBoardServiceHandler registers the http handlers for service BoardService to "mux". The handlers forward requests to the grpc endpoint over "conn".
func RegisterBoardServiceHandlerClient ¶
func RegisterBoardServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client BoardServiceClient) error
RegisterBoardServiceHandlerClient registers the http handlers for service BoardService to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "BoardServiceClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "BoardServiceClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "BoardServiceClient" to call the correct interceptors. This client ignores the HTTP middlewares.
func RegisterBoardServiceHandlerFromEndpoint ¶
func RegisterBoardServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)
RegisterBoardServiceHandlerFromEndpoint is same as RegisterBoardServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
func RegisterBoardServiceHandlerServer ¶
func RegisterBoardServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server BoardServiceServer) error
RegisterBoardServiceHandlerServer registers the http handlers for service BoardService to "mux". UnaryRPC :call BoardServiceServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterBoardServiceHandlerFromEndpoint instead. GRPC interceptors will not work for this type of registration. To use interceptors, you must use the "runtime.WithMiddlewares" option in the "runtime.NewServeMux" call.
func RegisterBoardServiceServer ¶
func RegisterBoardServiceServer(s grpc.ServiceRegistrar, srv BoardServiceServer)
Types ¶
type Board ¶
type Board struct { Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` TopicIds []int64 `protobuf:"varint,3,rep,packed,name=topic_ids,json=topicIds,proto3" json:"topic_ids,omitempty"` CreatedAt *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` UpdatedAt *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"` // contains filtered or unexported fields }
func (*Board) CloneMessageVT ¶
func (*Board) Descriptor
deprecated
func (*Board) GetCreatedAt ¶
func (x *Board) GetCreatedAt() *timestamppb.Timestamp
func (*Board) GetTopicIds ¶
func (*Board) GetUpdatedAt ¶
func (x *Board) GetUpdatedAt() *timestamppb.Timestamp
func (*Board) MarshalToSizedBufferVT ¶
func (*Board) MarshalToSizedBufferVTStrict ¶
func (*Board) MarshalVTStrict ¶
func (*Board) ProtoMessage ¶
func (*Board) ProtoMessage()
func (*Board) ProtoReflect ¶
func (x *Board) ProtoReflect() protoreflect.Message
func (*Board) UnmarshalVT ¶
func (*Board) UnmarshalVTUnsafe ¶
func (*Board) Validate ¶
Validate checks the field values on Board 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 (*Board) ValidateAll ¶
ValidateAll checks the field values on Board 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 BoardMultiError, or nil if none found.
type BoardMultiError ¶
type BoardMultiError []error
BoardMultiError is an error wrapping multiple validation errors returned by Board.ValidateAll() if the designated constraints aren't met.
func (BoardMultiError) AllErrors ¶
func (m BoardMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (BoardMultiError) Error ¶
func (m BoardMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type BoardOrder ¶
type BoardOrder struct { BoardId int64 `protobuf:"varint,1,opt,name=board_id,json=boardId,proto3" json:"board_id,omitempty"` Place int32 `protobuf:"varint,2,opt,name=place,proto3" json:"place,omitempty"` // contains filtered or unexported fields }
func (*BoardOrder) CloneMessageVT ¶
func (m *BoardOrder) CloneMessageVT() proto.Message
func (*BoardOrder) CloneVT ¶
func (m *BoardOrder) CloneVT() *BoardOrder
func (*BoardOrder) Descriptor
deprecated
func (*BoardOrder) Descriptor() ([]byte, []int)
Deprecated: Use BoardOrder.ProtoReflect.Descriptor instead.
func (*BoardOrder) EqualMessageVT ¶
func (this *BoardOrder) EqualMessageVT(thatMsg proto.Message) bool
func (*BoardOrder) EqualVT ¶
func (this *BoardOrder) EqualVT(that *BoardOrder) bool
func (*BoardOrder) GetBoardId ¶
func (x *BoardOrder) GetBoardId() int64
func (*BoardOrder) GetPlace ¶
func (x *BoardOrder) GetPlace() int32
func (*BoardOrder) MarshalToSizedBufferVT ¶
func (m *BoardOrder) MarshalToSizedBufferVT(dAtA []byte) (int, error)
func (*BoardOrder) MarshalToSizedBufferVTStrict ¶
func (m *BoardOrder) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
func (*BoardOrder) MarshalToVT ¶
func (m *BoardOrder) MarshalToVT(dAtA []byte) (int, error)
func (*BoardOrder) MarshalToVTStrict ¶
func (m *BoardOrder) MarshalToVTStrict(dAtA []byte) (int, error)
func (*BoardOrder) MarshalVT ¶
func (m *BoardOrder) MarshalVT() (dAtA []byte, err error)
func (*BoardOrder) MarshalVTStrict ¶
func (m *BoardOrder) MarshalVTStrict() (dAtA []byte, err error)
func (*BoardOrder) ProtoMessage ¶
func (*BoardOrder) ProtoMessage()
func (*BoardOrder) ProtoReflect ¶
func (x *BoardOrder) ProtoReflect() protoreflect.Message
func (*BoardOrder) Reset ¶
func (x *BoardOrder) Reset()
func (*BoardOrder) SizeVT ¶
func (m *BoardOrder) SizeVT() (n int)
func (*BoardOrder) String ¶
func (x *BoardOrder) String() string
func (*BoardOrder) UnmarshalVT ¶
func (m *BoardOrder) UnmarshalVT(dAtA []byte) error
func (*BoardOrder) UnmarshalVTUnsafe ¶
func (m *BoardOrder) UnmarshalVTUnsafe(dAtA []byte) error
func (*BoardOrder) Validate ¶
func (m *BoardOrder) Validate() error
Validate checks the field values on BoardOrder 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 (*BoardOrder) ValidateAll ¶
func (m *BoardOrder) ValidateAll() error
ValidateAll checks the field values on BoardOrder 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 BoardOrderMultiError, or nil if none found.
type BoardOrderMultiError ¶
type BoardOrderMultiError []error
BoardOrderMultiError is an error wrapping multiple validation errors returned by BoardOrder.ValidateAll() if the designated constraints aren't met.
func (BoardOrderMultiError) AllErrors ¶
func (m BoardOrderMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (BoardOrderMultiError) Error ¶
func (m BoardOrderMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type BoardOrderValidationError ¶
type BoardOrderValidationError struct {
// contains filtered or unexported fields
}
BoardOrderValidationError is the validation error returned by BoardOrder.Validate if the designated constraints aren't met.
func (BoardOrderValidationError) Cause ¶
func (e BoardOrderValidationError) Cause() error
Cause function returns cause value.
func (BoardOrderValidationError) Error ¶
func (e BoardOrderValidationError) Error() string
Error satisfies the builtin error interface
func (BoardOrderValidationError) ErrorName ¶
func (e BoardOrderValidationError) ErrorName() string
ErrorName returns error name.
func (BoardOrderValidationError) Field ¶
func (e BoardOrderValidationError) Field() string
Field function returns field value.
func (BoardOrderValidationError) Key ¶
func (e BoardOrderValidationError) Key() bool
Key function returns key value.
func (BoardOrderValidationError) Reason ¶
func (e BoardOrderValidationError) Reason() string
Reason function returns reason value.
type BoardServiceClient ¶
type BoardServiceClient interface { GetBoards(ctx context.Context, in *GetBoardsRequest, opts ...grpc.CallOption) (*GetBoardsResponse, error) CreateBoards(ctx context.Context, in *CreateBoardsRequest, opts ...grpc.CallOption) (*CreateBoardsResponse, error) UpdateBoards(ctx context.Context, in *UpdateBoardsRequest, opts ...grpc.CallOption) (*UpdateBoardsResponse, error) DeleteBoards(ctx context.Context, in *DeleteBoardsRequest, opts ...grpc.CallOption) (*DeleteBoardsResponse, error) GetBoardContent(ctx context.Context, in *GetBoardContentRequest, opts ...grpc.CallOption) (*GetBoardContentResponse, error) GetAllBoards(ctx context.Context, in *GetAllBoardsRequest, opts ...grpc.CallOption) (*GetAllBoardsResponse, error) GetBoardOrder(ctx context.Context, in *GetBoardOrderRequest, opts ...grpc.CallOption) (*GetBoardOrderResponse, error) ChangeBoardOrder(ctx context.Context, in *ChangeBoardOrderRequest, opts ...grpc.CallOption) (*ChangeBoardOrderResponse, error) }
BoardServiceClient is the client API for BoardService 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 NewBoardServiceClient ¶
func NewBoardServiceClient(cc grpc.ClientConnInterface) BoardServiceClient
type BoardServiceServer ¶
type BoardServiceServer interface { GetBoards(context.Context, *GetBoardsRequest) (*GetBoardsResponse, error) CreateBoards(context.Context, *CreateBoardsRequest) (*CreateBoardsResponse, error) UpdateBoards(context.Context, *UpdateBoardsRequest) (*UpdateBoardsResponse, error) DeleteBoards(context.Context, *DeleteBoardsRequest) (*DeleteBoardsResponse, error) GetBoardContent(context.Context, *GetBoardContentRequest) (*GetBoardContentResponse, error) GetAllBoards(context.Context, *GetAllBoardsRequest) (*GetAllBoardsResponse, error) GetBoardOrder(context.Context, *GetBoardOrderRequest) (*GetBoardOrderResponse, error) ChangeBoardOrder(context.Context, *ChangeBoardOrderRequest) (*ChangeBoardOrderResponse, error) // contains filtered or unexported methods }
BoardServiceServer is the server API for BoardService service. All implementations must embed UnimplementedBoardServiceServer for forward compatibility
type BoardValidationError ¶
type BoardValidationError struct {
// contains filtered or unexported fields
}
BoardValidationError is the validation error returned by Board.Validate if the designated constraints aren't met.
func (BoardValidationError) Cause ¶
func (e BoardValidationError) Cause() error
Cause function returns cause value.
func (BoardValidationError) Error ¶
func (e BoardValidationError) Error() string
Error satisfies the builtin error interface
func (BoardValidationError) ErrorName ¶
func (e BoardValidationError) ErrorName() string
ErrorName returns error name.
func (BoardValidationError) Field ¶
func (e BoardValidationError) Field() string
Field function returns field value.
func (BoardValidationError) Key ¶
func (e BoardValidationError) Key() bool
Key function returns key value.
func (BoardValidationError) Reason ¶
func (e BoardValidationError) Reason() string
Reason function returns reason value.
type ChangeBoardOrderRequest ¶
type ChangeBoardOrderRequest struct { Changes []*BoardOrder `protobuf:"bytes,1,rep,name=changes,proto3" json:"changes,omitempty"` // contains filtered or unexported fields }
func (*ChangeBoardOrderRequest) CloneMessageVT ¶
func (m *ChangeBoardOrderRequest) CloneMessageVT() proto.Message
func (*ChangeBoardOrderRequest) CloneVT ¶
func (m *ChangeBoardOrderRequest) CloneVT() *ChangeBoardOrderRequest
func (*ChangeBoardOrderRequest) Descriptor
deprecated
func (*ChangeBoardOrderRequest) Descriptor() ([]byte, []int)
Deprecated: Use ChangeBoardOrderRequest.ProtoReflect.Descriptor instead.
func (*ChangeBoardOrderRequest) EqualMessageVT ¶
func (this *ChangeBoardOrderRequest) EqualMessageVT(thatMsg proto.Message) bool
func (*ChangeBoardOrderRequest) EqualVT ¶
func (this *ChangeBoardOrderRequest) EqualVT(that *ChangeBoardOrderRequest) bool
func (*ChangeBoardOrderRequest) GetChanges ¶
func (x *ChangeBoardOrderRequest) GetChanges() []*BoardOrder
func (*ChangeBoardOrderRequest) MarshalToSizedBufferVT ¶
func (m *ChangeBoardOrderRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)
func (*ChangeBoardOrderRequest) MarshalToSizedBufferVTStrict ¶
func (m *ChangeBoardOrderRequest) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
func (*ChangeBoardOrderRequest) MarshalToVT ¶
func (m *ChangeBoardOrderRequest) MarshalToVT(dAtA []byte) (int, error)
func (*ChangeBoardOrderRequest) MarshalToVTStrict ¶
func (m *ChangeBoardOrderRequest) MarshalToVTStrict(dAtA []byte) (int, error)
func (*ChangeBoardOrderRequest) MarshalVT ¶
func (m *ChangeBoardOrderRequest) MarshalVT() (dAtA []byte, err error)
func (*ChangeBoardOrderRequest) MarshalVTStrict ¶
func (m *ChangeBoardOrderRequest) MarshalVTStrict() (dAtA []byte, err error)
func (*ChangeBoardOrderRequest) ProtoMessage ¶
func (*ChangeBoardOrderRequest) ProtoMessage()
func (*ChangeBoardOrderRequest) ProtoReflect ¶
func (x *ChangeBoardOrderRequest) ProtoReflect() protoreflect.Message
func (*ChangeBoardOrderRequest) Reset ¶
func (x *ChangeBoardOrderRequest) Reset()
func (*ChangeBoardOrderRequest) SizeVT ¶
func (m *ChangeBoardOrderRequest) SizeVT() (n int)
func (*ChangeBoardOrderRequest) String ¶
func (x *ChangeBoardOrderRequest) String() string
func (*ChangeBoardOrderRequest) UnmarshalVT ¶
func (m *ChangeBoardOrderRequest) UnmarshalVT(dAtA []byte) error
func (*ChangeBoardOrderRequest) UnmarshalVTUnsafe ¶
func (m *ChangeBoardOrderRequest) UnmarshalVTUnsafe(dAtA []byte) error
func (*ChangeBoardOrderRequest) Validate ¶
func (m *ChangeBoardOrderRequest) Validate() error
Validate checks the field values on ChangeBoardOrderRequest 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 (*ChangeBoardOrderRequest) ValidateAll ¶
func (m *ChangeBoardOrderRequest) ValidateAll() error
ValidateAll checks the field values on ChangeBoardOrderRequest 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 ChangeBoardOrderRequestMultiError, or nil if none found.
type ChangeBoardOrderRequestMultiError ¶
type ChangeBoardOrderRequestMultiError []error
ChangeBoardOrderRequestMultiError is an error wrapping multiple validation errors returned by ChangeBoardOrderRequest.ValidateAll() if the designated constraints aren't met.
func (ChangeBoardOrderRequestMultiError) AllErrors ¶
func (m ChangeBoardOrderRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ChangeBoardOrderRequestMultiError) Error ¶
func (m ChangeBoardOrderRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ChangeBoardOrderRequestValidationError ¶
type ChangeBoardOrderRequestValidationError struct {
// contains filtered or unexported fields
}
ChangeBoardOrderRequestValidationError is the validation error returned by ChangeBoardOrderRequest.Validate if the designated constraints aren't met.
func (ChangeBoardOrderRequestValidationError) Cause ¶
func (e ChangeBoardOrderRequestValidationError) Cause() error
Cause function returns cause value.
func (ChangeBoardOrderRequestValidationError) Error ¶
func (e ChangeBoardOrderRequestValidationError) Error() string
Error satisfies the builtin error interface
func (ChangeBoardOrderRequestValidationError) ErrorName ¶
func (e ChangeBoardOrderRequestValidationError) ErrorName() string
ErrorName returns error name.
func (ChangeBoardOrderRequestValidationError) Field ¶
func (e ChangeBoardOrderRequestValidationError) Field() string
Field function returns field value.
func (ChangeBoardOrderRequestValidationError) Key ¶
func (e ChangeBoardOrderRequestValidationError) Key() bool
Key function returns key value.
func (ChangeBoardOrderRequestValidationError) Reason ¶
func (e ChangeBoardOrderRequestValidationError) Reason() string
Reason function returns reason value.
type ChangeBoardOrderResponse ¶
type ChangeBoardOrderResponse struct {
// contains filtered or unexported fields
}
func (*ChangeBoardOrderResponse) CloneMessageVT ¶
func (m *ChangeBoardOrderResponse) CloneMessageVT() proto.Message
func (*ChangeBoardOrderResponse) CloneVT ¶
func (m *ChangeBoardOrderResponse) CloneVT() *ChangeBoardOrderResponse
func (*ChangeBoardOrderResponse) Descriptor
deprecated
func (*ChangeBoardOrderResponse) Descriptor() ([]byte, []int)
Deprecated: Use ChangeBoardOrderResponse.ProtoReflect.Descriptor instead.
func (*ChangeBoardOrderResponse) EqualMessageVT ¶
func (this *ChangeBoardOrderResponse) EqualMessageVT(thatMsg proto.Message) bool
func (*ChangeBoardOrderResponse) EqualVT ¶
func (this *ChangeBoardOrderResponse) EqualVT(that *ChangeBoardOrderResponse) bool
func (*ChangeBoardOrderResponse) MarshalToSizedBufferVT ¶
func (m *ChangeBoardOrderResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)
func (*ChangeBoardOrderResponse) MarshalToSizedBufferVTStrict ¶
func (m *ChangeBoardOrderResponse) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
func (*ChangeBoardOrderResponse) MarshalToVT ¶
func (m *ChangeBoardOrderResponse) MarshalToVT(dAtA []byte) (int, error)
func (*ChangeBoardOrderResponse) MarshalToVTStrict ¶
func (m *ChangeBoardOrderResponse) MarshalToVTStrict(dAtA []byte) (int, error)
func (*ChangeBoardOrderResponse) MarshalVT ¶
func (m *ChangeBoardOrderResponse) MarshalVT() (dAtA []byte, err error)
func (*ChangeBoardOrderResponse) MarshalVTStrict ¶
func (m *ChangeBoardOrderResponse) MarshalVTStrict() (dAtA []byte, err error)
func (*ChangeBoardOrderResponse) ProtoMessage ¶
func (*ChangeBoardOrderResponse) ProtoMessage()
func (*ChangeBoardOrderResponse) ProtoReflect ¶
func (x *ChangeBoardOrderResponse) ProtoReflect() protoreflect.Message
func (*ChangeBoardOrderResponse) Reset ¶
func (x *ChangeBoardOrderResponse) Reset()
func (*ChangeBoardOrderResponse) SizeVT ¶
func (m *ChangeBoardOrderResponse) SizeVT() (n int)
func (*ChangeBoardOrderResponse) String ¶
func (x *ChangeBoardOrderResponse) String() string
func (*ChangeBoardOrderResponse) UnmarshalVT ¶
func (m *ChangeBoardOrderResponse) UnmarshalVT(dAtA []byte) error
func (*ChangeBoardOrderResponse) UnmarshalVTUnsafe ¶
func (m *ChangeBoardOrderResponse) UnmarshalVTUnsafe(dAtA []byte) error
func (*ChangeBoardOrderResponse) Validate ¶
func (m *ChangeBoardOrderResponse) Validate() error
Validate checks the field values on ChangeBoardOrderResponse 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 (*ChangeBoardOrderResponse) ValidateAll ¶
func (m *ChangeBoardOrderResponse) ValidateAll() error
ValidateAll checks the field values on ChangeBoardOrderResponse 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 ChangeBoardOrderResponseMultiError, or nil if none found.
type ChangeBoardOrderResponseMultiError ¶
type ChangeBoardOrderResponseMultiError []error
ChangeBoardOrderResponseMultiError is an error wrapping multiple validation errors returned by ChangeBoardOrderResponse.ValidateAll() if the designated constraints aren't met.
func (ChangeBoardOrderResponseMultiError) AllErrors ¶
func (m ChangeBoardOrderResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ChangeBoardOrderResponseMultiError) Error ¶
func (m ChangeBoardOrderResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ChangeBoardOrderResponseValidationError ¶
type ChangeBoardOrderResponseValidationError struct {
// contains filtered or unexported fields
}
ChangeBoardOrderResponseValidationError is the validation error returned by ChangeBoardOrderResponse.Validate if the designated constraints aren't met.
func (ChangeBoardOrderResponseValidationError) Cause ¶
func (e ChangeBoardOrderResponseValidationError) Cause() error
Cause function returns cause value.
func (ChangeBoardOrderResponseValidationError) Error ¶
func (e ChangeBoardOrderResponseValidationError) Error() string
Error satisfies the builtin error interface
func (ChangeBoardOrderResponseValidationError) ErrorName ¶
func (e ChangeBoardOrderResponseValidationError) ErrorName() string
ErrorName returns error name.
func (ChangeBoardOrderResponseValidationError) Field ¶
func (e ChangeBoardOrderResponseValidationError) Field() string
Field function returns field value.
func (ChangeBoardOrderResponseValidationError) Key ¶
func (e ChangeBoardOrderResponseValidationError) Key() bool
Key function returns key value.
func (ChangeBoardOrderResponseValidationError) Reason ¶
func (e ChangeBoardOrderResponseValidationError) Reason() string
Reason function returns reason value.
type CreateBoardsRequest ¶
type CreateBoardsRequest struct { BoardsToCreate []*CreateBoardsRequest_BoardPrototype `protobuf:"bytes,1,rep,name=boards_to_create,json=boardsToCreate,proto3" json:"boards_to_create,omitempty"` // contains filtered or unexported fields }
func (*CreateBoardsRequest) CloneMessageVT ¶
func (m *CreateBoardsRequest) CloneMessageVT() proto.Message
func (*CreateBoardsRequest) CloneVT ¶
func (m *CreateBoardsRequest) CloneVT() *CreateBoardsRequest
func (*CreateBoardsRequest) Descriptor
deprecated
func (*CreateBoardsRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateBoardsRequest.ProtoReflect.Descriptor instead.
func (*CreateBoardsRequest) EqualMessageVT ¶
func (this *CreateBoardsRequest) EqualMessageVT(thatMsg proto.Message) bool
func (*CreateBoardsRequest) EqualVT ¶
func (this *CreateBoardsRequest) EqualVT(that *CreateBoardsRequest) bool
func (*CreateBoardsRequest) GetBoardsToCreate ¶
func (x *CreateBoardsRequest) GetBoardsToCreate() []*CreateBoardsRequest_BoardPrototype
func (*CreateBoardsRequest) MarshalToSizedBufferVT ¶
func (m *CreateBoardsRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)
func (*CreateBoardsRequest) MarshalToSizedBufferVTStrict ¶
func (m *CreateBoardsRequest) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
func (*CreateBoardsRequest) MarshalToVT ¶
func (m *CreateBoardsRequest) MarshalToVT(dAtA []byte) (int, error)
func (*CreateBoardsRequest) MarshalToVTStrict ¶
func (m *CreateBoardsRequest) MarshalToVTStrict(dAtA []byte) (int, error)
func (*CreateBoardsRequest) MarshalVT ¶
func (m *CreateBoardsRequest) MarshalVT() (dAtA []byte, err error)
func (*CreateBoardsRequest) MarshalVTStrict ¶
func (m *CreateBoardsRequest) MarshalVTStrict() (dAtA []byte, err error)
func (*CreateBoardsRequest) ProtoMessage ¶
func (*CreateBoardsRequest) ProtoMessage()
func (*CreateBoardsRequest) ProtoReflect ¶
func (x *CreateBoardsRequest) ProtoReflect() protoreflect.Message
func (*CreateBoardsRequest) Reset ¶
func (x *CreateBoardsRequest) Reset()
func (*CreateBoardsRequest) SizeVT ¶
func (m *CreateBoardsRequest) SizeVT() (n int)
func (*CreateBoardsRequest) String ¶
func (x *CreateBoardsRequest) String() string
func (*CreateBoardsRequest) UnmarshalVT ¶
func (m *CreateBoardsRequest) UnmarshalVT(dAtA []byte) error
func (*CreateBoardsRequest) UnmarshalVTUnsafe ¶
func (m *CreateBoardsRequest) UnmarshalVTUnsafe(dAtA []byte) error
func (*CreateBoardsRequest) Validate ¶
func (m *CreateBoardsRequest) Validate() error
Validate checks the field values on CreateBoardsRequest 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 (*CreateBoardsRequest) ValidateAll ¶
func (m *CreateBoardsRequest) ValidateAll() error
ValidateAll checks the field values on CreateBoardsRequest 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 CreateBoardsRequestMultiError, or nil if none found.
type CreateBoardsRequestMultiError ¶
type CreateBoardsRequestMultiError []error
CreateBoardsRequestMultiError is an error wrapping multiple validation errors returned by CreateBoardsRequest.ValidateAll() if the designated constraints aren't met.
func (CreateBoardsRequestMultiError) AllErrors ¶
func (m CreateBoardsRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (CreateBoardsRequestMultiError) Error ¶
func (m CreateBoardsRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type CreateBoardsRequestValidationError ¶
type CreateBoardsRequestValidationError struct {
// contains filtered or unexported fields
}
CreateBoardsRequestValidationError is the validation error returned by CreateBoardsRequest.Validate if the designated constraints aren't met.
func (CreateBoardsRequestValidationError) Cause ¶
func (e CreateBoardsRequestValidationError) Cause() error
Cause function returns cause value.
func (CreateBoardsRequestValidationError) Error ¶
func (e CreateBoardsRequestValidationError) Error() string
Error satisfies the builtin error interface
func (CreateBoardsRequestValidationError) ErrorName ¶
func (e CreateBoardsRequestValidationError) ErrorName() string
ErrorName returns error name.
func (CreateBoardsRequestValidationError) Field ¶
func (e CreateBoardsRequestValidationError) Field() string
Field function returns field value.
func (CreateBoardsRequestValidationError) Key ¶
func (e CreateBoardsRequestValidationError) Key() bool
Key function returns key value.
func (CreateBoardsRequestValidationError) Reason ¶
func (e CreateBoardsRequestValidationError) Reason() string
Reason function returns reason value.
type CreateBoardsRequest_BoardPrototype ¶
type CreateBoardsRequest_BoardPrototype struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` TopicIds []int64 `protobuf:"varint,2,rep,packed,name=topic_ids,json=topicIds,proto3" json:"topic_ids,omitempty"` // contains filtered or unexported fields }
func (*CreateBoardsRequest_BoardPrototype) CloneMessageVT ¶
func (m *CreateBoardsRequest_BoardPrototype) CloneMessageVT() proto.Message
func (*CreateBoardsRequest_BoardPrototype) CloneVT ¶
func (m *CreateBoardsRequest_BoardPrototype) CloneVT() *CreateBoardsRequest_BoardPrototype
func (*CreateBoardsRequest_BoardPrototype) Descriptor
deprecated
func (*CreateBoardsRequest_BoardPrototype) Descriptor() ([]byte, []int)
Deprecated: Use CreateBoardsRequest_BoardPrototype.ProtoReflect.Descriptor instead.
func (*CreateBoardsRequest_BoardPrototype) EqualMessageVT ¶
func (this *CreateBoardsRequest_BoardPrototype) EqualMessageVT(thatMsg proto.Message) bool
func (*CreateBoardsRequest_BoardPrototype) EqualVT ¶
func (this *CreateBoardsRequest_BoardPrototype) EqualVT(that *CreateBoardsRequest_BoardPrototype) bool
func (*CreateBoardsRequest_BoardPrototype) GetName ¶
func (x *CreateBoardsRequest_BoardPrototype) GetName() string
func (*CreateBoardsRequest_BoardPrototype) GetTopicIds ¶
func (x *CreateBoardsRequest_BoardPrototype) GetTopicIds() []int64
func (*CreateBoardsRequest_BoardPrototype) MarshalToSizedBufferVT ¶
func (m *CreateBoardsRequest_BoardPrototype) MarshalToSizedBufferVT(dAtA []byte) (int, error)
func (*CreateBoardsRequest_BoardPrototype) MarshalToSizedBufferVTStrict ¶
func (m *CreateBoardsRequest_BoardPrototype) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
func (*CreateBoardsRequest_BoardPrototype) MarshalToVT ¶
func (m *CreateBoardsRequest_BoardPrototype) MarshalToVT(dAtA []byte) (int, error)
func (*CreateBoardsRequest_BoardPrototype) MarshalToVTStrict ¶
func (m *CreateBoardsRequest_BoardPrototype) MarshalToVTStrict(dAtA []byte) (int, error)
func (*CreateBoardsRequest_BoardPrototype) MarshalVT ¶
func (m *CreateBoardsRequest_BoardPrototype) MarshalVT() (dAtA []byte, err error)
func (*CreateBoardsRequest_BoardPrototype) MarshalVTStrict ¶
func (m *CreateBoardsRequest_BoardPrototype) MarshalVTStrict() (dAtA []byte, err error)
func (*CreateBoardsRequest_BoardPrototype) ProtoMessage ¶
func (*CreateBoardsRequest_BoardPrototype) ProtoMessage()
func (*CreateBoardsRequest_BoardPrototype) ProtoReflect ¶
func (x *CreateBoardsRequest_BoardPrototype) ProtoReflect() protoreflect.Message
func (*CreateBoardsRequest_BoardPrototype) Reset ¶
func (x *CreateBoardsRequest_BoardPrototype) Reset()
func (*CreateBoardsRequest_BoardPrototype) SizeVT ¶
func (m *CreateBoardsRequest_BoardPrototype) SizeVT() (n int)
func (*CreateBoardsRequest_BoardPrototype) String ¶
func (x *CreateBoardsRequest_BoardPrototype) String() string
func (*CreateBoardsRequest_BoardPrototype) UnmarshalVT ¶
func (m *CreateBoardsRequest_BoardPrototype) UnmarshalVT(dAtA []byte) error
func (*CreateBoardsRequest_BoardPrototype) UnmarshalVTUnsafe ¶
func (m *CreateBoardsRequest_BoardPrototype) UnmarshalVTUnsafe(dAtA []byte) error
func (*CreateBoardsRequest_BoardPrototype) Validate ¶
func (m *CreateBoardsRequest_BoardPrototype) Validate() error
Validate checks the field values on CreateBoardsRequest_BoardPrototype 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 (*CreateBoardsRequest_BoardPrototype) ValidateAll ¶
func (m *CreateBoardsRequest_BoardPrototype) ValidateAll() error
ValidateAll checks the field values on CreateBoardsRequest_BoardPrototype 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 CreateBoardsRequest_BoardPrototypeMultiError, or nil if none found.
type CreateBoardsRequest_BoardPrototypeMultiError ¶
type CreateBoardsRequest_BoardPrototypeMultiError []error
CreateBoardsRequest_BoardPrototypeMultiError is an error wrapping multiple validation errors returned by CreateBoardsRequest_BoardPrototype.ValidateAll() if the designated constraints aren't met.
func (CreateBoardsRequest_BoardPrototypeMultiError) AllErrors ¶
func (m CreateBoardsRequest_BoardPrototypeMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (CreateBoardsRequest_BoardPrototypeMultiError) Error ¶
func (m CreateBoardsRequest_BoardPrototypeMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type CreateBoardsRequest_BoardPrototypeValidationError ¶
type CreateBoardsRequest_BoardPrototypeValidationError struct {
// contains filtered or unexported fields
}
CreateBoardsRequest_BoardPrototypeValidationError is the validation error returned by CreateBoardsRequest_BoardPrototype.Validate if the designated constraints aren't met.
func (CreateBoardsRequest_BoardPrototypeValidationError) Cause ¶
func (e CreateBoardsRequest_BoardPrototypeValidationError) Cause() error
Cause function returns cause value.
func (CreateBoardsRequest_BoardPrototypeValidationError) Error ¶
func (e CreateBoardsRequest_BoardPrototypeValidationError) Error() string
Error satisfies the builtin error interface
func (CreateBoardsRequest_BoardPrototypeValidationError) ErrorName ¶
func (e CreateBoardsRequest_BoardPrototypeValidationError) ErrorName() string
ErrorName returns error name.
func (CreateBoardsRequest_BoardPrototypeValidationError) Field ¶
func (e CreateBoardsRequest_BoardPrototypeValidationError) Field() string
Field function returns field value.
func (CreateBoardsRequest_BoardPrototypeValidationError) Key ¶
func (e CreateBoardsRequest_BoardPrototypeValidationError) Key() bool
Key function returns key value.
func (CreateBoardsRequest_BoardPrototypeValidationError) Reason ¶
func (e CreateBoardsRequest_BoardPrototypeValidationError) Reason() string
Reason function returns reason value.
type CreateBoardsResponse ¶
type CreateBoardsResponse struct { Ids []int64 `protobuf:"varint,1,rep,packed,name=ids,proto3" json:"ids,omitempty"` // contains filtered or unexported fields }
func (*CreateBoardsResponse) CloneMessageVT ¶
func (m *CreateBoardsResponse) CloneMessageVT() proto.Message
func (*CreateBoardsResponse) CloneVT ¶
func (m *CreateBoardsResponse) CloneVT() *CreateBoardsResponse
func (*CreateBoardsResponse) Descriptor
deprecated
func (*CreateBoardsResponse) Descriptor() ([]byte, []int)
Deprecated: Use CreateBoardsResponse.ProtoReflect.Descriptor instead.
func (*CreateBoardsResponse) EqualMessageVT ¶
func (this *CreateBoardsResponse) EqualMessageVT(thatMsg proto.Message) bool
func (*CreateBoardsResponse) EqualVT ¶
func (this *CreateBoardsResponse) EqualVT(that *CreateBoardsResponse) bool
func (*CreateBoardsResponse) GetIds ¶
func (x *CreateBoardsResponse) GetIds() []int64
func (*CreateBoardsResponse) MarshalToSizedBufferVT ¶
func (m *CreateBoardsResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)
func (*CreateBoardsResponse) MarshalToSizedBufferVTStrict ¶
func (m *CreateBoardsResponse) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
func (*CreateBoardsResponse) MarshalToVT ¶
func (m *CreateBoardsResponse) MarshalToVT(dAtA []byte) (int, error)
func (*CreateBoardsResponse) MarshalToVTStrict ¶
func (m *CreateBoardsResponse) MarshalToVTStrict(dAtA []byte) (int, error)
func (*CreateBoardsResponse) MarshalVT ¶
func (m *CreateBoardsResponse) MarshalVT() (dAtA []byte, err error)
func (*CreateBoardsResponse) MarshalVTStrict ¶
func (m *CreateBoardsResponse) MarshalVTStrict() (dAtA []byte, err error)
func (*CreateBoardsResponse) ProtoMessage ¶
func (*CreateBoardsResponse) ProtoMessage()
func (*CreateBoardsResponse) ProtoReflect ¶
func (x *CreateBoardsResponse) ProtoReflect() protoreflect.Message
func (*CreateBoardsResponse) Reset ¶
func (x *CreateBoardsResponse) Reset()
func (*CreateBoardsResponse) SizeVT ¶
func (m *CreateBoardsResponse) SizeVT() (n int)
func (*CreateBoardsResponse) String ¶
func (x *CreateBoardsResponse) String() string
func (*CreateBoardsResponse) UnmarshalVT ¶
func (m *CreateBoardsResponse) UnmarshalVT(dAtA []byte) error
func (*CreateBoardsResponse) UnmarshalVTUnsafe ¶
func (m *CreateBoardsResponse) UnmarshalVTUnsafe(dAtA []byte) error
func (*CreateBoardsResponse) Validate ¶
func (m *CreateBoardsResponse) Validate() error
Validate checks the field values on CreateBoardsResponse 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 (*CreateBoardsResponse) ValidateAll ¶
func (m *CreateBoardsResponse) ValidateAll() error
ValidateAll checks the field values on CreateBoardsResponse 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 CreateBoardsResponseMultiError, or nil if none found.
type CreateBoardsResponseMultiError ¶
type CreateBoardsResponseMultiError []error
CreateBoardsResponseMultiError is an error wrapping multiple validation errors returned by CreateBoardsResponse.ValidateAll() if the designated constraints aren't met.
func (CreateBoardsResponseMultiError) AllErrors ¶
func (m CreateBoardsResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (CreateBoardsResponseMultiError) Error ¶
func (m CreateBoardsResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type CreateBoardsResponseValidationError ¶
type CreateBoardsResponseValidationError struct {
// contains filtered or unexported fields
}
CreateBoardsResponseValidationError is the validation error returned by CreateBoardsResponse.Validate if the designated constraints aren't met.
func (CreateBoardsResponseValidationError) Cause ¶
func (e CreateBoardsResponseValidationError) Cause() error
Cause function returns cause value.
func (CreateBoardsResponseValidationError) Error ¶
func (e CreateBoardsResponseValidationError) Error() string
Error satisfies the builtin error interface
func (CreateBoardsResponseValidationError) ErrorName ¶
func (e CreateBoardsResponseValidationError) ErrorName() string
ErrorName returns error name.
func (CreateBoardsResponseValidationError) Field ¶
func (e CreateBoardsResponseValidationError) Field() string
Field function returns field value.
func (CreateBoardsResponseValidationError) Key ¶
func (e CreateBoardsResponseValidationError) Key() bool
Key function returns key value.
func (CreateBoardsResponseValidationError) Reason ¶
func (e CreateBoardsResponseValidationError) Reason() string
Reason function returns reason value.
type DeleteBoardsRequest ¶
type DeleteBoardsRequest struct { Ids []int64 `protobuf:"varint,1,rep,packed,name=ids,proto3" json:"ids,omitempty"` // contains filtered or unexported fields }
func (*DeleteBoardsRequest) CloneMessageVT ¶
func (m *DeleteBoardsRequest) CloneMessageVT() proto.Message
func (*DeleteBoardsRequest) CloneVT ¶
func (m *DeleteBoardsRequest) CloneVT() *DeleteBoardsRequest
func (*DeleteBoardsRequest) Descriptor
deprecated
func (*DeleteBoardsRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteBoardsRequest.ProtoReflect.Descriptor instead.
func (*DeleteBoardsRequest) EqualMessageVT ¶
func (this *DeleteBoardsRequest) EqualMessageVT(thatMsg proto.Message) bool
func (*DeleteBoardsRequest) EqualVT ¶
func (this *DeleteBoardsRequest) EqualVT(that *DeleteBoardsRequest) bool
func (*DeleteBoardsRequest) GetIds ¶
func (x *DeleteBoardsRequest) GetIds() []int64
func (*DeleteBoardsRequest) MarshalToSizedBufferVT ¶
func (m *DeleteBoardsRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)
func (*DeleteBoardsRequest) MarshalToSizedBufferVTStrict ¶
func (m *DeleteBoardsRequest) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
func (*DeleteBoardsRequest) MarshalToVT ¶
func (m *DeleteBoardsRequest) MarshalToVT(dAtA []byte) (int, error)
func (*DeleteBoardsRequest) MarshalToVTStrict ¶
func (m *DeleteBoardsRequest) MarshalToVTStrict(dAtA []byte) (int, error)
func (*DeleteBoardsRequest) MarshalVT ¶
func (m *DeleteBoardsRequest) MarshalVT() (dAtA []byte, err error)
func (*DeleteBoardsRequest) MarshalVTStrict ¶
func (m *DeleteBoardsRequest) MarshalVTStrict() (dAtA []byte, err error)
func (*DeleteBoardsRequest) ProtoMessage ¶
func (*DeleteBoardsRequest) ProtoMessage()
func (*DeleteBoardsRequest) ProtoReflect ¶
func (x *DeleteBoardsRequest) ProtoReflect() protoreflect.Message
func (*DeleteBoardsRequest) Reset ¶
func (x *DeleteBoardsRequest) Reset()
func (*DeleteBoardsRequest) SizeVT ¶
func (m *DeleteBoardsRequest) SizeVT() (n int)
func (*DeleteBoardsRequest) String ¶
func (x *DeleteBoardsRequest) String() string
func (*DeleteBoardsRequest) UnmarshalVT ¶
func (m *DeleteBoardsRequest) UnmarshalVT(dAtA []byte) error
func (*DeleteBoardsRequest) UnmarshalVTUnsafe ¶
func (m *DeleteBoardsRequest) UnmarshalVTUnsafe(dAtA []byte) error
func (*DeleteBoardsRequest) Validate ¶
func (m *DeleteBoardsRequest) Validate() error
Validate checks the field values on DeleteBoardsRequest 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 (*DeleteBoardsRequest) ValidateAll ¶
func (m *DeleteBoardsRequest) ValidateAll() error
ValidateAll checks the field values on DeleteBoardsRequest 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 DeleteBoardsRequestMultiError, or nil if none found.
type DeleteBoardsRequestMultiError ¶
type DeleteBoardsRequestMultiError []error
DeleteBoardsRequestMultiError is an error wrapping multiple validation errors returned by DeleteBoardsRequest.ValidateAll() if the designated constraints aren't met.
func (DeleteBoardsRequestMultiError) AllErrors ¶
func (m DeleteBoardsRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (DeleteBoardsRequestMultiError) Error ¶
func (m DeleteBoardsRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type DeleteBoardsRequestValidationError ¶
type DeleteBoardsRequestValidationError struct {
// contains filtered or unexported fields
}
DeleteBoardsRequestValidationError is the validation error returned by DeleteBoardsRequest.Validate if the designated constraints aren't met.
func (DeleteBoardsRequestValidationError) Cause ¶
func (e DeleteBoardsRequestValidationError) Cause() error
Cause function returns cause value.
func (DeleteBoardsRequestValidationError) Error ¶
func (e DeleteBoardsRequestValidationError) Error() string
Error satisfies the builtin error interface
func (DeleteBoardsRequestValidationError) ErrorName ¶
func (e DeleteBoardsRequestValidationError) ErrorName() string
ErrorName returns error name.
func (DeleteBoardsRequestValidationError) Field ¶
func (e DeleteBoardsRequestValidationError) Field() string
Field function returns field value.
func (DeleteBoardsRequestValidationError) Key ¶
func (e DeleteBoardsRequestValidationError) Key() bool
Key function returns key value.
func (DeleteBoardsRequestValidationError) Reason ¶
func (e DeleteBoardsRequestValidationError) Reason() string
Reason function returns reason value.
type DeleteBoardsResponse ¶
type DeleteBoardsResponse struct {
// contains filtered or unexported fields
}
func (*DeleteBoardsResponse) CloneMessageVT ¶
func (m *DeleteBoardsResponse) CloneMessageVT() proto.Message
func (*DeleteBoardsResponse) CloneVT ¶
func (m *DeleteBoardsResponse) CloneVT() *DeleteBoardsResponse
func (*DeleteBoardsResponse) Descriptor
deprecated
func (*DeleteBoardsResponse) Descriptor() ([]byte, []int)
Deprecated: Use DeleteBoardsResponse.ProtoReflect.Descriptor instead.
func (*DeleteBoardsResponse) EqualMessageVT ¶
func (this *DeleteBoardsResponse) EqualMessageVT(thatMsg proto.Message) bool
func (*DeleteBoardsResponse) EqualVT ¶
func (this *DeleteBoardsResponse) EqualVT(that *DeleteBoardsResponse) bool
func (*DeleteBoardsResponse) MarshalToSizedBufferVT ¶
func (m *DeleteBoardsResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)
func (*DeleteBoardsResponse) MarshalToSizedBufferVTStrict ¶
func (m *DeleteBoardsResponse) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
func (*DeleteBoardsResponse) MarshalToVT ¶
func (m *DeleteBoardsResponse) MarshalToVT(dAtA []byte) (int, error)
func (*DeleteBoardsResponse) MarshalToVTStrict ¶
func (m *DeleteBoardsResponse) MarshalToVTStrict(dAtA []byte) (int, error)
func (*DeleteBoardsResponse) MarshalVT ¶
func (m *DeleteBoardsResponse) MarshalVT() (dAtA []byte, err error)
func (*DeleteBoardsResponse) MarshalVTStrict ¶
func (m *DeleteBoardsResponse) MarshalVTStrict() (dAtA []byte, err error)
func (*DeleteBoardsResponse) ProtoMessage ¶
func (*DeleteBoardsResponse) ProtoMessage()
func (*DeleteBoardsResponse) ProtoReflect ¶
func (x *DeleteBoardsResponse) ProtoReflect() protoreflect.Message
func (*DeleteBoardsResponse) Reset ¶
func (x *DeleteBoardsResponse) Reset()
func (*DeleteBoardsResponse) SizeVT ¶
func (m *DeleteBoardsResponse) SizeVT() (n int)
func (*DeleteBoardsResponse) String ¶
func (x *DeleteBoardsResponse) String() string
func (*DeleteBoardsResponse) UnmarshalVT ¶
func (m *DeleteBoardsResponse) UnmarshalVT(dAtA []byte) error
func (*DeleteBoardsResponse) UnmarshalVTUnsafe ¶
func (m *DeleteBoardsResponse) UnmarshalVTUnsafe(dAtA []byte) error
func (*DeleteBoardsResponse) Validate ¶
func (m *DeleteBoardsResponse) Validate() error
Validate checks the field values on DeleteBoardsResponse 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 (*DeleteBoardsResponse) ValidateAll ¶
func (m *DeleteBoardsResponse) ValidateAll() error
ValidateAll checks the field values on DeleteBoardsResponse 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 DeleteBoardsResponseMultiError, or nil if none found.
type DeleteBoardsResponseMultiError ¶
type DeleteBoardsResponseMultiError []error
DeleteBoardsResponseMultiError is an error wrapping multiple validation errors returned by DeleteBoardsResponse.ValidateAll() if the designated constraints aren't met.
func (DeleteBoardsResponseMultiError) AllErrors ¶
func (m DeleteBoardsResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (DeleteBoardsResponseMultiError) Error ¶
func (m DeleteBoardsResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type DeleteBoardsResponseValidationError ¶
type DeleteBoardsResponseValidationError struct {
// contains filtered or unexported fields
}
DeleteBoardsResponseValidationError is the validation error returned by DeleteBoardsResponse.Validate if the designated constraints aren't met.
func (DeleteBoardsResponseValidationError) Cause ¶
func (e DeleteBoardsResponseValidationError) Cause() error
Cause function returns cause value.
func (DeleteBoardsResponseValidationError) Error ¶
func (e DeleteBoardsResponseValidationError) Error() string
Error satisfies the builtin error interface
func (DeleteBoardsResponseValidationError) ErrorName ¶
func (e DeleteBoardsResponseValidationError) ErrorName() string
ErrorName returns error name.
func (DeleteBoardsResponseValidationError) Field ¶
func (e DeleteBoardsResponseValidationError) Field() string
Field function returns field value.
func (DeleteBoardsResponseValidationError) Key ¶
func (e DeleteBoardsResponseValidationError) Key() bool
Key function returns key value.
func (DeleteBoardsResponseValidationError) Reason ¶
func (e DeleteBoardsResponseValidationError) Reason() string
Reason function returns reason value.
type GetAllBoardsRequest ¶
type GetAllBoardsRequest struct {
// contains filtered or unexported fields
}
func (*GetAllBoardsRequest) CloneMessageVT ¶
func (m *GetAllBoardsRequest) CloneMessageVT() proto.Message
func (*GetAllBoardsRequest) CloneVT ¶
func (m *GetAllBoardsRequest) CloneVT() *GetAllBoardsRequest
func (*GetAllBoardsRequest) Descriptor
deprecated
func (*GetAllBoardsRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetAllBoardsRequest.ProtoReflect.Descriptor instead.
func (*GetAllBoardsRequest) EqualMessageVT ¶
func (this *GetAllBoardsRequest) EqualMessageVT(thatMsg proto.Message) bool
func (*GetAllBoardsRequest) EqualVT ¶
func (this *GetAllBoardsRequest) EqualVT(that *GetAllBoardsRequest) bool
func (*GetAllBoardsRequest) MarshalToSizedBufferVT ¶
func (m *GetAllBoardsRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)
func (*GetAllBoardsRequest) MarshalToSizedBufferVTStrict ¶
func (m *GetAllBoardsRequest) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
func (*GetAllBoardsRequest) MarshalToVT ¶
func (m *GetAllBoardsRequest) MarshalToVT(dAtA []byte) (int, error)
func (*GetAllBoardsRequest) MarshalToVTStrict ¶
func (m *GetAllBoardsRequest) MarshalToVTStrict(dAtA []byte) (int, error)
func (*GetAllBoardsRequest) MarshalVT ¶
func (m *GetAllBoardsRequest) MarshalVT() (dAtA []byte, err error)
func (*GetAllBoardsRequest) MarshalVTStrict ¶
func (m *GetAllBoardsRequest) MarshalVTStrict() (dAtA []byte, err error)
func (*GetAllBoardsRequest) ProtoMessage ¶
func (*GetAllBoardsRequest) ProtoMessage()
func (*GetAllBoardsRequest) ProtoReflect ¶
func (x *GetAllBoardsRequest) ProtoReflect() protoreflect.Message
func (*GetAllBoardsRequest) Reset ¶
func (x *GetAllBoardsRequest) Reset()
func (*GetAllBoardsRequest) SizeVT ¶
func (m *GetAllBoardsRequest) SizeVT() (n int)
func (*GetAllBoardsRequest) String ¶
func (x *GetAllBoardsRequest) String() string
func (*GetAllBoardsRequest) UnmarshalVT ¶
func (m *GetAllBoardsRequest) UnmarshalVT(dAtA []byte) error
func (*GetAllBoardsRequest) UnmarshalVTUnsafe ¶
func (m *GetAllBoardsRequest) UnmarshalVTUnsafe(dAtA []byte) error
func (*GetAllBoardsRequest) Validate ¶
func (m *GetAllBoardsRequest) Validate() error
Validate checks the field values on GetAllBoardsRequest 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 (*GetAllBoardsRequest) ValidateAll ¶
func (m *GetAllBoardsRequest) ValidateAll() error
ValidateAll checks the field values on GetAllBoardsRequest 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 GetAllBoardsRequestMultiError, or nil if none found.
type GetAllBoardsRequestMultiError ¶
type GetAllBoardsRequestMultiError []error
GetAllBoardsRequestMultiError is an error wrapping multiple validation errors returned by GetAllBoardsRequest.ValidateAll() if the designated constraints aren't met.
func (GetAllBoardsRequestMultiError) AllErrors ¶
func (m GetAllBoardsRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetAllBoardsRequestMultiError) Error ¶
func (m GetAllBoardsRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetAllBoardsRequestValidationError ¶
type GetAllBoardsRequestValidationError struct {
// contains filtered or unexported fields
}
GetAllBoardsRequestValidationError is the validation error returned by GetAllBoardsRequest.Validate if the designated constraints aren't met.
func (GetAllBoardsRequestValidationError) Cause ¶
func (e GetAllBoardsRequestValidationError) Cause() error
Cause function returns cause value.
func (GetAllBoardsRequestValidationError) Error ¶
func (e GetAllBoardsRequestValidationError) Error() string
Error satisfies the builtin error interface
func (GetAllBoardsRequestValidationError) ErrorName ¶
func (e GetAllBoardsRequestValidationError) ErrorName() string
ErrorName returns error name.
func (GetAllBoardsRequestValidationError) Field ¶
func (e GetAllBoardsRequestValidationError) Field() string
Field function returns field value.
func (GetAllBoardsRequestValidationError) Key ¶
func (e GetAllBoardsRequestValidationError) Key() bool
Key function returns key value.
func (GetAllBoardsRequestValidationError) Reason ¶
func (e GetAllBoardsRequestValidationError) Reason() string
Reason function returns reason value.
type GetAllBoardsResponse ¶
type GetAllBoardsResponse struct { Boards []*Board `protobuf:"bytes,1,rep,name=boards,proto3" json:"boards,omitempty"` // contains filtered or unexported fields }
func (*GetAllBoardsResponse) CloneMessageVT ¶
func (m *GetAllBoardsResponse) CloneMessageVT() proto.Message
func (*GetAllBoardsResponse) CloneVT ¶
func (m *GetAllBoardsResponse) CloneVT() *GetAllBoardsResponse
func (*GetAllBoardsResponse) Descriptor
deprecated
func (*GetAllBoardsResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetAllBoardsResponse.ProtoReflect.Descriptor instead.
func (*GetAllBoardsResponse) EqualMessageVT ¶
func (this *GetAllBoardsResponse) EqualMessageVT(thatMsg proto.Message) bool
func (*GetAllBoardsResponse) EqualVT ¶
func (this *GetAllBoardsResponse) EqualVT(that *GetAllBoardsResponse) bool
func (*GetAllBoardsResponse) GetBoards ¶
func (x *GetAllBoardsResponse) GetBoards() []*Board
func (*GetAllBoardsResponse) MarshalToSizedBufferVT ¶
func (m *GetAllBoardsResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)
func (*GetAllBoardsResponse) MarshalToSizedBufferVTStrict ¶
func (m *GetAllBoardsResponse) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
func (*GetAllBoardsResponse) MarshalToVT ¶
func (m *GetAllBoardsResponse) MarshalToVT(dAtA []byte) (int, error)
func (*GetAllBoardsResponse) MarshalToVTStrict ¶
func (m *GetAllBoardsResponse) MarshalToVTStrict(dAtA []byte) (int, error)
func (*GetAllBoardsResponse) MarshalVT ¶
func (m *GetAllBoardsResponse) MarshalVT() (dAtA []byte, err error)
func (*GetAllBoardsResponse) MarshalVTStrict ¶
func (m *GetAllBoardsResponse) MarshalVTStrict() (dAtA []byte, err error)
func (*GetAllBoardsResponse) ProtoMessage ¶
func (*GetAllBoardsResponse) ProtoMessage()
func (*GetAllBoardsResponse) ProtoReflect ¶
func (x *GetAllBoardsResponse) ProtoReflect() protoreflect.Message
func (*GetAllBoardsResponse) Reset ¶
func (x *GetAllBoardsResponse) Reset()
func (*GetAllBoardsResponse) SizeVT ¶
func (m *GetAllBoardsResponse) SizeVT() (n int)
func (*GetAllBoardsResponse) String ¶
func (x *GetAllBoardsResponse) String() string
func (*GetAllBoardsResponse) UnmarshalVT ¶
func (m *GetAllBoardsResponse) UnmarshalVT(dAtA []byte) error
func (*GetAllBoardsResponse) UnmarshalVTUnsafe ¶
func (m *GetAllBoardsResponse) UnmarshalVTUnsafe(dAtA []byte) error
func (*GetAllBoardsResponse) Validate ¶
func (m *GetAllBoardsResponse) Validate() error
Validate checks the field values on GetAllBoardsResponse 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 (*GetAllBoardsResponse) ValidateAll ¶
func (m *GetAllBoardsResponse) ValidateAll() error
ValidateAll checks the field values on GetAllBoardsResponse 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 GetAllBoardsResponseMultiError, or nil if none found.
type GetAllBoardsResponseMultiError ¶
type GetAllBoardsResponseMultiError []error
GetAllBoardsResponseMultiError is an error wrapping multiple validation errors returned by GetAllBoardsResponse.ValidateAll() if the designated constraints aren't met.
func (GetAllBoardsResponseMultiError) AllErrors ¶
func (m GetAllBoardsResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetAllBoardsResponseMultiError) Error ¶
func (m GetAllBoardsResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetAllBoardsResponseValidationError ¶
type GetAllBoardsResponseValidationError struct {
// contains filtered or unexported fields
}
GetAllBoardsResponseValidationError is the validation error returned by GetAllBoardsResponse.Validate if the designated constraints aren't met.
func (GetAllBoardsResponseValidationError) Cause ¶
func (e GetAllBoardsResponseValidationError) Cause() error
Cause function returns cause value.
func (GetAllBoardsResponseValidationError) Error ¶
func (e GetAllBoardsResponseValidationError) Error() string
Error satisfies the builtin error interface
func (GetAllBoardsResponseValidationError) ErrorName ¶
func (e GetAllBoardsResponseValidationError) ErrorName() string
ErrorName returns error name.
func (GetAllBoardsResponseValidationError) Field ¶
func (e GetAllBoardsResponseValidationError) Field() string
Field function returns field value.
func (GetAllBoardsResponseValidationError) Key ¶
func (e GetAllBoardsResponseValidationError) Key() bool
Key function returns key value.
func (GetAllBoardsResponseValidationError) Reason ¶
func (e GetAllBoardsResponseValidationError) Reason() string
Reason function returns reason value.
type GetBoardContentRequest ¶
type GetBoardContentRequest struct { Ids []int64 `protobuf:"varint,1,rep,packed,name=ids,proto3" json:"ids,omitempty"` // contains filtered or unexported fields }
func (*GetBoardContentRequest) CloneMessageVT ¶
func (m *GetBoardContentRequest) CloneMessageVT() proto.Message
func (*GetBoardContentRequest) CloneVT ¶
func (m *GetBoardContentRequest) CloneVT() *GetBoardContentRequest
func (*GetBoardContentRequest) Descriptor
deprecated
func (*GetBoardContentRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetBoardContentRequest.ProtoReflect.Descriptor instead.
func (*GetBoardContentRequest) EqualMessageVT ¶
func (this *GetBoardContentRequest) EqualMessageVT(thatMsg proto.Message) bool
func (*GetBoardContentRequest) EqualVT ¶
func (this *GetBoardContentRequest) EqualVT(that *GetBoardContentRequest) bool
func (*GetBoardContentRequest) GetIds ¶
func (x *GetBoardContentRequest) GetIds() []int64
func (*GetBoardContentRequest) MarshalToSizedBufferVT ¶
func (m *GetBoardContentRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)
func (*GetBoardContentRequest) MarshalToSizedBufferVTStrict ¶
func (m *GetBoardContentRequest) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
func (*GetBoardContentRequest) MarshalToVT ¶
func (m *GetBoardContentRequest) MarshalToVT(dAtA []byte) (int, error)
func (*GetBoardContentRequest) MarshalToVTStrict ¶
func (m *GetBoardContentRequest) MarshalToVTStrict(dAtA []byte) (int, error)
func (*GetBoardContentRequest) MarshalVT ¶
func (m *GetBoardContentRequest) MarshalVT() (dAtA []byte, err error)
func (*GetBoardContentRequest) MarshalVTStrict ¶
func (m *GetBoardContentRequest) MarshalVTStrict() (dAtA []byte, err error)
func (*GetBoardContentRequest) ProtoMessage ¶
func (*GetBoardContentRequest) ProtoMessage()
func (*GetBoardContentRequest) ProtoReflect ¶
func (x *GetBoardContentRequest) ProtoReflect() protoreflect.Message
func (*GetBoardContentRequest) Reset ¶
func (x *GetBoardContentRequest) Reset()
func (*GetBoardContentRequest) SizeVT ¶
func (m *GetBoardContentRequest) SizeVT() (n int)
func (*GetBoardContentRequest) String ¶
func (x *GetBoardContentRequest) String() string
func (*GetBoardContentRequest) UnmarshalVT ¶
func (m *GetBoardContentRequest) UnmarshalVT(dAtA []byte) error
func (*GetBoardContentRequest) UnmarshalVTUnsafe ¶
func (m *GetBoardContentRequest) UnmarshalVTUnsafe(dAtA []byte) error
func (*GetBoardContentRequest) Validate ¶
func (m *GetBoardContentRequest) Validate() error
Validate checks the field values on GetBoardContentRequest 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 (*GetBoardContentRequest) ValidateAll ¶
func (m *GetBoardContentRequest) ValidateAll() error
ValidateAll checks the field values on GetBoardContentRequest 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 GetBoardContentRequestMultiError, or nil if none found.
type GetBoardContentRequestMultiError ¶
type GetBoardContentRequestMultiError []error
GetBoardContentRequestMultiError is an error wrapping multiple validation errors returned by GetBoardContentRequest.ValidateAll() if the designated constraints aren't met.
func (GetBoardContentRequestMultiError) AllErrors ¶
func (m GetBoardContentRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetBoardContentRequestMultiError) Error ¶
func (m GetBoardContentRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetBoardContentRequestValidationError ¶
type GetBoardContentRequestValidationError struct {
// contains filtered or unexported fields
}
GetBoardContentRequestValidationError is the validation error returned by GetBoardContentRequest.Validate if the designated constraints aren't met.
func (GetBoardContentRequestValidationError) Cause ¶
func (e GetBoardContentRequestValidationError) Cause() error
Cause function returns cause value.
func (GetBoardContentRequestValidationError) Error ¶
func (e GetBoardContentRequestValidationError) Error() string
Error satisfies the builtin error interface
func (GetBoardContentRequestValidationError) ErrorName ¶
func (e GetBoardContentRequestValidationError) ErrorName() string
ErrorName returns error name.
func (GetBoardContentRequestValidationError) Field ¶
func (e GetBoardContentRequestValidationError) Field() string
Field function returns field value.
func (GetBoardContentRequestValidationError) Key ¶
func (e GetBoardContentRequestValidationError) Key() bool
Key function returns key value.
func (GetBoardContentRequestValidationError) Reason ¶
func (e GetBoardContentRequestValidationError) Reason() string
Reason function returns reason value.
type GetBoardContentResponse ¶
type GetBoardContentResponse struct { ContentById map[int64]*GetBoardContentResponse_BoardContent `` /* 171-byte string literal not displayed */ // contains filtered or unexported fields }
func (*GetBoardContentResponse) CloneMessageVT ¶
func (m *GetBoardContentResponse) CloneMessageVT() proto.Message
func (*GetBoardContentResponse) CloneVT ¶
func (m *GetBoardContentResponse) CloneVT() *GetBoardContentResponse
func (*GetBoardContentResponse) Descriptor
deprecated
func (*GetBoardContentResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetBoardContentResponse.ProtoReflect.Descriptor instead.
func (*GetBoardContentResponse) EqualMessageVT ¶
func (this *GetBoardContentResponse) EqualMessageVT(thatMsg proto.Message) bool
func (*GetBoardContentResponse) EqualVT ¶
func (this *GetBoardContentResponse) EqualVT(that *GetBoardContentResponse) bool
func (*GetBoardContentResponse) GetContentById ¶
func (x *GetBoardContentResponse) GetContentById() map[int64]*GetBoardContentResponse_BoardContent
func (*GetBoardContentResponse) MarshalToSizedBufferVT ¶
func (m *GetBoardContentResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)
func (*GetBoardContentResponse) MarshalToSizedBufferVTStrict ¶
func (m *GetBoardContentResponse) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
func (*GetBoardContentResponse) MarshalToVT ¶
func (m *GetBoardContentResponse) MarshalToVT(dAtA []byte) (int, error)
func (*GetBoardContentResponse) MarshalToVTStrict ¶
func (m *GetBoardContentResponse) MarshalToVTStrict(dAtA []byte) (int, error)
func (*GetBoardContentResponse) MarshalVT ¶
func (m *GetBoardContentResponse) MarshalVT() (dAtA []byte, err error)
func (*GetBoardContentResponse) MarshalVTStrict ¶
func (m *GetBoardContentResponse) MarshalVTStrict() (dAtA []byte, err error)
func (*GetBoardContentResponse) ProtoMessage ¶
func (*GetBoardContentResponse) ProtoMessage()
func (*GetBoardContentResponse) ProtoReflect ¶
func (x *GetBoardContentResponse) ProtoReflect() protoreflect.Message
func (*GetBoardContentResponse) Reset ¶
func (x *GetBoardContentResponse) Reset()
func (*GetBoardContentResponse) SizeVT ¶
func (m *GetBoardContentResponse) SizeVT() (n int)
func (*GetBoardContentResponse) String ¶
func (x *GetBoardContentResponse) String() string
func (*GetBoardContentResponse) UnmarshalVT ¶
func (m *GetBoardContentResponse) UnmarshalVT(dAtA []byte) error
func (*GetBoardContentResponse) UnmarshalVTUnsafe ¶
func (m *GetBoardContentResponse) UnmarshalVTUnsafe(dAtA []byte) error
func (*GetBoardContentResponse) Validate ¶
func (m *GetBoardContentResponse) Validate() error
Validate checks the field values on GetBoardContentResponse 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 (*GetBoardContentResponse) ValidateAll ¶
func (m *GetBoardContentResponse) ValidateAll() error
ValidateAll checks the field values on GetBoardContentResponse 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 GetBoardContentResponseMultiError, or nil if none found.
type GetBoardContentResponseMultiError ¶
type GetBoardContentResponseMultiError []error
GetBoardContentResponseMultiError is an error wrapping multiple validation errors returned by GetBoardContentResponse.ValidateAll() if the designated constraints aren't met.
func (GetBoardContentResponseMultiError) AllErrors ¶
func (m GetBoardContentResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetBoardContentResponseMultiError) Error ¶
func (m GetBoardContentResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetBoardContentResponseValidationError ¶
type GetBoardContentResponseValidationError struct {
// contains filtered or unexported fields
}
GetBoardContentResponseValidationError is the validation error returned by GetBoardContentResponse.Validate if the designated constraints aren't met.
func (GetBoardContentResponseValidationError) Cause ¶
func (e GetBoardContentResponseValidationError) Cause() error
Cause function returns cause value.
func (GetBoardContentResponseValidationError) Error ¶
func (e GetBoardContentResponseValidationError) Error() string
Error satisfies the builtin error interface
func (GetBoardContentResponseValidationError) ErrorName ¶
func (e GetBoardContentResponseValidationError) ErrorName() string
ErrorName returns error name.
func (GetBoardContentResponseValidationError) Field ¶
func (e GetBoardContentResponseValidationError) Field() string
Field function returns field value.
func (GetBoardContentResponseValidationError) Key ¶
func (e GetBoardContentResponseValidationError) Key() bool
Key function returns key value.
func (GetBoardContentResponseValidationError) Reason ¶
func (e GetBoardContentResponseValidationError) Reason() string
Reason function returns reason value.
type GetBoardContentResponse_BoardContent ¶
type GetBoardContentResponse_BoardContent struct { Topics []*topics.TopicWithFetchedTasks `protobuf:"bytes,1,rep,name=topics,proto3" json:"topics,omitempty"` // contains filtered or unexported fields }
func (*GetBoardContentResponse_BoardContent) CloneMessageVT ¶
func (m *GetBoardContentResponse_BoardContent) CloneMessageVT() proto.Message
func (*GetBoardContentResponse_BoardContent) CloneVT ¶
func (m *GetBoardContentResponse_BoardContent) CloneVT() *GetBoardContentResponse_BoardContent
func (*GetBoardContentResponse_BoardContent) Descriptor
deprecated
func (*GetBoardContentResponse_BoardContent) Descriptor() ([]byte, []int)
Deprecated: Use GetBoardContentResponse_BoardContent.ProtoReflect.Descriptor instead.
func (*GetBoardContentResponse_BoardContent) EqualMessageVT ¶
func (this *GetBoardContentResponse_BoardContent) EqualMessageVT(thatMsg proto.Message) bool
func (*GetBoardContentResponse_BoardContent) EqualVT ¶
func (this *GetBoardContentResponse_BoardContent) EqualVT(that *GetBoardContentResponse_BoardContent) bool
func (*GetBoardContentResponse_BoardContent) GetTopics ¶
func (x *GetBoardContentResponse_BoardContent) GetTopics() []*topics.TopicWithFetchedTasks
func (*GetBoardContentResponse_BoardContent) MarshalToSizedBufferVT ¶
func (m *GetBoardContentResponse_BoardContent) MarshalToSizedBufferVT(dAtA []byte) (int, error)
func (*GetBoardContentResponse_BoardContent) MarshalToSizedBufferVTStrict ¶
func (m *GetBoardContentResponse_BoardContent) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
func (*GetBoardContentResponse_BoardContent) MarshalToVT ¶
func (m *GetBoardContentResponse_BoardContent) MarshalToVT(dAtA []byte) (int, error)
func (*GetBoardContentResponse_BoardContent) MarshalToVTStrict ¶
func (m *GetBoardContentResponse_BoardContent) MarshalToVTStrict(dAtA []byte) (int, error)
func (*GetBoardContentResponse_BoardContent) MarshalVT ¶
func (m *GetBoardContentResponse_BoardContent) MarshalVT() (dAtA []byte, err error)
func (*GetBoardContentResponse_BoardContent) MarshalVTStrict ¶
func (m *GetBoardContentResponse_BoardContent) MarshalVTStrict() (dAtA []byte, err error)
func (*GetBoardContentResponse_BoardContent) ProtoMessage ¶
func (*GetBoardContentResponse_BoardContent) ProtoMessage()
func (*GetBoardContentResponse_BoardContent) ProtoReflect ¶
func (x *GetBoardContentResponse_BoardContent) ProtoReflect() protoreflect.Message
func (*GetBoardContentResponse_BoardContent) Reset ¶
func (x *GetBoardContentResponse_BoardContent) Reset()
func (*GetBoardContentResponse_BoardContent) SizeVT ¶
func (m *GetBoardContentResponse_BoardContent) SizeVT() (n int)
func (*GetBoardContentResponse_BoardContent) String ¶
func (x *GetBoardContentResponse_BoardContent) String() string
func (*GetBoardContentResponse_BoardContent) UnmarshalVT ¶
func (m *GetBoardContentResponse_BoardContent) UnmarshalVT(dAtA []byte) error
func (*GetBoardContentResponse_BoardContent) UnmarshalVTUnsafe ¶
func (m *GetBoardContentResponse_BoardContent) UnmarshalVTUnsafe(dAtA []byte) error
func (*GetBoardContentResponse_BoardContent) Validate ¶
func (m *GetBoardContentResponse_BoardContent) Validate() error
Validate checks the field values on GetBoardContentResponse_BoardContent 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 (*GetBoardContentResponse_BoardContent) ValidateAll ¶
func (m *GetBoardContentResponse_BoardContent) ValidateAll() error
ValidateAll checks the field values on GetBoardContentResponse_BoardContent 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 GetBoardContentResponse_BoardContentMultiError, or nil if none found.
type GetBoardContentResponse_BoardContentMultiError ¶
type GetBoardContentResponse_BoardContentMultiError []error
GetBoardContentResponse_BoardContentMultiError is an error wrapping multiple validation errors returned by GetBoardContentResponse_BoardContent.ValidateAll() if the designated constraints aren't met.
func (GetBoardContentResponse_BoardContentMultiError) AllErrors ¶
func (m GetBoardContentResponse_BoardContentMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetBoardContentResponse_BoardContentMultiError) Error ¶
func (m GetBoardContentResponse_BoardContentMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetBoardContentResponse_BoardContentValidationError ¶
type GetBoardContentResponse_BoardContentValidationError struct {
// contains filtered or unexported fields
}
GetBoardContentResponse_BoardContentValidationError is the validation error returned by GetBoardContentResponse_BoardContent.Validate if the designated constraints aren't met.
func (GetBoardContentResponse_BoardContentValidationError) Cause ¶
func (e GetBoardContentResponse_BoardContentValidationError) Cause() error
Cause function returns cause value.
func (GetBoardContentResponse_BoardContentValidationError) Error ¶
func (e GetBoardContentResponse_BoardContentValidationError) Error() string
Error satisfies the builtin error interface
func (GetBoardContentResponse_BoardContentValidationError) ErrorName ¶
func (e GetBoardContentResponse_BoardContentValidationError) ErrorName() string
ErrorName returns error name.
func (GetBoardContentResponse_BoardContentValidationError) Field ¶
func (e GetBoardContentResponse_BoardContentValidationError) Field() string
Field function returns field value.
func (GetBoardContentResponse_BoardContentValidationError) Key ¶
func (e GetBoardContentResponse_BoardContentValidationError) Key() bool
Key function returns key value.
func (GetBoardContentResponse_BoardContentValidationError) Reason ¶
func (e GetBoardContentResponse_BoardContentValidationError) Reason() string
Reason function returns reason value.
type GetBoardOrderRequest ¶
type GetBoardOrderRequest struct {
// contains filtered or unexported fields
}
func (*GetBoardOrderRequest) CloneMessageVT ¶
func (m *GetBoardOrderRequest) CloneMessageVT() proto.Message
func (*GetBoardOrderRequest) CloneVT ¶
func (m *GetBoardOrderRequest) CloneVT() *GetBoardOrderRequest
func (*GetBoardOrderRequest) Descriptor
deprecated
func (*GetBoardOrderRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetBoardOrderRequest.ProtoReflect.Descriptor instead.
func (*GetBoardOrderRequest) EqualMessageVT ¶
func (this *GetBoardOrderRequest) EqualMessageVT(thatMsg proto.Message) bool
func (*GetBoardOrderRequest) EqualVT ¶
func (this *GetBoardOrderRequest) EqualVT(that *GetBoardOrderRequest) bool
func (*GetBoardOrderRequest) MarshalToSizedBufferVT ¶
func (m *GetBoardOrderRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)
func (*GetBoardOrderRequest) MarshalToSizedBufferVTStrict ¶
func (m *GetBoardOrderRequest) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
func (*GetBoardOrderRequest) MarshalToVT ¶
func (m *GetBoardOrderRequest) MarshalToVT(dAtA []byte) (int, error)
func (*GetBoardOrderRequest) MarshalToVTStrict ¶
func (m *GetBoardOrderRequest) MarshalToVTStrict(dAtA []byte) (int, error)
func (*GetBoardOrderRequest) MarshalVT ¶
func (m *GetBoardOrderRequest) MarshalVT() (dAtA []byte, err error)
func (*GetBoardOrderRequest) MarshalVTStrict ¶
func (m *GetBoardOrderRequest) MarshalVTStrict() (dAtA []byte, err error)
func (*GetBoardOrderRequest) ProtoMessage ¶
func (*GetBoardOrderRequest) ProtoMessage()
func (*GetBoardOrderRequest) ProtoReflect ¶
func (x *GetBoardOrderRequest) ProtoReflect() protoreflect.Message
func (*GetBoardOrderRequest) Reset ¶
func (x *GetBoardOrderRequest) Reset()
func (*GetBoardOrderRequest) SizeVT ¶
func (m *GetBoardOrderRequest) SizeVT() (n int)
func (*GetBoardOrderRequest) String ¶
func (x *GetBoardOrderRequest) String() string
func (*GetBoardOrderRequest) UnmarshalVT ¶
func (m *GetBoardOrderRequest) UnmarshalVT(dAtA []byte) error
func (*GetBoardOrderRequest) UnmarshalVTUnsafe ¶
func (m *GetBoardOrderRequest) UnmarshalVTUnsafe(dAtA []byte) error
func (*GetBoardOrderRequest) Validate ¶
func (m *GetBoardOrderRequest) Validate() error
Validate checks the field values on GetBoardOrderRequest 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 (*GetBoardOrderRequest) ValidateAll ¶
func (m *GetBoardOrderRequest) ValidateAll() error
ValidateAll checks the field values on GetBoardOrderRequest 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 GetBoardOrderRequestMultiError, or nil if none found.
type GetBoardOrderRequestMultiError ¶
type GetBoardOrderRequestMultiError []error
GetBoardOrderRequestMultiError is an error wrapping multiple validation errors returned by GetBoardOrderRequest.ValidateAll() if the designated constraints aren't met.
func (GetBoardOrderRequestMultiError) AllErrors ¶
func (m GetBoardOrderRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetBoardOrderRequestMultiError) Error ¶
func (m GetBoardOrderRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetBoardOrderRequestValidationError ¶
type GetBoardOrderRequestValidationError struct {
// contains filtered or unexported fields
}
GetBoardOrderRequestValidationError is the validation error returned by GetBoardOrderRequest.Validate if the designated constraints aren't met.
func (GetBoardOrderRequestValidationError) Cause ¶
func (e GetBoardOrderRequestValidationError) Cause() error
Cause function returns cause value.
func (GetBoardOrderRequestValidationError) Error ¶
func (e GetBoardOrderRequestValidationError) Error() string
Error satisfies the builtin error interface
func (GetBoardOrderRequestValidationError) ErrorName ¶
func (e GetBoardOrderRequestValidationError) ErrorName() string
ErrorName returns error name.
func (GetBoardOrderRequestValidationError) Field ¶
func (e GetBoardOrderRequestValidationError) Field() string
Field function returns field value.
func (GetBoardOrderRequestValidationError) Key ¶
func (e GetBoardOrderRequestValidationError) Key() bool
Key function returns key value.
func (GetBoardOrderRequestValidationError) Reason ¶
func (e GetBoardOrderRequestValidationError) Reason() string
Reason function returns reason value.
type GetBoardOrderResponse ¶
type GetBoardOrderResponse struct { Order map[int64]int32 `` /* 139-byte string literal not displayed */ // contains filtered or unexported fields }
func (*GetBoardOrderResponse) CloneMessageVT ¶
func (m *GetBoardOrderResponse) CloneMessageVT() proto.Message
func (*GetBoardOrderResponse) CloneVT ¶
func (m *GetBoardOrderResponse) CloneVT() *GetBoardOrderResponse
func (*GetBoardOrderResponse) Descriptor
deprecated
func (*GetBoardOrderResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetBoardOrderResponse.ProtoReflect.Descriptor instead.
func (*GetBoardOrderResponse) EqualMessageVT ¶
func (this *GetBoardOrderResponse) EqualMessageVT(thatMsg proto.Message) bool
func (*GetBoardOrderResponse) EqualVT ¶
func (this *GetBoardOrderResponse) EqualVT(that *GetBoardOrderResponse) bool
func (*GetBoardOrderResponse) GetOrder ¶
func (x *GetBoardOrderResponse) GetOrder() map[int64]int32
func (*GetBoardOrderResponse) MarshalToSizedBufferVT ¶
func (m *GetBoardOrderResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)
func (*GetBoardOrderResponse) MarshalToSizedBufferVTStrict ¶
func (m *GetBoardOrderResponse) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
func (*GetBoardOrderResponse) MarshalToVT ¶
func (m *GetBoardOrderResponse) MarshalToVT(dAtA []byte) (int, error)
func (*GetBoardOrderResponse) MarshalToVTStrict ¶
func (m *GetBoardOrderResponse) MarshalToVTStrict(dAtA []byte) (int, error)
func (*GetBoardOrderResponse) MarshalVT ¶
func (m *GetBoardOrderResponse) MarshalVT() (dAtA []byte, err error)
func (*GetBoardOrderResponse) MarshalVTStrict ¶
func (m *GetBoardOrderResponse) MarshalVTStrict() (dAtA []byte, err error)
func (*GetBoardOrderResponse) ProtoMessage ¶
func (*GetBoardOrderResponse) ProtoMessage()
func (*GetBoardOrderResponse) ProtoReflect ¶
func (x *GetBoardOrderResponse) ProtoReflect() protoreflect.Message
func (*GetBoardOrderResponse) Reset ¶
func (x *GetBoardOrderResponse) Reset()
func (*GetBoardOrderResponse) SizeVT ¶
func (m *GetBoardOrderResponse) SizeVT() (n int)
func (*GetBoardOrderResponse) String ¶
func (x *GetBoardOrderResponse) String() string
func (*GetBoardOrderResponse) UnmarshalVT ¶
func (m *GetBoardOrderResponse) UnmarshalVT(dAtA []byte) error
func (*GetBoardOrderResponse) UnmarshalVTUnsafe ¶
func (m *GetBoardOrderResponse) UnmarshalVTUnsafe(dAtA []byte) error
func (*GetBoardOrderResponse) Validate ¶
func (m *GetBoardOrderResponse) Validate() error
Validate checks the field values on GetBoardOrderResponse 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 (*GetBoardOrderResponse) ValidateAll ¶
func (m *GetBoardOrderResponse) ValidateAll() error
ValidateAll checks the field values on GetBoardOrderResponse 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 GetBoardOrderResponseMultiError, or nil if none found.
type GetBoardOrderResponseMultiError ¶
type GetBoardOrderResponseMultiError []error
GetBoardOrderResponseMultiError is an error wrapping multiple validation errors returned by GetBoardOrderResponse.ValidateAll() if the designated constraints aren't met.
func (GetBoardOrderResponseMultiError) AllErrors ¶
func (m GetBoardOrderResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetBoardOrderResponseMultiError) Error ¶
func (m GetBoardOrderResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetBoardOrderResponseValidationError ¶
type GetBoardOrderResponseValidationError struct {
// contains filtered or unexported fields
}
GetBoardOrderResponseValidationError is the validation error returned by GetBoardOrderResponse.Validate if the designated constraints aren't met.
func (GetBoardOrderResponseValidationError) Cause ¶
func (e GetBoardOrderResponseValidationError) Cause() error
Cause function returns cause value.
func (GetBoardOrderResponseValidationError) Error ¶
func (e GetBoardOrderResponseValidationError) Error() string
Error satisfies the builtin error interface
func (GetBoardOrderResponseValidationError) ErrorName ¶
func (e GetBoardOrderResponseValidationError) ErrorName() string
ErrorName returns error name.
func (GetBoardOrderResponseValidationError) Field ¶
func (e GetBoardOrderResponseValidationError) Field() string
Field function returns field value.
func (GetBoardOrderResponseValidationError) Key ¶
func (e GetBoardOrderResponseValidationError) Key() bool
Key function returns key value.
func (GetBoardOrderResponseValidationError) Reason ¶
func (e GetBoardOrderResponseValidationError) Reason() string
Reason function returns reason value.
type GetBoardsRequest ¶
type GetBoardsRequest struct { Ids []int64 `protobuf:"varint,1,rep,packed,name=ids,proto3" json:"ids,omitempty"` // contains filtered or unexported fields }
func (*GetBoardsRequest) CloneMessageVT ¶
func (m *GetBoardsRequest) CloneMessageVT() proto.Message
func (*GetBoardsRequest) CloneVT ¶
func (m *GetBoardsRequest) CloneVT() *GetBoardsRequest
func (*GetBoardsRequest) Descriptor
deprecated
func (*GetBoardsRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetBoardsRequest.ProtoReflect.Descriptor instead.
func (*GetBoardsRequest) EqualMessageVT ¶
func (this *GetBoardsRequest) EqualMessageVT(thatMsg proto.Message) bool
func (*GetBoardsRequest) EqualVT ¶
func (this *GetBoardsRequest) EqualVT(that *GetBoardsRequest) bool
func (*GetBoardsRequest) GetIds ¶
func (x *GetBoardsRequest) GetIds() []int64
func (*GetBoardsRequest) MarshalToSizedBufferVT ¶
func (m *GetBoardsRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)
func (*GetBoardsRequest) MarshalToSizedBufferVTStrict ¶
func (m *GetBoardsRequest) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
func (*GetBoardsRequest) MarshalToVT ¶
func (m *GetBoardsRequest) MarshalToVT(dAtA []byte) (int, error)
func (*GetBoardsRequest) MarshalToVTStrict ¶
func (m *GetBoardsRequest) MarshalToVTStrict(dAtA []byte) (int, error)
func (*GetBoardsRequest) MarshalVT ¶
func (m *GetBoardsRequest) MarshalVT() (dAtA []byte, err error)
func (*GetBoardsRequest) MarshalVTStrict ¶
func (m *GetBoardsRequest) MarshalVTStrict() (dAtA []byte, err error)
func (*GetBoardsRequest) ProtoMessage ¶
func (*GetBoardsRequest) ProtoMessage()
func (*GetBoardsRequest) ProtoReflect ¶
func (x *GetBoardsRequest) ProtoReflect() protoreflect.Message
func (*GetBoardsRequest) Reset ¶
func (x *GetBoardsRequest) Reset()
func (*GetBoardsRequest) SizeVT ¶
func (m *GetBoardsRequest) SizeVT() (n int)
func (*GetBoardsRequest) String ¶
func (x *GetBoardsRequest) String() string
func (*GetBoardsRequest) UnmarshalVT ¶
func (m *GetBoardsRequest) UnmarshalVT(dAtA []byte) error
func (*GetBoardsRequest) UnmarshalVTUnsafe ¶
func (m *GetBoardsRequest) UnmarshalVTUnsafe(dAtA []byte) error
func (*GetBoardsRequest) Validate ¶
func (m *GetBoardsRequest) Validate() error
Validate checks the field values on GetBoardsRequest 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 (*GetBoardsRequest) ValidateAll ¶
func (m *GetBoardsRequest) ValidateAll() error
ValidateAll checks the field values on GetBoardsRequest 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 GetBoardsRequestMultiError, or nil if none found.
type GetBoardsRequestMultiError ¶
type GetBoardsRequestMultiError []error
GetBoardsRequestMultiError is an error wrapping multiple validation errors returned by GetBoardsRequest.ValidateAll() if the designated constraints aren't met.
func (GetBoardsRequestMultiError) AllErrors ¶
func (m GetBoardsRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetBoardsRequestMultiError) Error ¶
func (m GetBoardsRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetBoardsRequestValidationError ¶
type GetBoardsRequestValidationError struct {
// contains filtered or unexported fields
}
GetBoardsRequestValidationError is the validation error returned by GetBoardsRequest.Validate if the designated constraints aren't met.
func (GetBoardsRequestValidationError) Cause ¶
func (e GetBoardsRequestValidationError) Cause() error
Cause function returns cause value.
func (GetBoardsRequestValidationError) Error ¶
func (e GetBoardsRequestValidationError) Error() string
Error satisfies the builtin error interface
func (GetBoardsRequestValidationError) ErrorName ¶
func (e GetBoardsRequestValidationError) ErrorName() string
ErrorName returns error name.
func (GetBoardsRequestValidationError) Field ¶
func (e GetBoardsRequestValidationError) Field() string
Field function returns field value.
func (GetBoardsRequestValidationError) Key ¶
func (e GetBoardsRequestValidationError) Key() bool
Key function returns key value.
func (GetBoardsRequestValidationError) Reason ¶
func (e GetBoardsRequestValidationError) Reason() string
Reason function returns reason value.
type GetBoardsResponse ¶
type GetBoardsResponse struct { Boards []*Board `protobuf:"bytes,1,rep,name=boards,proto3" json:"boards,omitempty"` // contains filtered or unexported fields }
func (*GetBoardsResponse) CloneMessageVT ¶
func (m *GetBoardsResponse) CloneMessageVT() proto.Message
func (*GetBoardsResponse) CloneVT ¶
func (m *GetBoardsResponse) CloneVT() *GetBoardsResponse
func (*GetBoardsResponse) Descriptor
deprecated
func (*GetBoardsResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetBoardsResponse.ProtoReflect.Descriptor instead.
func (*GetBoardsResponse) EqualMessageVT ¶
func (this *GetBoardsResponse) EqualMessageVT(thatMsg proto.Message) bool
func (*GetBoardsResponse) EqualVT ¶
func (this *GetBoardsResponse) EqualVT(that *GetBoardsResponse) bool
func (*GetBoardsResponse) GetBoards ¶
func (x *GetBoardsResponse) GetBoards() []*Board
func (*GetBoardsResponse) MarshalToSizedBufferVT ¶
func (m *GetBoardsResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)
func (*GetBoardsResponse) MarshalToSizedBufferVTStrict ¶
func (m *GetBoardsResponse) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
func (*GetBoardsResponse) MarshalToVT ¶
func (m *GetBoardsResponse) MarshalToVT(dAtA []byte) (int, error)
func (*GetBoardsResponse) MarshalToVTStrict ¶
func (m *GetBoardsResponse) MarshalToVTStrict(dAtA []byte) (int, error)
func (*GetBoardsResponse) MarshalVT ¶
func (m *GetBoardsResponse) MarshalVT() (dAtA []byte, err error)
func (*GetBoardsResponse) MarshalVTStrict ¶
func (m *GetBoardsResponse) MarshalVTStrict() (dAtA []byte, err error)
func (*GetBoardsResponse) ProtoMessage ¶
func (*GetBoardsResponse) ProtoMessage()
func (*GetBoardsResponse) ProtoReflect ¶
func (x *GetBoardsResponse) ProtoReflect() protoreflect.Message
func (*GetBoardsResponse) Reset ¶
func (x *GetBoardsResponse) Reset()
func (*GetBoardsResponse) SizeVT ¶
func (m *GetBoardsResponse) SizeVT() (n int)
func (*GetBoardsResponse) String ¶
func (x *GetBoardsResponse) String() string
func (*GetBoardsResponse) UnmarshalVT ¶
func (m *GetBoardsResponse) UnmarshalVT(dAtA []byte) error
func (*GetBoardsResponse) UnmarshalVTUnsafe ¶
func (m *GetBoardsResponse) UnmarshalVTUnsafe(dAtA []byte) error
func (*GetBoardsResponse) Validate ¶
func (m *GetBoardsResponse) Validate() error
Validate checks the field values on GetBoardsResponse 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 (*GetBoardsResponse) ValidateAll ¶
func (m *GetBoardsResponse) ValidateAll() error
ValidateAll checks the field values on GetBoardsResponse 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 GetBoardsResponseMultiError, or nil if none found.
type GetBoardsResponseMultiError ¶
type GetBoardsResponseMultiError []error
GetBoardsResponseMultiError is an error wrapping multiple validation errors returned by GetBoardsResponse.ValidateAll() if the designated constraints aren't met.
func (GetBoardsResponseMultiError) AllErrors ¶
func (m GetBoardsResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetBoardsResponseMultiError) Error ¶
func (m GetBoardsResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetBoardsResponseValidationError ¶
type GetBoardsResponseValidationError struct {
// contains filtered or unexported fields
}
GetBoardsResponseValidationError is the validation error returned by GetBoardsResponse.Validate if the designated constraints aren't met.
func (GetBoardsResponseValidationError) Cause ¶
func (e GetBoardsResponseValidationError) Cause() error
Cause function returns cause value.
func (GetBoardsResponseValidationError) Error ¶
func (e GetBoardsResponseValidationError) Error() string
Error satisfies the builtin error interface
func (GetBoardsResponseValidationError) ErrorName ¶
func (e GetBoardsResponseValidationError) ErrorName() string
ErrorName returns error name.
func (GetBoardsResponseValidationError) Field ¶
func (e GetBoardsResponseValidationError) Field() string
Field function returns field value.
func (GetBoardsResponseValidationError) Key ¶
func (e GetBoardsResponseValidationError) Key() bool
Key function returns key value.
func (GetBoardsResponseValidationError) Reason ¶
func (e GetBoardsResponseValidationError) Reason() string
Reason function returns reason value.
type UnimplementedBoardServiceServer ¶
type UnimplementedBoardServiceServer struct { }
UnimplementedBoardServiceServer must be embedded to have forward compatible implementations.
func (UnimplementedBoardServiceServer) ChangeBoardOrder ¶
func (UnimplementedBoardServiceServer) ChangeBoardOrder(context.Context, *ChangeBoardOrderRequest) (*ChangeBoardOrderResponse, error)
func (UnimplementedBoardServiceServer) CreateBoards ¶
func (UnimplementedBoardServiceServer) CreateBoards(context.Context, *CreateBoardsRequest) (*CreateBoardsResponse, error)
func (UnimplementedBoardServiceServer) DeleteBoards ¶
func (UnimplementedBoardServiceServer) DeleteBoards(context.Context, *DeleteBoardsRequest) (*DeleteBoardsResponse, error)
func (UnimplementedBoardServiceServer) GetAllBoards ¶
func (UnimplementedBoardServiceServer) GetAllBoards(context.Context, *GetAllBoardsRequest) (*GetAllBoardsResponse, error)
func (UnimplementedBoardServiceServer) GetBoardContent ¶
func (UnimplementedBoardServiceServer) GetBoardContent(context.Context, *GetBoardContentRequest) (*GetBoardContentResponse, error)
func (UnimplementedBoardServiceServer) GetBoardOrder ¶
func (UnimplementedBoardServiceServer) GetBoardOrder(context.Context, *GetBoardOrderRequest) (*GetBoardOrderResponse, error)
func (UnimplementedBoardServiceServer) GetBoards ¶
func (UnimplementedBoardServiceServer) GetBoards(context.Context, *GetBoardsRequest) (*GetBoardsResponse, error)
func (UnimplementedBoardServiceServer) UpdateBoards ¶
func (UnimplementedBoardServiceServer) UpdateBoards(context.Context, *UpdateBoardsRequest) (*UpdateBoardsResponse, error)
type UnsafeBoardServiceServer ¶
type UnsafeBoardServiceServer interface {
// contains filtered or unexported methods
}
UnsafeBoardServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to BoardServiceServer will result in compilation errors.
type UpdateBoardsRequest ¶
type UpdateBoardsRequest struct { BoardsToUpdate []*UpdateBoardsRequest_BoardPrototype `protobuf:"bytes,1,rep,name=boards_to_update,json=boardsToUpdate,proto3" json:"boards_to_update,omitempty"` // contains filtered or unexported fields }
func (*UpdateBoardsRequest) CloneMessageVT ¶
func (m *UpdateBoardsRequest) CloneMessageVT() proto.Message
func (*UpdateBoardsRequest) CloneVT ¶
func (m *UpdateBoardsRequest) CloneVT() *UpdateBoardsRequest
func (*UpdateBoardsRequest) Descriptor
deprecated
func (*UpdateBoardsRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateBoardsRequest.ProtoReflect.Descriptor instead.
func (*UpdateBoardsRequest) EqualMessageVT ¶
func (this *UpdateBoardsRequest) EqualMessageVT(thatMsg proto.Message) bool
func (*UpdateBoardsRequest) EqualVT ¶
func (this *UpdateBoardsRequest) EqualVT(that *UpdateBoardsRequest) bool
func (*UpdateBoardsRequest) GetBoardsToUpdate ¶
func (x *UpdateBoardsRequest) GetBoardsToUpdate() []*UpdateBoardsRequest_BoardPrototype
func (*UpdateBoardsRequest) MarshalToSizedBufferVT ¶
func (m *UpdateBoardsRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)
func (*UpdateBoardsRequest) MarshalToSizedBufferVTStrict ¶
func (m *UpdateBoardsRequest) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
func (*UpdateBoardsRequest) MarshalToVT ¶
func (m *UpdateBoardsRequest) MarshalToVT(dAtA []byte) (int, error)
func (*UpdateBoardsRequest) MarshalToVTStrict ¶
func (m *UpdateBoardsRequest) MarshalToVTStrict(dAtA []byte) (int, error)
func (*UpdateBoardsRequest) MarshalVT ¶
func (m *UpdateBoardsRequest) MarshalVT() (dAtA []byte, err error)
func (*UpdateBoardsRequest) MarshalVTStrict ¶
func (m *UpdateBoardsRequest) MarshalVTStrict() (dAtA []byte, err error)
func (*UpdateBoardsRequest) ProtoMessage ¶
func (*UpdateBoardsRequest) ProtoMessage()
func (*UpdateBoardsRequest) ProtoReflect ¶
func (x *UpdateBoardsRequest) ProtoReflect() protoreflect.Message
func (*UpdateBoardsRequest) Reset ¶
func (x *UpdateBoardsRequest) Reset()
func (*UpdateBoardsRequest) SizeVT ¶
func (m *UpdateBoardsRequest) SizeVT() (n int)
func (*UpdateBoardsRequest) String ¶
func (x *UpdateBoardsRequest) String() string
func (*UpdateBoardsRequest) UnmarshalVT ¶
func (m *UpdateBoardsRequest) UnmarshalVT(dAtA []byte) error
func (*UpdateBoardsRequest) UnmarshalVTUnsafe ¶
func (m *UpdateBoardsRequest) UnmarshalVTUnsafe(dAtA []byte) error
func (*UpdateBoardsRequest) Validate ¶
func (m *UpdateBoardsRequest) Validate() error
Validate checks the field values on UpdateBoardsRequest 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 (*UpdateBoardsRequest) ValidateAll ¶
func (m *UpdateBoardsRequest) ValidateAll() error
ValidateAll checks the field values on UpdateBoardsRequest 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 UpdateBoardsRequestMultiError, or nil if none found.
type UpdateBoardsRequestMultiError ¶
type UpdateBoardsRequestMultiError []error
UpdateBoardsRequestMultiError is an error wrapping multiple validation errors returned by UpdateBoardsRequest.ValidateAll() if the designated constraints aren't met.
func (UpdateBoardsRequestMultiError) AllErrors ¶
func (m UpdateBoardsRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (UpdateBoardsRequestMultiError) Error ¶
func (m UpdateBoardsRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type UpdateBoardsRequestValidationError ¶
type UpdateBoardsRequestValidationError struct {
// contains filtered or unexported fields
}
UpdateBoardsRequestValidationError is the validation error returned by UpdateBoardsRequest.Validate if the designated constraints aren't met.
func (UpdateBoardsRequestValidationError) Cause ¶
func (e UpdateBoardsRequestValidationError) Cause() error
Cause function returns cause value.
func (UpdateBoardsRequestValidationError) Error ¶
func (e UpdateBoardsRequestValidationError) Error() string
Error satisfies the builtin error interface
func (UpdateBoardsRequestValidationError) ErrorName ¶
func (e UpdateBoardsRequestValidationError) ErrorName() string
ErrorName returns error name.
func (UpdateBoardsRequestValidationError) Field ¶
func (e UpdateBoardsRequestValidationError) Field() string
Field function returns field value.
func (UpdateBoardsRequestValidationError) Key ¶
func (e UpdateBoardsRequestValidationError) Key() bool
Key function returns key value.
func (UpdateBoardsRequestValidationError) Reason ¶
func (e UpdateBoardsRequestValidationError) Reason() string
Reason function returns reason value.
type UpdateBoardsRequest_BoardPrototype ¶
type UpdateBoardsRequest_BoardPrototype struct { Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` Name *string `protobuf:"bytes,2,opt,name=name,proto3,oneof" json:"name,omitempty"` TopicIds []int64 `protobuf:"varint,3,rep,packed,name=topic_ids,json=topicIds,proto3" json:"topic_ids,omitempty"` // contains filtered or unexported fields }
func (*UpdateBoardsRequest_BoardPrototype) CloneMessageVT ¶
func (m *UpdateBoardsRequest_BoardPrototype) CloneMessageVT() proto.Message
func (*UpdateBoardsRequest_BoardPrototype) CloneVT ¶
func (m *UpdateBoardsRequest_BoardPrototype) CloneVT() *UpdateBoardsRequest_BoardPrototype
func (*UpdateBoardsRequest_BoardPrototype) Descriptor
deprecated
func (*UpdateBoardsRequest_BoardPrototype) Descriptor() ([]byte, []int)
Deprecated: Use UpdateBoardsRequest_BoardPrototype.ProtoReflect.Descriptor instead.
func (*UpdateBoardsRequest_BoardPrototype) EqualMessageVT ¶
func (this *UpdateBoardsRequest_BoardPrototype) EqualMessageVT(thatMsg proto.Message) bool
func (*UpdateBoardsRequest_BoardPrototype) EqualVT ¶
func (this *UpdateBoardsRequest_BoardPrototype) EqualVT(that *UpdateBoardsRequest_BoardPrototype) bool
func (*UpdateBoardsRequest_BoardPrototype) GetId ¶
func (x *UpdateBoardsRequest_BoardPrototype) GetId() int64
func (*UpdateBoardsRequest_BoardPrototype) GetName ¶
func (x *UpdateBoardsRequest_BoardPrototype) GetName() string
func (*UpdateBoardsRequest_BoardPrototype) GetTopicIds ¶
func (x *UpdateBoardsRequest_BoardPrototype) GetTopicIds() []int64
func (*UpdateBoardsRequest_BoardPrototype) MarshalToSizedBufferVT ¶
func (m *UpdateBoardsRequest_BoardPrototype) MarshalToSizedBufferVT(dAtA []byte) (int, error)
func (*UpdateBoardsRequest_BoardPrototype) MarshalToSizedBufferVTStrict ¶
func (m *UpdateBoardsRequest_BoardPrototype) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
func (*UpdateBoardsRequest_BoardPrototype) MarshalToVT ¶
func (m *UpdateBoardsRequest_BoardPrototype) MarshalToVT(dAtA []byte) (int, error)
func (*UpdateBoardsRequest_BoardPrototype) MarshalToVTStrict ¶
func (m *UpdateBoardsRequest_BoardPrototype) MarshalToVTStrict(dAtA []byte) (int, error)
func (*UpdateBoardsRequest_BoardPrototype) MarshalVT ¶
func (m *UpdateBoardsRequest_BoardPrototype) MarshalVT() (dAtA []byte, err error)
func (*UpdateBoardsRequest_BoardPrototype) MarshalVTStrict ¶
func (m *UpdateBoardsRequest_BoardPrototype) MarshalVTStrict() (dAtA []byte, err error)
func (*UpdateBoardsRequest_BoardPrototype) ProtoMessage ¶
func (*UpdateBoardsRequest_BoardPrototype) ProtoMessage()
func (*UpdateBoardsRequest_BoardPrototype) ProtoReflect ¶
func (x *UpdateBoardsRequest_BoardPrototype) ProtoReflect() protoreflect.Message
func (*UpdateBoardsRequest_BoardPrototype) Reset ¶
func (x *UpdateBoardsRequest_BoardPrototype) Reset()
func (*UpdateBoardsRequest_BoardPrototype) SizeVT ¶
func (m *UpdateBoardsRequest_BoardPrototype) SizeVT() (n int)
func (*UpdateBoardsRequest_BoardPrototype) String ¶
func (x *UpdateBoardsRequest_BoardPrototype) String() string
func (*UpdateBoardsRequest_BoardPrototype) UnmarshalVT ¶
func (m *UpdateBoardsRequest_BoardPrototype) UnmarshalVT(dAtA []byte) error
func (*UpdateBoardsRequest_BoardPrototype) UnmarshalVTUnsafe ¶
func (m *UpdateBoardsRequest_BoardPrototype) UnmarshalVTUnsafe(dAtA []byte) error
func (*UpdateBoardsRequest_BoardPrototype) Validate ¶
func (m *UpdateBoardsRequest_BoardPrototype) Validate() error
Validate checks the field values on UpdateBoardsRequest_BoardPrototype 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 (*UpdateBoardsRequest_BoardPrototype) ValidateAll ¶
func (m *UpdateBoardsRequest_BoardPrototype) ValidateAll() error
ValidateAll checks the field values on UpdateBoardsRequest_BoardPrototype 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 UpdateBoardsRequest_BoardPrototypeMultiError, or nil if none found.
type UpdateBoardsRequest_BoardPrototypeMultiError ¶
type UpdateBoardsRequest_BoardPrototypeMultiError []error
UpdateBoardsRequest_BoardPrototypeMultiError is an error wrapping multiple validation errors returned by UpdateBoardsRequest_BoardPrototype.ValidateAll() if the designated constraints aren't met.
func (UpdateBoardsRequest_BoardPrototypeMultiError) AllErrors ¶
func (m UpdateBoardsRequest_BoardPrototypeMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (UpdateBoardsRequest_BoardPrototypeMultiError) Error ¶
func (m UpdateBoardsRequest_BoardPrototypeMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type UpdateBoardsRequest_BoardPrototypeValidationError ¶
type UpdateBoardsRequest_BoardPrototypeValidationError struct {
// contains filtered or unexported fields
}
UpdateBoardsRequest_BoardPrototypeValidationError is the validation error returned by UpdateBoardsRequest_BoardPrototype.Validate if the designated constraints aren't met.
func (UpdateBoardsRequest_BoardPrototypeValidationError) Cause ¶
func (e UpdateBoardsRequest_BoardPrototypeValidationError) Cause() error
Cause function returns cause value.
func (UpdateBoardsRequest_BoardPrototypeValidationError) Error ¶
func (e UpdateBoardsRequest_BoardPrototypeValidationError) Error() string
Error satisfies the builtin error interface
func (UpdateBoardsRequest_BoardPrototypeValidationError) ErrorName ¶
func (e UpdateBoardsRequest_BoardPrototypeValidationError) ErrorName() string
ErrorName returns error name.
func (UpdateBoardsRequest_BoardPrototypeValidationError) Field ¶
func (e UpdateBoardsRequest_BoardPrototypeValidationError) Field() string
Field function returns field value.
func (UpdateBoardsRequest_BoardPrototypeValidationError) Key ¶
func (e UpdateBoardsRequest_BoardPrototypeValidationError) Key() bool
Key function returns key value.
func (UpdateBoardsRequest_BoardPrototypeValidationError) Reason ¶
func (e UpdateBoardsRequest_BoardPrototypeValidationError) Reason() string
Reason function returns reason value.
type UpdateBoardsResponse ¶
type UpdateBoardsResponse struct {
// contains filtered or unexported fields
}
func (*UpdateBoardsResponse) CloneMessageVT ¶
func (m *UpdateBoardsResponse) CloneMessageVT() proto.Message
func (*UpdateBoardsResponse) CloneVT ¶
func (m *UpdateBoardsResponse) CloneVT() *UpdateBoardsResponse
func (*UpdateBoardsResponse) Descriptor
deprecated
func (*UpdateBoardsResponse) Descriptor() ([]byte, []int)
Deprecated: Use UpdateBoardsResponse.ProtoReflect.Descriptor instead.
func (*UpdateBoardsResponse) EqualMessageVT ¶
func (this *UpdateBoardsResponse) EqualMessageVT(thatMsg proto.Message) bool
func (*UpdateBoardsResponse) EqualVT ¶
func (this *UpdateBoardsResponse) EqualVT(that *UpdateBoardsResponse) bool
func (*UpdateBoardsResponse) MarshalToSizedBufferVT ¶
func (m *UpdateBoardsResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)
func (*UpdateBoardsResponse) MarshalToSizedBufferVTStrict ¶
func (m *UpdateBoardsResponse) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
func (*UpdateBoardsResponse) MarshalToVT ¶
func (m *UpdateBoardsResponse) MarshalToVT(dAtA []byte) (int, error)
func (*UpdateBoardsResponse) MarshalToVTStrict ¶
func (m *UpdateBoardsResponse) MarshalToVTStrict(dAtA []byte) (int, error)
func (*UpdateBoardsResponse) MarshalVT ¶
func (m *UpdateBoardsResponse) MarshalVT() (dAtA []byte, err error)
func (*UpdateBoardsResponse) MarshalVTStrict ¶
func (m *UpdateBoardsResponse) MarshalVTStrict() (dAtA []byte, err error)
func (*UpdateBoardsResponse) ProtoMessage ¶
func (*UpdateBoardsResponse) ProtoMessage()
func (*UpdateBoardsResponse) ProtoReflect ¶
func (x *UpdateBoardsResponse) ProtoReflect() protoreflect.Message
func (*UpdateBoardsResponse) Reset ¶
func (x *UpdateBoardsResponse) Reset()
func (*UpdateBoardsResponse) SizeVT ¶
func (m *UpdateBoardsResponse) SizeVT() (n int)
func (*UpdateBoardsResponse) String ¶
func (x *UpdateBoardsResponse) String() string
func (*UpdateBoardsResponse) UnmarshalVT ¶
func (m *UpdateBoardsResponse) UnmarshalVT(dAtA []byte) error
func (*UpdateBoardsResponse) UnmarshalVTUnsafe ¶
func (m *UpdateBoardsResponse) UnmarshalVTUnsafe(dAtA []byte) error
func (*UpdateBoardsResponse) Validate ¶
func (m *UpdateBoardsResponse) Validate() error
Validate checks the field values on UpdateBoardsResponse 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 (*UpdateBoardsResponse) ValidateAll ¶
func (m *UpdateBoardsResponse) ValidateAll() error
ValidateAll checks the field values on UpdateBoardsResponse 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 UpdateBoardsResponseMultiError, or nil if none found.
type UpdateBoardsResponseMultiError ¶
type UpdateBoardsResponseMultiError []error
UpdateBoardsResponseMultiError is an error wrapping multiple validation errors returned by UpdateBoardsResponse.ValidateAll() if the designated constraints aren't met.
func (UpdateBoardsResponseMultiError) AllErrors ¶
func (m UpdateBoardsResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (UpdateBoardsResponseMultiError) Error ¶
func (m UpdateBoardsResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type UpdateBoardsResponseValidationError ¶
type UpdateBoardsResponseValidationError struct {
// contains filtered or unexported fields
}
UpdateBoardsResponseValidationError is the validation error returned by UpdateBoardsResponse.Validate if the designated constraints aren't met.
func (UpdateBoardsResponseValidationError) Cause ¶
func (e UpdateBoardsResponseValidationError) Cause() error
Cause function returns cause value.
func (UpdateBoardsResponseValidationError) Error ¶
func (e UpdateBoardsResponseValidationError) Error() string
Error satisfies the builtin error interface
func (UpdateBoardsResponseValidationError) ErrorName ¶
func (e UpdateBoardsResponseValidationError) ErrorName() string
ErrorName returns error name.
func (UpdateBoardsResponseValidationError) Field ¶
func (e UpdateBoardsResponseValidationError) Field() string
Field function returns field value.
func (UpdateBoardsResponseValidationError) Key ¶
func (e UpdateBoardsResponseValidationError) Key() bool
Key function returns key value.
func (UpdateBoardsResponseValidationError) Reason ¶
func (e UpdateBoardsResponseValidationError) Reason() string
Reason function returns reason value.