task_tracker_boards

package
v0.0.4 Latest Latest
Warning

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

Go to latest
Published: Sep 1, 2025 License: MIT Imports: 35 Imported by: 0

Documentation

Overview

Package task_tracker_boards is a reverse proxy.

It translates gRPC into RESTful JSON APIs.

Index

Constants

This section is empty.

Variables

View Source
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)

View Source
var File_api_boards_models_proto protoreflect.FileDescriptor
View Source
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 (m *Board) CloneMessageVT() proto.Message

func (*Board) CloneVT

func (m *Board) CloneVT() *Board

func (*Board) Descriptor deprecated

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

Deprecated: Use Board.ProtoReflect.Descriptor instead.

func (*Board) EqualMessageVT

func (this *Board) EqualMessageVT(thatMsg proto.Message) bool

func (*Board) EqualVT

func (this *Board) EqualVT(that *Board) bool

func (*Board) GetCreatedAt

func (x *Board) GetCreatedAt() *timestamppb.Timestamp

func (*Board) GetId

func (x *Board) GetId() int64

func (*Board) GetName

func (x *Board) GetName() string

func (*Board) GetTopicIds

func (x *Board) GetTopicIds() []int64

func (*Board) GetUpdatedAt

func (x *Board) GetUpdatedAt() *timestamppb.Timestamp

func (*Board) MarshalToSizedBufferVT

func (m *Board) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*Board) MarshalToSizedBufferVTStrict

func (m *Board) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*Board) MarshalToVT

func (m *Board) MarshalToVT(dAtA []byte) (int, error)

func (*Board) MarshalToVTStrict

func (m *Board) MarshalToVTStrict(dAtA []byte) (int, error)

func (*Board) MarshalVT

func (m *Board) MarshalVT() (dAtA []byte, err error)

func (*Board) MarshalVTStrict

func (m *Board) MarshalVTStrict() (dAtA []byte, err error)

func (*Board) ProtoMessage

func (*Board) ProtoMessage()

func (*Board) ProtoReflect

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

func (*Board) Reset

func (x *Board) Reset()

func (*Board) SizeVT

func (m *Board) SizeVT() (n int)

func (*Board) String

func (x *Board) String() string

func (*Board) UnmarshalVT

func (m *Board) UnmarshalVT(dAtA []byte) error

func (*Board) UnmarshalVTUnsafe

func (m *Board) UnmarshalVTUnsafe(dAtA []byte) error

func (*Board) Validate

func (m *Board) Validate() error

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

func (m *Board) ValidateAll() error

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

Error satisfies the builtin error interface

func (BoardOrderValidationError) ErrorName

func (e BoardOrderValidationError) ErrorName() string

ErrorName returns error name.

func (BoardOrderValidationError) Field

Field function returns field value.

func (BoardOrderValidationError) Key

Key function returns key value.

func (BoardOrderValidationError) Reason

func (e BoardOrderValidationError) Reason() string

Reason function returns reason value.

type BoardServiceClient

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.

type BoardServiceServer

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 (*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 (*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

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

Cause function returns cause value.

func (ChangeBoardOrderRequestValidationError) Error

Error satisfies the builtin error interface

func (ChangeBoardOrderRequestValidationError) ErrorName

ErrorName returns error name.

func (ChangeBoardOrderRequestValidationError) Field

Field function returns field value.

func (ChangeBoardOrderRequestValidationError) Key

Key function returns key value.

func (ChangeBoardOrderRequestValidationError) Reason

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 (*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 (*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

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

Cause function returns cause value.

func (ChangeBoardOrderResponseValidationError) Error

Error satisfies the builtin error interface

func (ChangeBoardOrderResponseValidationError) ErrorName

ErrorName returns error name.

func (ChangeBoardOrderResponseValidationError) Field

Field function returns field value.

func (ChangeBoardOrderResponseValidationError) Key

Key function returns key value.

func (ChangeBoardOrderResponseValidationError) Reason

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 (*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

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

Cause function returns cause value.

func (CreateBoardsRequestValidationError) Error

Error satisfies the builtin error interface

func (CreateBoardsRequestValidationError) ErrorName

ErrorName returns error name.

func (CreateBoardsRequestValidationError) Field

Field function returns field value.

func (CreateBoardsRequestValidationError) Key

Key function returns key value.

func (CreateBoardsRequestValidationError) Reason

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 (*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 (*CreateBoardsRequest_BoardPrototype) GetName

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 (*CreateBoardsRequest_BoardPrototype) Reset

func (*CreateBoardsRequest_BoardPrototype) SizeVT

func (m *CreateBoardsRequest_BoardPrototype) SizeVT() (n int)

func (*CreateBoardsRequest_BoardPrototype) 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

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

AllErrors returns a list of validation violation errors.

func (CreateBoardsRequest_BoardPrototypeMultiError) Error

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

Cause function returns cause value.

func (CreateBoardsRequest_BoardPrototypeValidationError) Error

Error satisfies the builtin error interface

func (CreateBoardsRequest_BoardPrototypeValidationError) ErrorName

ErrorName returns error name.

func (CreateBoardsRequest_BoardPrototypeValidationError) Field

Field function returns field value.

func (CreateBoardsRequest_BoardPrototypeValidationError) Key

Key function returns key value.

func (CreateBoardsRequest_BoardPrototypeValidationError) Reason

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 (*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

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

Cause function returns cause value.

func (CreateBoardsResponseValidationError) Error

Error satisfies the builtin error interface

func (CreateBoardsResponseValidationError) ErrorName

ErrorName returns error name.

func (CreateBoardsResponseValidationError) Field

Field function returns field value.

func (CreateBoardsResponseValidationError) Key

Key function returns key value.

func (CreateBoardsResponseValidationError) Reason

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 (*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

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

Cause function returns cause value.

func (DeleteBoardsRequestValidationError) Error

Error satisfies the builtin error interface

func (DeleteBoardsRequestValidationError) ErrorName

ErrorName returns error name.

func (DeleteBoardsRequestValidationError) Field

Field function returns field value.

func (DeleteBoardsRequestValidationError) Key

Key function returns key value.

func (DeleteBoardsRequestValidationError) Reason

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 (*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

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

Cause function returns cause value.

func (DeleteBoardsResponseValidationError) Error

Error satisfies the builtin error interface

func (DeleteBoardsResponseValidationError) ErrorName

ErrorName returns error name.

func (DeleteBoardsResponseValidationError) Field

Field function returns field value.

func (DeleteBoardsResponseValidationError) Key

Key function returns key value.

func (DeleteBoardsResponseValidationError) Reason

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 (*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

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

Cause function returns cause value.

func (GetAllBoardsRequestValidationError) Error

Error satisfies the builtin error interface

func (GetAllBoardsRequestValidationError) ErrorName

ErrorName returns error name.

func (GetAllBoardsRequestValidationError) Field

Field function returns field value.

func (GetAllBoardsRequestValidationError) Key

Key function returns key value.

func (GetAllBoardsRequestValidationError) Reason

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 (*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

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

Cause function returns cause value.

func (GetAllBoardsResponseValidationError) Error

Error satisfies the builtin error interface

func (GetAllBoardsResponseValidationError) ErrorName

ErrorName returns error name.

func (GetAllBoardsResponseValidationError) Field

Field function returns field value.

func (GetAllBoardsResponseValidationError) Key

Key function returns key value.

func (GetAllBoardsResponseValidationError) Reason

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 (*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

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

Cause function returns cause value.

func (GetBoardContentRequestValidationError) Error

Error satisfies the builtin error interface

func (GetBoardContentRequestValidationError) ErrorName

ErrorName returns error name.

func (GetBoardContentRequestValidationError) Field

Field function returns field value.

func (GetBoardContentRequestValidationError) Key

Key function returns key value.

func (GetBoardContentRequestValidationError) Reason

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 (*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 (*GetBoardContentResponse) GetContentById

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

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

Cause function returns cause value.

func (GetBoardContentResponseValidationError) Error

Error satisfies the builtin error interface

func (GetBoardContentResponseValidationError) ErrorName

ErrorName returns error name.

func (GetBoardContentResponseValidationError) Field

Field function returns field value.

func (GetBoardContentResponseValidationError) Key

Key function returns key value.

func (GetBoardContentResponseValidationError) Reason

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 (*GetBoardContentResponse_BoardContent) CloneVT

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 (*GetBoardContentResponse_BoardContent) GetTopics

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 (*GetBoardContentResponse_BoardContent) Reset

func (*GetBoardContentResponse_BoardContent) SizeVT

func (m *GetBoardContentResponse_BoardContent) SizeVT() (n int)

func (*GetBoardContentResponse_BoardContent) 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

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

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

AllErrors returns a list of validation violation errors.

func (GetBoardContentResponse_BoardContentMultiError) Error

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

Cause function returns cause value.

func (GetBoardContentResponse_BoardContentValidationError) Error

Error satisfies the builtin error interface

func (GetBoardContentResponse_BoardContentValidationError) ErrorName

ErrorName returns error name.

func (GetBoardContentResponse_BoardContentValidationError) Field

Field function returns field value.

func (GetBoardContentResponse_BoardContentValidationError) Key

Key function returns key value.

func (GetBoardContentResponse_BoardContentValidationError) Reason

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 (*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

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

Cause function returns cause value.

func (GetBoardOrderRequestValidationError) Error

Error satisfies the builtin error interface

func (GetBoardOrderRequestValidationError) ErrorName

ErrorName returns error name.

func (GetBoardOrderRequestValidationError) Field

Field function returns field value.

func (GetBoardOrderRequestValidationError) Key

Key function returns key value.

func (GetBoardOrderRequestValidationError) Reason

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 (*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

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

Cause function returns cause value.

func (GetBoardOrderResponseValidationError) Error

Error satisfies the builtin error interface

func (GetBoardOrderResponseValidationError) ErrorName

ErrorName returns error name.

func (GetBoardOrderResponseValidationError) Field

Field function returns field value.

func (GetBoardOrderResponseValidationError) Key

Key function returns key value.

func (GetBoardOrderResponseValidationError) Reason

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

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

Cause function returns cause value.

func (GetBoardsRequestValidationError) Error

Error satisfies the builtin error interface

func (GetBoardsRequestValidationError) ErrorName

ErrorName returns error name.

func (GetBoardsRequestValidationError) Field

Field function returns field value.

func (GetBoardsRequestValidationError) Key

Key function returns key value.

func (GetBoardsRequestValidationError) Reason

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

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

Cause function returns cause value.

func (GetBoardsResponseValidationError) Error

Error satisfies the builtin error interface

func (GetBoardsResponseValidationError) ErrorName

ErrorName returns error name.

func (GetBoardsResponseValidationError) Field

Field function returns field value.

func (GetBoardsResponseValidationError) Key

Key function returns key value.

func (GetBoardsResponseValidationError) Reason

Reason function returns reason value.

type UnimplementedBoardServiceServer

type UnimplementedBoardServiceServer struct {
}

UnimplementedBoardServiceServer must be embedded to have forward compatible implementations.

func (UnimplementedBoardServiceServer) ChangeBoardOrder

func (UnimplementedBoardServiceServer) CreateBoards

func (UnimplementedBoardServiceServer) DeleteBoards

func (UnimplementedBoardServiceServer) GetAllBoards

func (UnimplementedBoardServiceServer) GetBoardContent

func (UnimplementedBoardServiceServer) GetBoardOrder

func (UnimplementedBoardServiceServer) GetBoards

func (UnimplementedBoardServiceServer) UpdateBoards

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 (*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

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

Cause function returns cause value.

func (UpdateBoardsRequestValidationError) Error

Error satisfies the builtin error interface

func (UpdateBoardsRequestValidationError) ErrorName

ErrorName returns error name.

func (UpdateBoardsRequestValidationError) Field

Field function returns field value.

func (UpdateBoardsRequestValidationError) Key

Key function returns key value.

func (UpdateBoardsRequestValidationError) Reason

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 (*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 (*UpdateBoardsRequest_BoardPrototype) GetId

func (*UpdateBoardsRequest_BoardPrototype) GetName

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 (*UpdateBoardsRequest_BoardPrototype) Reset

func (*UpdateBoardsRequest_BoardPrototype) SizeVT

func (m *UpdateBoardsRequest_BoardPrototype) SizeVT() (n int)

func (*UpdateBoardsRequest_BoardPrototype) 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

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

AllErrors returns a list of validation violation errors.

func (UpdateBoardsRequest_BoardPrototypeMultiError) Error

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

Cause function returns cause value.

func (UpdateBoardsRequest_BoardPrototypeValidationError) Error

Error satisfies the builtin error interface

func (UpdateBoardsRequest_BoardPrototypeValidationError) ErrorName

ErrorName returns error name.

func (UpdateBoardsRequest_BoardPrototypeValidationError) Field

Field function returns field value.

func (UpdateBoardsRequest_BoardPrototypeValidationError) Key

Key function returns key value.

func (UpdateBoardsRequest_BoardPrototypeValidationError) Reason

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 (*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

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

Cause function returns cause value.

func (UpdateBoardsResponseValidationError) Error

Error satisfies the builtin error interface

func (UpdateBoardsResponseValidationError) ErrorName

ErrorName returns error name.

func (UpdateBoardsResponseValidationError) Field

Field function returns field value.

func (UpdateBoardsResponseValidationError) Key

Key function returns key value.

func (UpdateBoardsResponseValidationError) Reason

Reason function returns reason value.

Jump to

Keyboard shortcuts

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