Documentation ¶
Index ¶
- Variables
- func RegisterBoardServiceServer(s grpc.ServiceRegistrar, srv BoardServiceServer)
- type AddBoardUsersRequest
- func (*AddBoardUsersRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AddBoardUsersRequest) GetRole() string
- func (x *AddBoardUsersRequest) GetUserIDs() []uint64
- func (*AddBoardUsersRequest) ProtoMessage()
- func (x *AddBoardUsersRequest) ProtoReflect() protoreflect.Message
- func (x *AddBoardUsersRequest) Reset()
- func (x *AddBoardUsersRequest) String() string
- type AddBoardUsersResponse
- func (*AddBoardUsersResponse) Descriptor() ([]byte, []int)deprecated
- func (x *AddBoardUsersResponse) GetMessage() string
- func (*AddBoardUsersResponse) ProtoMessage()
- func (x *AddBoardUsersResponse) ProtoReflect() protoreflect.Message
- func (x *AddBoardUsersResponse) Reset()
- func (x *AddBoardUsersResponse) String() string
- type AddLabelRequest
- func (*AddLabelRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AddLabelRequest) GetColor() string
- func (x *AddLabelRequest) GetName() string
- func (*AddLabelRequest) ProtoMessage()
- func (x *AddLabelRequest) ProtoReflect() protoreflect.Message
- func (x *AddLabelRequest) Reset()
- func (x *AddLabelRequest) String() string
- type AddLabelResponse
- type ArchiveBoardRequest
- type ArchiveBoardResponse
- func (*ArchiveBoardResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ArchiveBoardResponse) GetMessage() string
- func (*ArchiveBoardResponse) ProtoMessage()
- func (x *ArchiveBoardResponse) ProtoReflect() protoreflect.Message
- func (x *ArchiveBoardResponse) Reset()
- func (x *ArchiveBoardResponse) String() string
- type AssignBoardUsersRoleRequest
- func (*AssignBoardUsersRoleRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AssignBoardUsersRoleRequest) GetRole() string
- func (x *AssignBoardUsersRoleRequest) GetUserIDs() []uint64
- func (*AssignBoardUsersRoleRequest) ProtoMessage()
- func (x *AssignBoardUsersRoleRequest) ProtoReflect() protoreflect.Message
- func (x *AssignBoardUsersRoleRequest) Reset()
- func (x *AssignBoardUsersRoleRequest) String() string
- type AssignBoardUsersRoleResponse
- func (*AssignBoardUsersRoleResponse) Descriptor() ([]byte, []int)deprecated
- func (x *AssignBoardUsersRoleResponse) GetMessage() string
- func (*AssignBoardUsersRoleResponse) ProtoMessage()
- func (x *AssignBoardUsersRoleResponse) ProtoReflect() protoreflect.Message
- func (x *AssignBoardUsersRoleResponse) Reset()
- func (x *AssignBoardUsersRoleResponse) String() string
- type Attachment
- func (*Attachment) Descriptor() ([]byte, []int)deprecated
- func (x *Attachment) GetAttachmentID() uint64
- func (x *Attachment) GetCardID() uint64
- func (x *Attachment) GetFileName() string
- func (x *Attachment) GetFilePath() string
- func (x *Attachment) GetThumbnail() string
- func (x *Attachment) GetType() string
- func (*Attachment) ProtoMessage()
- func (x *Attachment) ProtoReflect() protoreflect.Message
- func (x *Attachment) Reset()
- func (x *Attachment) String() string
- type Board
- func (*Board) Descriptor() ([]byte, []int)deprecated
- func (x *Board) GetBoardID() uint64
- func (x *Board) GetCards() []*CardMeta
- func (x *Board) GetCreatedAt() *timestamppb.Timestamp
- func (x *Board) GetLabels() []*Label
- func (x *Board) GetLists() []*List
- func (x *Board) GetMembers() []*BoardMember
- func (x *Board) GetName() string
- func (x *Board) GetUpdatedAt() *timestamppb.Timestamp
- func (x *Board) GetUserID() uint64
- func (x *Board) GetVisibility() string
- func (*Board) ProtoMessage()
- func (x *Board) ProtoReflect() protoreflect.Message
- func (x *Board) Reset()
- func (x *Board) String() string
- type BoardMember
- func (*BoardMember) Descriptor() ([]byte, []int)deprecated
- func (x *BoardMember) GetBoardID() uint64
- func (x *BoardMember) GetFullname() string
- func (x *BoardMember) GetRole() string
- func (x *BoardMember) GetUserID() uint64
- func (x *BoardMember) GetUsername() string
- func (*BoardMember) ProtoMessage()
- func (x *BoardMember) ProtoReflect() protoreflect.Message
- func (x *BoardMember) Reset()
- func (x *BoardMember) String() string
- type BoardMeta
- func (*BoardMeta) Descriptor() ([]byte, []int)deprecated
- func (x *BoardMeta) GetBoardID() uint64
- func (x *BoardMeta) GetCreatedAt() *timestamppb.Timestamp
- func (x *BoardMeta) GetName() string
- func (x *BoardMeta) GetUpdatedAt() *timestamppb.Timestamp
- func (x *BoardMeta) GetVisibility() string
- func (*BoardMeta) ProtoMessage()
- func (x *BoardMeta) ProtoReflect() protoreflect.Message
- func (x *BoardMeta) Reset()
- func (x *BoardMeta) String() string
- type BoardServiceClient
- type BoardServiceServer
- type Card
- func (*Card) Descriptor() ([]byte, []int)deprecated
- func (x *Card) GetAttachments() []uint64
- func (x *Card) GetBoardID() uint64
- func (x *Card) GetCardID() uint64
- func (x *Card) GetCreatedAt() *timestamppb.Timestamp
- func (x *Card) GetDescription() string
- func (x *Card) GetDueDate() *timestamppb.Timestamp
- func (x *Card) GetIsCompleted() bool
- func (x *Card) GetLabels() []uint64
- func (x *Card) GetListID() uint64
- func (x *Card) GetMembers() []uint64
- func (x *Card) GetName() string
- func (x *Card) GetPosition() int64
- func (x *Card) GetStartDate() *timestamppb.Timestamp
- func (x *Card) GetUpdatedAt() *timestamppb.Timestamp
- func (*Card) ProtoMessage()
- func (x *Card) ProtoReflect() protoreflect.Message
- func (x *Card) Reset()
- func (x *Card) String() string
- type CardMeta
- func (*CardMeta) Descriptor() ([]byte, []int)deprecated
- func (x *CardMeta) GetBoardID() uint64
- func (x *CardMeta) GetCardID() uint64
- func (x *CardMeta) GetCreatedAt() *timestamppb.Timestamp
- func (x *CardMeta) GetDueDate() *timestamppb.Timestamp
- func (x *CardMeta) GetIsCompleted() bool
- func (x *CardMeta) GetLabels() []uint64
- func (x *CardMeta) GetListID() uint64
- func (x *CardMeta) GetMembers() []uint64
- func (x *CardMeta) GetName() string
- func (x *CardMeta) GetPosition() int64
- func (x *CardMeta) GetStartDate() *timestamppb.Timestamp
- func (x *CardMeta) GetTotalAttachment() uint64
- func (x *CardMeta) GetTotalComment() uint64
- func (x *CardMeta) GetUpdatedAt() *timestamppb.Timestamp
- func (*CardMeta) ProtoMessage()
- func (x *CardMeta) ProtoReflect() protoreflect.Message
- func (x *CardMeta) Reset()
- func (x *CardMeta) String() string
- type ChangeBoardOwnerRequest
- func (*ChangeBoardOwnerRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ChangeBoardOwnerRequest) GetNewOwnerID() uint64
- func (*ChangeBoardOwnerRequest) ProtoMessage()
- func (x *ChangeBoardOwnerRequest) ProtoReflect() protoreflect.Message
- func (x *ChangeBoardOwnerRequest) Reset()
- func (x *ChangeBoardOwnerRequest) String() string
- type ChangeBoardOwnerResponse
- func (*ChangeBoardOwnerResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ChangeBoardOwnerResponse) GetMessage() string
- func (*ChangeBoardOwnerResponse) ProtoMessage()
- func (x *ChangeBoardOwnerResponse) ProtoReflect() protoreflect.Message
- func (x *ChangeBoardOwnerResponse) Reset()
- func (x *ChangeBoardOwnerResponse) String() string
- type ChangeBoardVisibilityRequest
- func (*ChangeBoardVisibilityRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ChangeBoardVisibilityRequest) GetVisibility() string
- func (*ChangeBoardVisibilityRequest) ProtoMessage()
- func (x *ChangeBoardVisibilityRequest) ProtoReflect() protoreflect.Message
- func (x *ChangeBoardVisibilityRequest) Reset()
- func (x *ChangeBoardVisibilityRequest) String() string
- type ChangeBoardVisibilityResponse
- func (*ChangeBoardVisibilityResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ChangeBoardVisibilityResponse) GetMessage() string
- func (*ChangeBoardVisibilityResponse) ProtoMessage()
- func (x *ChangeBoardVisibilityResponse) ProtoReflect() protoreflect.Message
- func (x *ChangeBoardVisibilityResponse) Reset()
- func (x *ChangeBoardVisibilityResponse) String() string
- type CreateBoardRequest
- func (*CreateBoardRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateBoardRequest) GetName() string
- func (*CreateBoardRequest) ProtoMessage()
- func (x *CreateBoardRequest) ProtoReflect() protoreflect.Message
- func (x *CreateBoardRequest) Reset()
- func (x *CreateBoardRequest) String() string
- type CreateBoardResponse
- func (*CreateBoardResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CreateBoardResponse) GetBoard() *Board
- func (*CreateBoardResponse) ProtoMessage()
- func (x *CreateBoardResponse) ProtoReflect() protoreflect.Message
- func (x *CreateBoardResponse) Reset()
- func (x *CreateBoardResponse) String() string
- type DeleteBoardRequest
- type DeleteBoardResponse
- func (*DeleteBoardResponse) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteBoardResponse) GetMessage() string
- func (*DeleteBoardResponse) ProtoMessage()
- func (x *DeleteBoardResponse) ProtoReflect() protoreflect.Message
- func (x *DeleteBoardResponse) Reset()
- func (x *DeleteBoardResponse) String() string
- type GetArchivedBoardListRequest
- func (*GetArchivedBoardListRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetArchivedBoardListRequest) GetPageNumber() uint64
- func (x *GetArchivedBoardListRequest) GetPageSize() uint64
- func (x *GetArchivedBoardListRequest) GetUserID() uint64
- func (*GetArchivedBoardListRequest) ProtoMessage()
- func (x *GetArchivedBoardListRequest) ProtoReflect() protoreflect.Message
- func (x *GetArchivedBoardListRequest) Reset()
- func (x *GetArchivedBoardListRequest) String() string
- type GetArchivedBoardListResponse
- func (*GetArchivedBoardListResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetArchivedBoardListResponse) GetBoards() []*BoardMeta
- func (x *GetArchivedBoardListResponse) GetPagination() *Pagination
- func (*GetArchivedBoardListResponse) ProtoMessage()
- func (x *GetArchivedBoardListResponse) ProtoReflect() protoreflect.Message
- func (x *GetArchivedBoardListResponse) Reset()
- func (x *GetArchivedBoardListResponse) String() string
- type GetBoardByIDRequest
- type GetBoardByIDResponse
- func (*GetBoardByIDResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetBoardByIDResponse) GetBoard() *Board
- func (*GetBoardByIDResponse) ProtoMessage()
- func (x *GetBoardByIDResponse) ProtoReflect() protoreflect.Message
- func (x *GetBoardByIDResponse) Reset()
- func (x *GetBoardByIDResponse) String() string
- type GetBoardIDByCardRequest
- func (*GetBoardIDByCardRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetBoardIDByCardRequest) GetCardID() uint64
- func (*GetBoardIDByCardRequest) ProtoMessage()
- func (x *GetBoardIDByCardRequest) ProtoReflect() protoreflect.Message
- func (x *GetBoardIDByCardRequest) Reset()
- func (x *GetBoardIDByCardRequest) String() string
- type GetBoardIDByCardResponse
- func (*GetBoardIDByCardResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetBoardIDByCardResponse) GetBoardID() uint64
- func (*GetBoardIDByCardResponse) ProtoMessage()
- func (x *GetBoardIDByCardResponse) ProtoReflect() protoreflect.Message
- func (x *GetBoardIDByCardResponse) Reset()
- func (x *GetBoardIDByCardResponse) String() string
- type GetBoardIDByListRequest
- func (*GetBoardIDByListRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetBoardIDByListRequest) GetListID() uint64
- func (*GetBoardIDByListRequest) ProtoMessage()
- func (x *GetBoardIDByListRequest) ProtoReflect() protoreflect.Message
- func (x *GetBoardIDByListRequest) Reset()
- func (x *GetBoardIDByListRequest) String() string
- type GetBoardIDByListResponse
- func (*GetBoardIDByListResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetBoardIDByListResponse) GetBoardID() uint64
- func (*GetBoardIDByListResponse) ProtoMessage()
- func (x *GetBoardIDByListResponse) ProtoReflect() protoreflect.Message
- func (x *GetBoardIDByListResponse) Reset()
- func (x *GetBoardIDByListResponse) String() string
- type GetBoardListRequest
- func (*GetBoardListRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetBoardListRequest) GetPageNumber() uint64
- func (x *GetBoardListRequest) GetPageSize() uint64
- func (*GetBoardListRequest) ProtoMessage()
- func (x *GetBoardListRequest) ProtoReflect() protoreflect.Message
- func (x *GetBoardListRequest) Reset()
- func (x *GetBoardListRequest) String() string
- type GetBoardListResponse
- func (*GetBoardListResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetBoardListResponse) GetBoards() []*BoardMeta
- func (x *GetBoardListResponse) GetPagination() *Pagination
- func (*GetBoardListResponse) ProtoMessage()
- func (x *GetBoardListResponse) ProtoReflect() protoreflect.Message
- func (x *GetBoardListResponse) Reset()
- func (x *GetBoardListResponse) String() string
- type GetBoardMembersRequest
- type GetBoardMembersResponse
- func (*GetBoardMembersResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetBoardMembersResponse) GetMembers() []*BoardMember
- func (*GetBoardMembersResponse) ProtoMessage()
- func (x *GetBoardMembersResponse) ProtoReflect() protoreflect.Message
- func (x *GetBoardMembersResponse) Reset()
- func (x *GetBoardMembersResponse) String() string
- type Label
- func (*Label) Descriptor() ([]byte, []int)deprecated
- func (x *Label) GetBoardID() uint64
- func (x *Label) GetColor() string
- func (x *Label) GetLabelID() uint64
- func (x *Label) GetName() string
- func (*Label) ProtoMessage()
- func (x *Label) ProtoReflect() protoreflect.Message
- func (x *Label) Reset()
- func (x *Label) String() string
- type List
- func (*List) Descriptor() ([]byte, []int)deprecated
- func (x *List) GetBoardID() uint64
- func (x *List) GetListID() uint64
- func (x *List) GetName() string
- func (x *List) GetPosition() int64
- func (*List) ProtoMessage()
- func (x *List) ProtoReflect() protoreflect.Message
- func (x *List) Reset()
- func (x *List) String() string
- type Pagination
- func (*Pagination) Descriptor() ([]byte, []int)deprecated
- func (x *Pagination) GetCurrentPage() uint64
- func (x *Pagination) GetHasMore() bool
- func (x *Pagination) GetItemsPerPage() uint64
- func (x *Pagination) GetTotalItems() uint64
- func (x *Pagination) GetTotalPages() uint64
- func (*Pagination) ProtoMessage()
- func (x *Pagination) ProtoReflect() protoreflect.Message
- func (x *Pagination) Reset()
- func (x *Pagination) String() string
- type RemoveBoardUsersRequest
- func (*RemoveBoardUsersRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RemoveBoardUsersRequest) GetUserIDs() []uint64
- func (*RemoveBoardUsersRequest) ProtoMessage()
- func (x *RemoveBoardUsersRequest) ProtoReflect() protoreflect.Message
- func (x *RemoveBoardUsersRequest) Reset()
- func (x *RemoveBoardUsersRequest) String() string
- type RemoveBoardUsersResponse
- func (*RemoveBoardUsersResponse) Descriptor() ([]byte, []int)deprecated
- func (x *RemoveBoardUsersResponse) GetMessage() string
- func (*RemoveBoardUsersResponse) ProtoMessage()
- func (x *RemoveBoardUsersResponse) ProtoReflect() protoreflect.Message
- func (x *RemoveBoardUsersResponse) Reset()
- func (x *RemoveBoardUsersResponse) String() string
- type RemoveLabelRequest
- func (*RemoveLabelRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RemoveLabelRequest) GetLabelID() uint64
- func (*RemoveLabelRequest) ProtoMessage()
- func (x *RemoveLabelRequest) ProtoReflect() protoreflect.Message
- func (x *RemoveLabelRequest) Reset()
- func (x *RemoveLabelRequest) String() string
- type RemoveLabelResponse
- func (*RemoveLabelResponse) Descriptor() ([]byte, []int)deprecated
- func (x *RemoveLabelResponse) GetMessage() string
- func (*RemoveLabelResponse) ProtoMessage()
- func (x *RemoveLabelResponse) ProtoReflect() protoreflect.Message
- func (x *RemoveLabelResponse) Reset()
- func (x *RemoveLabelResponse) String() string
- type RestoreBoardRequest
- type RestoreBoardResponse
- func (*RestoreBoardResponse) Descriptor() ([]byte, []int)deprecated
- func (x *RestoreBoardResponse) GetMessage() string
- func (*RestoreBoardResponse) ProtoMessage()
- func (x *RestoreBoardResponse) ProtoReflect() protoreflect.Message
- func (x *RestoreBoardResponse) Reset()
- func (x *RestoreBoardResponse) String() string
- type UnimplementedBoardServiceServer
- func (UnimplementedBoardServiceServer) AddBoardUsers(context.Context, *AddBoardUsersRequest) (*AddBoardUsersResponse, error)
- func (UnimplementedBoardServiceServer) AddLabel(context.Context, *AddLabelRequest) (*AddLabelResponse, error)
- func (UnimplementedBoardServiceServer) ArchiveBoard(context.Context, *ArchiveBoardRequest) (*ArchiveBoardResponse, error)
- func (UnimplementedBoardServiceServer) AssignBoardUsersRole(context.Context, *AssignBoardUsersRoleRequest) (*AssignBoardUsersRoleResponse, error)
- func (UnimplementedBoardServiceServer) ChangeBoardOwner(context.Context, *ChangeBoardOwnerRequest) (*ChangeBoardOwnerResponse, error)
- func (UnimplementedBoardServiceServer) ChangeBoardVisibility(context.Context, *ChangeBoardVisibilityRequest) (*ChangeBoardVisibilityResponse, error)
- func (UnimplementedBoardServiceServer) CreateBoard(context.Context, *CreateBoardRequest) (*CreateBoardResponse, error)
- func (UnimplementedBoardServiceServer) DeleteBoard(context.Context, *DeleteBoardRequest) (*DeleteBoardResponse, error)
- func (UnimplementedBoardServiceServer) GetArchivedBoardList(context.Context, *GetArchivedBoardListRequest) (*GetArchivedBoardListResponse, error)
- func (UnimplementedBoardServiceServer) GetBoardByID(context.Context, *GetBoardByIDRequest) (*GetBoardByIDResponse, error)
- func (UnimplementedBoardServiceServer) GetBoardIDByCard(context.Context, *GetBoardIDByCardRequest) (*GetBoardIDByCardResponse, error)
- func (UnimplementedBoardServiceServer) GetBoardIDByList(context.Context, *GetBoardIDByListRequest) (*GetBoardIDByListResponse, error)
- func (UnimplementedBoardServiceServer) GetBoardList(context.Context, *GetBoardListRequest) (*GetBoardListResponse, error)
- func (UnimplementedBoardServiceServer) GetBoardMembers(context.Context, *GetBoardMembersRequest) (*GetBoardMembersResponse, error)
- func (UnimplementedBoardServiceServer) RemoveBoardUsers(context.Context, *RemoveBoardUsersRequest) (*RemoveBoardUsersResponse, error)
- func (UnimplementedBoardServiceServer) RemoveLabel(context.Context, *RemoveLabelRequest) (*RemoveLabelResponse, error)
- func (UnimplementedBoardServiceServer) RestoreBoard(context.Context, *RestoreBoardRequest) (*RestoreBoardResponse, error)
- func (UnimplementedBoardServiceServer) UpdateBoardName(context.Context, *UpdateBoardNameRequest) (*UpdateBoardNameResponse, error)
- type UnsafeBoardServiceServer
- type UpdateBoardNameRequest
- func (*UpdateBoardNameRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateBoardNameRequest) GetName() string
- func (*UpdateBoardNameRequest) ProtoMessage()
- func (x *UpdateBoardNameRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateBoardNameRequest) Reset()
- func (x *UpdateBoardNameRequest) String() string
- type UpdateBoardNameResponse
- func (*UpdateBoardNameResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateBoardNameResponse) GetMessage() string
- func (*UpdateBoardNameResponse) ProtoMessage()
- func (x *UpdateBoardNameResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateBoardNameResponse) Reset()
- func (x *UpdateBoardNameResponse) String() string
Constants ¶
This section is empty.
Variables ¶
var BoardService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "boardpb.BoardService", HandlerType: (*BoardServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "CreateBoard", Handler: _BoardService_CreateBoard_Handler, }, { MethodName: "GetBoardByID", Handler: _BoardService_GetBoardByID_Handler, }, { MethodName: "GetBoardList", Handler: _BoardService_GetBoardList_Handler, }, { MethodName: "GetArchivedBoardList", Handler: _BoardService_GetArchivedBoardList_Handler, }, { MethodName: "GetBoardMembers", Handler: _BoardService_GetBoardMembers_Handler, }, { MethodName: "UpdateBoardName", Handler: _BoardService_UpdateBoardName_Handler, }, { MethodName: "AddBoardUsers", Handler: _BoardService_AddBoardUsers_Handler, }, { MethodName: "RemoveBoardUsers", Handler: _BoardService_RemoveBoardUsers_Handler, }, { MethodName: "AssignBoardUsersRole", Handler: _BoardService_AssignBoardUsersRole_Handler, }, { MethodName: "ChangeBoardOwner", Handler: _BoardService_ChangeBoardOwner_Handler, }, { MethodName: "ChangeBoardVisibility", Handler: _BoardService_ChangeBoardVisibility_Handler, }, { MethodName: "AddLabel", Handler: _BoardService_AddLabel_Handler, }, { MethodName: "RemoveLabel", Handler: _BoardService_RemoveLabel_Handler, }, { MethodName: "RestoreBoard", Handler: _BoardService_RestoreBoard_Handler, }, { MethodName: "ArchiveBoard", Handler: _BoardService_ArchiveBoard_Handler, }, { MethodName: "DeleteBoard", Handler: _BoardService_DeleteBoard_Handler, }, { MethodName: "GetBoardIDByList", Handler: _BoardService_GetBoardIDByList_Handler, }, { MethodName: "GetBoardIDByCard", Handler: _BoardService_GetBoardIDByCard_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "board.proto", }
BoardService_ServiceDesc is the grpc.ServiceDesc for BoardService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var File_board_proto protoreflect.FileDescriptor
Functions ¶
func RegisterBoardServiceServer ¶
func RegisterBoardServiceServer(s grpc.ServiceRegistrar, srv BoardServiceServer)
Types ¶
type AddBoardUsersRequest ¶
type AddBoardUsersRequest struct { // uint64 boardID = 1; UserIDs []uint64 `protobuf:"varint,1,rep,packed,name=userIDs,proto3" json:"userIDs,omitempty"` Role string `protobuf:"bytes,2,opt,name=role,proto3" json:"role,omitempty"` // contains filtered or unexported fields }
func (*AddBoardUsersRequest) Descriptor
deprecated
func (*AddBoardUsersRequest) Descriptor() ([]byte, []int)
Deprecated: Use AddBoardUsersRequest.ProtoReflect.Descriptor instead.
func (*AddBoardUsersRequest) GetRole ¶
func (x *AddBoardUsersRequest) GetRole() string
func (*AddBoardUsersRequest) GetUserIDs ¶
func (x *AddBoardUsersRequest) GetUserIDs() []uint64
func (*AddBoardUsersRequest) ProtoMessage ¶
func (*AddBoardUsersRequest) ProtoMessage()
func (*AddBoardUsersRequest) ProtoReflect ¶
func (x *AddBoardUsersRequest) ProtoReflect() protoreflect.Message
func (*AddBoardUsersRequest) Reset ¶
func (x *AddBoardUsersRequest) Reset()
func (*AddBoardUsersRequest) String ¶
func (x *AddBoardUsersRequest) String() string
type AddBoardUsersResponse ¶
type AddBoardUsersResponse struct { Message string `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"` // contains filtered or unexported fields }
func (*AddBoardUsersResponse) Descriptor
deprecated
func (*AddBoardUsersResponse) Descriptor() ([]byte, []int)
Deprecated: Use AddBoardUsersResponse.ProtoReflect.Descriptor instead.
func (*AddBoardUsersResponse) GetMessage ¶
func (x *AddBoardUsersResponse) GetMessage() string
func (*AddBoardUsersResponse) ProtoMessage ¶
func (*AddBoardUsersResponse) ProtoMessage()
func (*AddBoardUsersResponse) ProtoReflect ¶
func (x *AddBoardUsersResponse) ProtoReflect() protoreflect.Message
func (*AddBoardUsersResponse) Reset ¶
func (x *AddBoardUsersResponse) Reset()
func (*AddBoardUsersResponse) String ¶
func (x *AddBoardUsersResponse) String() string
type AddLabelRequest ¶
type AddLabelRequest struct { // uint64 boardID = 1; Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Color string `protobuf:"bytes,2,opt,name=color,proto3" json:"color,omitempty"` // contains filtered or unexported fields }
func (*AddLabelRequest) Descriptor
deprecated
func (*AddLabelRequest) Descriptor() ([]byte, []int)
Deprecated: Use AddLabelRequest.ProtoReflect.Descriptor instead.
func (*AddLabelRequest) GetColor ¶
func (x *AddLabelRequest) GetColor() string
func (*AddLabelRequest) GetName ¶
func (x *AddLabelRequest) GetName() string
func (*AddLabelRequest) ProtoMessage ¶
func (*AddLabelRequest) ProtoMessage()
func (*AddLabelRequest) ProtoReflect ¶
func (x *AddLabelRequest) ProtoReflect() protoreflect.Message
func (*AddLabelRequest) Reset ¶
func (x *AddLabelRequest) Reset()
func (*AddLabelRequest) String ¶
func (x *AddLabelRequest) String() string
type AddLabelResponse ¶
type AddLabelResponse struct { Label *Label `protobuf:"bytes,1,opt,name=label,proto3" json:"label,omitempty"` // contains filtered or unexported fields }
func (*AddLabelResponse) Descriptor
deprecated
func (*AddLabelResponse) Descriptor() ([]byte, []int)
Deprecated: Use AddLabelResponse.ProtoReflect.Descriptor instead.
func (*AddLabelResponse) GetLabel ¶
func (x *AddLabelResponse) GetLabel() *Label
func (*AddLabelResponse) ProtoMessage ¶
func (*AddLabelResponse) ProtoMessage()
func (*AddLabelResponse) ProtoReflect ¶
func (x *AddLabelResponse) ProtoReflect() protoreflect.Message
func (*AddLabelResponse) Reset ¶
func (x *AddLabelResponse) Reset()
func (*AddLabelResponse) String ¶
func (x *AddLabelResponse) String() string
type ArchiveBoardRequest ¶
type ArchiveBoardRequest struct {
// contains filtered or unexported fields
}
func (*ArchiveBoardRequest) Descriptor
deprecated
func (*ArchiveBoardRequest) Descriptor() ([]byte, []int)
Deprecated: Use ArchiveBoardRequest.ProtoReflect.Descriptor instead.
func (*ArchiveBoardRequest) ProtoMessage ¶
func (*ArchiveBoardRequest) ProtoMessage()
func (*ArchiveBoardRequest) ProtoReflect ¶
func (x *ArchiveBoardRequest) ProtoReflect() protoreflect.Message
func (*ArchiveBoardRequest) Reset ¶
func (x *ArchiveBoardRequest) Reset()
func (*ArchiveBoardRequest) String ¶
func (x *ArchiveBoardRequest) String() string
type ArchiveBoardResponse ¶
type ArchiveBoardResponse struct { Message string `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"` // contains filtered or unexported fields }
func (*ArchiveBoardResponse) Descriptor
deprecated
func (*ArchiveBoardResponse) Descriptor() ([]byte, []int)
Deprecated: Use ArchiveBoardResponse.ProtoReflect.Descriptor instead.
func (*ArchiveBoardResponse) GetMessage ¶
func (x *ArchiveBoardResponse) GetMessage() string
func (*ArchiveBoardResponse) ProtoMessage ¶
func (*ArchiveBoardResponse) ProtoMessage()
func (*ArchiveBoardResponse) ProtoReflect ¶
func (x *ArchiveBoardResponse) ProtoReflect() protoreflect.Message
func (*ArchiveBoardResponse) Reset ¶
func (x *ArchiveBoardResponse) Reset()
func (*ArchiveBoardResponse) String ¶
func (x *ArchiveBoardResponse) String() string
type AssignBoardUsersRoleRequest ¶
type AssignBoardUsersRoleRequest struct { // uint64 boardID = 1; UserIDs []uint64 `protobuf:"varint,1,rep,packed,name=userIDs,proto3" json:"userIDs,omitempty"` Role string `protobuf:"bytes,2,opt,name=role,proto3" json:"role,omitempty"` // contains filtered or unexported fields }
func (*AssignBoardUsersRoleRequest) Descriptor
deprecated
func (*AssignBoardUsersRoleRequest) Descriptor() ([]byte, []int)
Deprecated: Use AssignBoardUsersRoleRequest.ProtoReflect.Descriptor instead.
func (*AssignBoardUsersRoleRequest) GetRole ¶
func (x *AssignBoardUsersRoleRequest) GetRole() string
func (*AssignBoardUsersRoleRequest) GetUserIDs ¶
func (x *AssignBoardUsersRoleRequest) GetUserIDs() []uint64
func (*AssignBoardUsersRoleRequest) ProtoMessage ¶
func (*AssignBoardUsersRoleRequest) ProtoMessage()
func (*AssignBoardUsersRoleRequest) ProtoReflect ¶
func (x *AssignBoardUsersRoleRequest) ProtoReflect() protoreflect.Message
func (*AssignBoardUsersRoleRequest) Reset ¶
func (x *AssignBoardUsersRoleRequest) Reset()
func (*AssignBoardUsersRoleRequest) String ¶
func (x *AssignBoardUsersRoleRequest) String() string
type AssignBoardUsersRoleResponse ¶
type AssignBoardUsersRoleResponse struct { Message string `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"` // contains filtered or unexported fields }
func (*AssignBoardUsersRoleResponse) Descriptor
deprecated
func (*AssignBoardUsersRoleResponse) Descriptor() ([]byte, []int)
Deprecated: Use AssignBoardUsersRoleResponse.ProtoReflect.Descriptor instead.
func (*AssignBoardUsersRoleResponse) GetMessage ¶
func (x *AssignBoardUsersRoleResponse) GetMessage() string
func (*AssignBoardUsersRoleResponse) ProtoMessage ¶
func (*AssignBoardUsersRoleResponse) ProtoMessage()
func (*AssignBoardUsersRoleResponse) ProtoReflect ¶
func (x *AssignBoardUsersRoleResponse) ProtoReflect() protoreflect.Message
func (*AssignBoardUsersRoleResponse) Reset ¶
func (x *AssignBoardUsersRoleResponse) Reset()
func (*AssignBoardUsersRoleResponse) String ¶
func (x *AssignBoardUsersRoleResponse) String() string
type Attachment ¶
type Attachment struct { AttachmentID uint64 `protobuf:"varint,1,opt,name=attachmentID,proto3" json:"attachmentID,omitempty"` CardID uint64 `protobuf:"varint,2,opt,name=cardID,proto3" json:"cardID,omitempty"` FileName string `protobuf:"bytes,3,opt,name=file_name,json=fileName,proto3" json:"file_name,omitempty"` FilePath string `protobuf:"bytes,4,opt,name=file_path,json=filePath,proto3" json:"file_path,omitempty"` Type string `protobuf:"bytes,5,opt,name=type,proto3" json:"type,omitempty"` Thumbnail string `protobuf:"bytes,6,opt,name=thumbnail,proto3" json:"thumbnail,omitempty"` // contains filtered or unexported fields }
func (*Attachment) Descriptor
deprecated
func (*Attachment) Descriptor() ([]byte, []int)
Deprecated: Use Attachment.ProtoReflect.Descriptor instead.
func (*Attachment) GetAttachmentID ¶
func (x *Attachment) GetAttachmentID() uint64
func (*Attachment) GetCardID ¶
func (x *Attachment) GetCardID() uint64
func (*Attachment) GetFileName ¶
func (x *Attachment) GetFileName() string
func (*Attachment) GetFilePath ¶
func (x *Attachment) GetFilePath() string
func (*Attachment) GetThumbnail ¶
func (x *Attachment) GetThumbnail() string
func (*Attachment) GetType ¶
func (x *Attachment) GetType() string
func (*Attachment) ProtoMessage ¶
func (*Attachment) ProtoMessage()
func (*Attachment) ProtoReflect ¶
func (x *Attachment) ProtoReflect() protoreflect.Message
func (*Attachment) Reset ¶
func (x *Attachment) Reset()
func (*Attachment) String ¶
func (x *Attachment) String() string
type Board ¶
type Board struct { BoardID uint64 `protobuf:"varint,1,opt,name=boardID,proto3" json:"boardID,omitempty"` UserID uint64 `protobuf:"varint,2,opt,name=userID,proto3" json:"userID,omitempty"` Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"` Visibility string `protobuf:"bytes,4,opt,name=visibility,proto3" json:"visibility,omitempty"` Members []*BoardMember `protobuf:"bytes,5,rep,name=members,proto3" json:"members,omitempty"` Lists []*List `protobuf:"bytes,6,rep,name=lists,proto3" json:"lists,omitempty"` Cards []*CardMeta `protobuf:"bytes,7,rep,name=cards,proto3" json:"cards,omitempty"` Labels []*Label `protobuf:"bytes,8,rep,name=labels,proto3" json:"labels,omitempty"` CreatedAt *timestamppb.Timestamp `protobuf:"bytes,9,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` UpdatedAt *timestamppb.Timestamp `protobuf:"bytes,10,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"` // contains filtered or unexported fields }
func (*Board) Descriptor
deprecated
func (*Board) GetBoardID ¶
func (*Board) GetCreatedAt ¶
func (x *Board) GetCreatedAt() *timestamppb.Timestamp
func (*Board) GetMembers ¶
func (x *Board) GetMembers() []*BoardMember
func (*Board) GetUpdatedAt ¶
func (x *Board) GetUpdatedAt() *timestamppb.Timestamp
func (*Board) GetVisibility ¶
func (*Board) ProtoMessage ¶
func (*Board) ProtoMessage()
func (*Board) ProtoReflect ¶
func (x *Board) ProtoReflect() protoreflect.Message
type BoardMember ¶
type BoardMember struct { BoardID uint64 `protobuf:"varint,1,opt,name=boardID,proto3" json:"boardID,omitempty"` UserID uint64 `protobuf:"varint,2,opt,name=userID,proto3" json:"userID,omitempty"` Username string `protobuf:"bytes,3,opt,name=username,proto3" json:"username,omitempty"` Fullname string `protobuf:"bytes,4,opt,name=fullname,proto3" json:"fullname,omitempty"` Role string `protobuf:"bytes,5,opt,name=role,proto3" json:"role,omitempty"` // contains filtered or unexported fields }
func (*BoardMember) Descriptor
deprecated
func (*BoardMember) Descriptor() ([]byte, []int)
Deprecated: Use BoardMember.ProtoReflect.Descriptor instead.
func (*BoardMember) GetBoardID ¶
func (x *BoardMember) GetBoardID() uint64
func (*BoardMember) GetFullname ¶
func (x *BoardMember) GetFullname() string
func (*BoardMember) GetRole ¶
func (x *BoardMember) GetRole() string
func (*BoardMember) GetUserID ¶
func (x *BoardMember) GetUserID() uint64
func (*BoardMember) GetUsername ¶
func (x *BoardMember) GetUsername() string
func (*BoardMember) ProtoMessage ¶
func (*BoardMember) ProtoMessage()
func (*BoardMember) ProtoReflect ¶
func (x *BoardMember) ProtoReflect() protoreflect.Message
func (*BoardMember) Reset ¶
func (x *BoardMember) Reset()
func (*BoardMember) String ¶
func (x *BoardMember) String() string
type BoardMeta ¶
type BoardMeta struct { BoardID uint64 `protobuf:"varint,1,opt,name=boardID,proto3" json:"boardID,omitempty"` Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"` Visibility string `protobuf:"bytes,4,opt,name=visibility,proto3" json:"visibility,omitempty"` CreatedAt *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` UpdatedAt *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"` // contains filtered or unexported fields }
func (*BoardMeta) Descriptor
deprecated
func (*BoardMeta) GetBoardID ¶
func (*BoardMeta) GetCreatedAt ¶
func (x *BoardMeta) GetCreatedAt() *timestamppb.Timestamp
func (*BoardMeta) GetUpdatedAt ¶
func (x *BoardMeta) GetUpdatedAt() *timestamppb.Timestamp
func (*BoardMeta) GetVisibility ¶
func (*BoardMeta) ProtoMessage ¶
func (*BoardMeta) ProtoMessage()
func (*BoardMeta) ProtoReflect ¶
func (x *BoardMeta) ProtoReflect() protoreflect.Message
type BoardServiceClient ¶
type BoardServiceClient interface { CreateBoard(ctx context.Context, in *CreateBoardRequest, opts ...grpc.CallOption) (*CreateBoardResponse, error) GetBoardByID(ctx context.Context, in *GetBoardByIDRequest, opts ...grpc.CallOption) (*GetBoardByIDResponse, error) GetBoardList(ctx context.Context, in *GetBoardListRequest, opts ...grpc.CallOption) (*GetBoardListResponse, error) GetArchivedBoardList(ctx context.Context, in *GetArchivedBoardListRequest, opts ...grpc.CallOption) (*GetArchivedBoardListResponse, error) GetBoardMembers(ctx context.Context, in *GetBoardMembersRequest, opts ...grpc.CallOption) (*GetBoardMembersResponse, error) UpdateBoardName(ctx context.Context, in *UpdateBoardNameRequest, opts ...grpc.CallOption) (*UpdateBoardNameResponse, error) AddBoardUsers(ctx context.Context, in *AddBoardUsersRequest, opts ...grpc.CallOption) (*AddBoardUsersResponse, error) RemoveBoardUsers(ctx context.Context, in *RemoveBoardUsersRequest, opts ...grpc.CallOption) (*RemoveBoardUsersResponse, error) AssignBoardUsersRole(ctx context.Context, in *AssignBoardUsersRoleRequest, opts ...grpc.CallOption) (*AssignBoardUsersRoleResponse, error) ChangeBoardOwner(ctx context.Context, in *ChangeBoardOwnerRequest, opts ...grpc.CallOption) (*ChangeBoardOwnerResponse, error) ChangeBoardVisibility(ctx context.Context, in *ChangeBoardVisibilityRequest, opts ...grpc.CallOption) (*ChangeBoardVisibilityResponse, error) AddLabel(ctx context.Context, in *AddLabelRequest, opts ...grpc.CallOption) (*AddLabelResponse, error) RemoveLabel(ctx context.Context, in *RemoveLabelRequest, opts ...grpc.CallOption) (*RemoveLabelResponse, error) RestoreBoard(ctx context.Context, in *RestoreBoardRequest, opts ...grpc.CallOption) (*RestoreBoardResponse, error) ArchiveBoard(ctx context.Context, in *ArchiveBoardRequest, opts ...grpc.CallOption) (*ArchiveBoardResponse, error) DeleteBoard(ctx context.Context, in *DeleteBoardRequest, opts ...grpc.CallOption) (*DeleteBoardResponse, error) GetBoardIDByList(ctx context.Context, in *GetBoardIDByListRequest, opts ...grpc.CallOption) (*GetBoardIDByListResponse, error) GetBoardIDByCard(ctx context.Context, in *GetBoardIDByCardRequest, opts ...grpc.CallOption) (*GetBoardIDByCardResponse, error) }
BoardServiceClient is the client API for BoardService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewBoardServiceClient ¶
func NewBoardServiceClient(cc grpc.ClientConnInterface) BoardServiceClient
type BoardServiceServer ¶
type BoardServiceServer interface { CreateBoard(context.Context, *CreateBoardRequest) (*CreateBoardResponse, error) GetBoardByID(context.Context, *GetBoardByIDRequest) (*GetBoardByIDResponse, error) GetBoardList(context.Context, *GetBoardListRequest) (*GetBoardListResponse, error) GetArchivedBoardList(context.Context, *GetArchivedBoardListRequest) (*GetArchivedBoardListResponse, error) GetBoardMembers(context.Context, *GetBoardMembersRequest) (*GetBoardMembersResponse, error) UpdateBoardName(context.Context, *UpdateBoardNameRequest) (*UpdateBoardNameResponse, error) AddBoardUsers(context.Context, *AddBoardUsersRequest) (*AddBoardUsersResponse, error) RemoveBoardUsers(context.Context, *RemoveBoardUsersRequest) (*RemoveBoardUsersResponse, error) AssignBoardUsersRole(context.Context, *AssignBoardUsersRoleRequest) (*AssignBoardUsersRoleResponse, error) ChangeBoardOwner(context.Context, *ChangeBoardOwnerRequest) (*ChangeBoardOwnerResponse, error) ChangeBoardVisibility(context.Context, *ChangeBoardVisibilityRequest) (*ChangeBoardVisibilityResponse, error) AddLabel(context.Context, *AddLabelRequest) (*AddLabelResponse, error) RemoveLabel(context.Context, *RemoveLabelRequest) (*RemoveLabelResponse, error) RestoreBoard(context.Context, *RestoreBoardRequest) (*RestoreBoardResponse, error) ArchiveBoard(context.Context, *ArchiveBoardRequest) (*ArchiveBoardResponse, error) DeleteBoard(context.Context, *DeleteBoardRequest) (*DeleteBoardResponse, error) GetBoardIDByList(context.Context, *GetBoardIDByListRequest) (*GetBoardIDByListResponse, error) GetBoardIDByCard(context.Context, *GetBoardIDByCardRequest) (*GetBoardIDByCardResponse, error) // contains filtered or unexported methods }
BoardServiceServer is the server API for BoardService service. All implementations must embed UnimplementedBoardServiceServer for forward compatibility
type Card ¶
type Card struct { CardID uint64 `protobuf:"varint,1,opt,name=cardID,proto3" json:"cardID,omitempty"` BoardID uint64 `protobuf:"varint,2,opt,name=boardID,proto3" json:"boardID,omitempty"` ListID uint64 `protobuf:"varint,3,opt,name=listID,proto3" json:"listID,omitempty"` Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"` Description string `protobuf:"bytes,5,opt,name=description,proto3" json:"description,omitempty"` Position int64 `protobuf:"varint,6,opt,name=position,proto3" json:"position,omitempty"` Attachments []uint64 `protobuf:"varint,7,rep,packed,name=attachments,proto3" json:"attachments,omitempty"` Labels []uint64 `protobuf:"varint,8,rep,packed,name=labels,proto3" json:"labels,omitempty"` Members []uint64 `protobuf:"varint,9,rep,packed,name=members,proto3" json:"members,omitempty"` IsCompleted bool `protobuf:"varint,10,opt,name=isCompleted,proto3" json:"isCompleted,omitempty"` StartDate *timestamppb.Timestamp `protobuf:"bytes,11,opt,name=start_date,json=startDate,proto3" json:"start_date,omitempty"` DueDate *timestamppb.Timestamp `protobuf:"bytes,12,opt,name=due_date,json=dueDate,proto3" json:"due_date,omitempty"` CreatedAt *timestamppb.Timestamp `protobuf:"bytes,13,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` UpdatedAt *timestamppb.Timestamp `protobuf:"bytes,14,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"` // contains filtered or unexported fields }
func (*Card) Descriptor
deprecated
func (*Card) GetAttachments ¶
func (*Card) GetBoardID ¶
func (*Card) GetCreatedAt ¶
func (x *Card) GetCreatedAt() *timestamppb.Timestamp
func (*Card) GetDescription ¶
func (*Card) GetDueDate ¶
func (x *Card) GetDueDate() *timestamppb.Timestamp
func (*Card) GetIsCompleted ¶
func (*Card) GetMembers ¶
func (*Card) GetPosition ¶
func (*Card) GetStartDate ¶
func (x *Card) GetStartDate() *timestamppb.Timestamp
func (*Card) GetUpdatedAt ¶
func (x *Card) GetUpdatedAt() *timestamppb.Timestamp
func (*Card) ProtoMessage ¶
func (*Card) ProtoMessage()
func (*Card) ProtoReflect ¶
func (x *Card) ProtoReflect() protoreflect.Message
type CardMeta ¶
type CardMeta struct { CardID uint64 `protobuf:"varint,1,opt,name=cardID,proto3" json:"cardID,omitempty"` BoardID uint64 `protobuf:"varint,2,opt,name=boardID,proto3" json:"boardID,omitempty"` ListID uint64 `protobuf:"varint,3,opt,name=listID,proto3" json:"listID,omitempty"` Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"` Position int64 `protobuf:"varint,5,opt,name=position,proto3" json:"position,omitempty"` Labels []uint64 `protobuf:"varint,6,rep,packed,name=labels,proto3" json:"labels,omitempty"` Members []uint64 `protobuf:"varint,7,rep,packed,name=members,proto3" json:"members,omitempty"` TotalAttachment uint64 `protobuf:"varint,8,opt,name=totalAttachment,proto3" json:"totalAttachment,omitempty"` TotalComment uint64 `protobuf:"varint,9,opt,name=totalComment,proto3" json:"totalComment,omitempty"` IsCompleted bool `protobuf:"varint,10,opt,name=isCompleted,proto3" json:"isCompleted,omitempty"` StartDate *timestamppb.Timestamp `protobuf:"bytes,11,opt,name=start_date,json=startDate,proto3" json:"start_date,omitempty"` DueDate *timestamppb.Timestamp `protobuf:"bytes,12,opt,name=due_date,json=dueDate,proto3" json:"due_date,omitempty"` CreatedAt *timestamppb.Timestamp `protobuf:"bytes,13,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` UpdatedAt *timestamppb.Timestamp `protobuf:"bytes,14,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"` // contains filtered or unexported fields }
func (*CardMeta) Descriptor
deprecated
func (*CardMeta) GetBoardID ¶
func (*CardMeta) GetCreatedAt ¶
func (x *CardMeta) GetCreatedAt() *timestamppb.Timestamp
func (*CardMeta) GetDueDate ¶
func (x *CardMeta) GetDueDate() *timestamppb.Timestamp
func (*CardMeta) GetIsCompleted ¶
func (*CardMeta) GetMembers ¶
func (*CardMeta) GetPosition ¶
func (*CardMeta) GetStartDate ¶
func (x *CardMeta) GetStartDate() *timestamppb.Timestamp
func (*CardMeta) GetTotalAttachment ¶
func (*CardMeta) GetTotalComment ¶
func (*CardMeta) GetUpdatedAt ¶
func (x *CardMeta) GetUpdatedAt() *timestamppb.Timestamp
func (*CardMeta) ProtoMessage ¶
func (*CardMeta) ProtoMessage()
func (*CardMeta) ProtoReflect ¶
func (x *CardMeta) ProtoReflect() protoreflect.Message
type ChangeBoardOwnerRequest ¶
type ChangeBoardOwnerRequest struct { // uint64 boardID = 1; NewOwnerID uint64 `protobuf:"varint,1,opt,name=newOwnerID,proto3" json:"newOwnerID,omitempty"` // contains filtered or unexported fields }
func (*ChangeBoardOwnerRequest) Descriptor
deprecated
func (*ChangeBoardOwnerRequest) Descriptor() ([]byte, []int)
Deprecated: Use ChangeBoardOwnerRequest.ProtoReflect.Descriptor instead.
func (*ChangeBoardOwnerRequest) GetNewOwnerID ¶
func (x *ChangeBoardOwnerRequest) GetNewOwnerID() uint64
func (*ChangeBoardOwnerRequest) ProtoMessage ¶
func (*ChangeBoardOwnerRequest) ProtoMessage()
func (*ChangeBoardOwnerRequest) ProtoReflect ¶
func (x *ChangeBoardOwnerRequest) ProtoReflect() protoreflect.Message
func (*ChangeBoardOwnerRequest) Reset ¶
func (x *ChangeBoardOwnerRequest) Reset()
func (*ChangeBoardOwnerRequest) String ¶
func (x *ChangeBoardOwnerRequest) String() string
type ChangeBoardOwnerResponse ¶
type ChangeBoardOwnerResponse struct { Message string `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"` // contains filtered or unexported fields }
func (*ChangeBoardOwnerResponse) Descriptor
deprecated
func (*ChangeBoardOwnerResponse) Descriptor() ([]byte, []int)
Deprecated: Use ChangeBoardOwnerResponse.ProtoReflect.Descriptor instead.
func (*ChangeBoardOwnerResponse) GetMessage ¶
func (x *ChangeBoardOwnerResponse) GetMessage() string
func (*ChangeBoardOwnerResponse) ProtoMessage ¶
func (*ChangeBoardOwnerResponse) ProtoMessage()
func (*ChangeBoardOwnerResponse) ProtoReflect ¶
func (x *ChangeBoardOwnerResponse) ProtoReflect() protoreflect.Message
func (*ChangeBoardOwnerResponse) Reset ¶
func (x *ChangeBoardOwnerResponse) Reset()
func (*ChangeBoardOwnerResponse) String ¶
func (x *ChangeBoardOwnerResponse) String() string
type ChangeBoardVisibilityRequest ¶
type ChangeBoardVisibilityRequest struct { // uint64 boardID = 1; Visibility string `protobuf:"bytes,1,opt,name=visibility,proto3" json:"visibility,omitempty"` // contains filtered or unexported fields }
func (*ChangeBoardVisibilityRequest) Descriptor
deprecated
func (*ChangeBoardVisibilityRequest) Descriptor() ([]byte, []int)
Deprecated: Use ChangeBoardVisibilityRequest.ProtoReflect.Descriptor instead.
func (*ChangeBoardVisibilityRequest) GetVisibility ¶
func (x *ChangeBoardVisibilityRequest) GetVisibility() string
func (*ChangeBoardVisibilityRequest) ProtoMessage ¶
func (*ChangeBoardVisibilityRequest) ProtoMessage()
func (*ChangeBoardVisibilityRequest) ProtoReflect ¶
func (x *ChangeBoardVisibilityRequest) ProtoReflect() protoreflect.Message
func (*ChangeBoardVisibilityRequest) Reset ¶
func (x *ChangeBoardVisibilityRequest) Reset()
func (*ChangeBoardVisibilityRequest) String ¶
func (x *ChangeBoardVisibilityRequest) String() string
type ChangeBoardVisibilityResponse ¶
type ChangeBoardVisibilityResponse struct { Message string `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"` // contains filtered or unexported fields }
func (*ChangeBoardVisibilityResponse) Descriptor
deprecated
func (*ChangeBoardVisibilityResponse) Descriptor() ([]byte, []int)
Deprecated: Use ChangeBoardVisibilityResponse.ProtoReflect.Descriptor instead.
func (*ChangeBoardVisibilityResponse) GetMessage ¶
func (x *ChangeBoardVisibilityResponse) GetMessage() string
func (*ChangeBoardVisibilityResponse) ProtoMessage ¶
func (*ChangeBoardVisibilityResponse) ProtoMessage()
func (*ChangeBoardVisibilityResponse) ProtoReflect ¶
func (x *ChangeBoardVisibilityResponse) ProtoReflect() protoreflect.Message
func (*ChangeBoardVisibilityResponse) Reset ¶
func (x *ChangeBoardVisibilityResponse) Reset()
func (*ChangeBoardVisibilityResponse) String ¶
func (x *ChangeBoardVisibilityResponse) String() string
type CreateBoardRequest ¶
type CreateBoardRequest struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
Request and Response Messages
func (*CreateBoardRequest) Descriptor
deprecated
func (*CreateBoardRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateBoardRequest.ProtoReflect.Descriptor instead.
func (*CreateBoardRequest) GetName ¶
func (x *CreateBoardRequest) GetName() string
func (*CreateBoardRequest) ProtoMessage ¶
func (*CreateBoardRequest) ProtoMessage()
func (*CreateBoardRequest) ProtoReflect ¶
func (x *CreateBoardRequest) ProtoReflect() protoreflect.Message
func (*CreateBoardRequest) Reset ¶
func (x *CreateBoardRequest) Reset()
func (*CreateBoardRequest) String ¶
func (x *CreateBoardRequest) String() string
type CreateBoardResponse ¶
type CreateBoardResponse struct { Board *Board `protobuf:"bytes,1,opt,name=board,proto3" json:"board,omitempty"` // contains filtered or unexported fields }
func (*CreateBoardResponse) Descriptor
deprecated
func (*CreateBoardResponse) Descriptor() ([]byte, []int)
Deprecated: Use CreateBoardResponse.ProtoReflect.Descriptor instead.
func (*CreateBoardResponse) GetBoard ¶
func (x *CreateBoardResponse) GetBoard() *Board
func (*CreateBoardResponse) ProtoMessage ¶
func (*CreateBoardResponse) ProtoMessage()
func (*CreateBoardResponse) ProtoReflect ¶
func (x *CreateBoardResponse) ProtoReflect() protoreflect.Message
func (*CreateBoardResponse) Reset ¶
func (x *CreateBoardResponse) Reset()
func (*CreateBoardResponse) String ¶
func (x *CreateBoardResponse) String() string
type DeleteBoardRequest ¶
type DeleteBoardRequest struct {
// contains filtered or unexported fields
}
func (*DeleteBoardRequest) Descriptor
deprecated
func (*DeleteBoardRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteBoardRequest.ProtoReflect.Descriptor instead.
func (*DeleteBoardRequest) ProtoMessage ¶
func (*DeleteBoardRequest) ProtoMessage()
func (*DeleteBoardRequest) ProtoReflect ¶
func (x *DeleteBoardRequest) ProtoReflect() protoreflect.Message
func (*DeleteBoardRequest) Reset ¶
func (x *DeleteBoardRequest) Reset()
func (*DeleteBoardRequest) String ¶
func (x *DeleteBoardRequest) String() string
type DeleteBoardResponse ¶
type DeleteBoardResponse struct { Message string `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"` // contains filtered or unexported fields }
func (*DeleteBoardResponse) Descriptor
deprecated
func (*DeleteBoardResponse) Descriptor() ([]byte, []int)
Deprecated: Use DeleteBoardResponse.ProtoReflect.Descriptor instead.
func (*DeleteBoardResponse) GetMessage ¶
func (x *DeleteBoardResponse) GetMessage() string
func (*DeleteBoardResponse) ProtoMessage ¶
func (*DeleteBoardResponse) ProtoMessage()
func (*DeleteBoardResponse) ProtoReflect ¶
func (x *DeleteBoardResponse) ProtoReflect() protoreflect.Message
func (*DeleteBoardResponse) Reset ¶
func (x *DeleteBoardResponse) Reset()
func (*DeleteBoardResponse) String ¶
func (x *DeleteBoardResponse) String() string
type GetArchivedBoardListRequest ¶
type GetArchivedBoardListRequest struct { PageNumber uint64 `protobuf:"varint,1,opt,name=pageNumber,proto3" json:"pageNumber,omitempty"` PageSize uint64 `protobuf:"varint,2,opt,name=pageSize,proto3" json:"pageSize,omitempty"` UserID uint64 `protobuf:"varint,3,opt,name=userID,proto3" json:"userID,omitempty"` // contains filtered or unexported fields }
func (*GetArchivedBoardListRequest) Descriptor
deprecated
func (*GetArchivedBoardListRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetArchivedBoardListRequest.ProtoReflect.Descriptor instead.
func (*GetArchivedBoardListRequest) GetPageNumber ¶
func (x *GetArchivedBoardListRequest) GetPageNumber() uint64
func (*GetArchivedBoardListRequest) GetPageSize ¶
func (x *GetArchivedBoardListRequest) GetPageSize() uint64
func (*GetArchivedBoardListRequest) GetUserID ¶
func (x *GetArchivedBoardListRequest) GetUserID() uint64
func (*GetArchivedBoardListRequest) ProtoMessage ¶
func (*GetArchivedBoardListRequest) ProtoMessage()
func (*GetArchivedBoardListRequest) ProtoReflect ¶
func (x *GetArchivedBoardListRequest) ProtoReflect() protoreflect.Message
func (*GetArchivedBoardListRequest) Reset ¶
func (x *GetArchivedBoardListRequest) Reset()
func (*GetArchivedBoardListRequest) String ¶
func (x *GetArchivedBoardListRequest) String() string
type GetArchivedBoardListResponse ¶
type GetArchivedBoardListResponse struct { Boards []*BoardMeta `protobuf:"bytes,1,rep,name=boards,proto3" json:"boards,omitempty"` Pagination *Pagination `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"` // contains filtered or unexported fields }
func (*GetArchivedBoardListResponse) Descriptor
deprecated
func (*GetArchivedBoardListResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetArchivedBoardListResponse.ProtoReflect.Descriptor instead.
func (*GetArchivedBoardListResponse) GetBoards ¶
func (x *GetArchivedBoardListResponse) GetBoards() []*BoardMeta
func (*GetArchivedBoardListResponse) GetPagination ¶
func (x *GetArchivedBoardListResponse) GetPagination() *Pagination
func (*GetArchivedBoardListResponse) ProtoMessage ¶
func (*GetArchivedBoardListResponse) ProtoMessage()
func (*GetArchivedBoardListResponse) ProtoReflect ¶
func (x *GetArchivedBoardListResponse) ProtoReflect() protoreflect.Message
func (*GetArchivedBoardListResponse) Reset ¶
func (x *GetArchivedBoardListResponse) Reset()
func (*GetArchivedBoardListResponse) String ¶
func (x *GetArchivedBoardListResponse) String() string
type GetBoardByIDRequest ¶
type GetBoardByIDRequest struct {
// contains filtered or unexported fields
}
func (*GetBoardByIDRequest) Descriptor
deprecated
func (*GetBoardByIDRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetBoardByIDRequest.ProtoReflect.Descriptor instead.
func (*GetBoardByIDRequest) ProtoMessage ¶
func (*GetBoardByIDRequest) ProtoMessage()
func (*GetBoardByIDRequest) ProtoReflect ¶
func (x *GetBoardByIDRequest) ProtoReflect() protoreflect.Message
func (*GetBoardByIDRequest) Reset ¶
func (x *GetBoardByIDRequest) Reset()
func (*GetBoardByIDRequest) String ¶
func (x *GetBoardByIDRequest) String() string
type GetBoardByIDResponse ¶
type GetBoardByIDResponse struct { Board *Board `protobuf:"bytes,1,opt,name=board,proto3" json:"board,omitempty"` // contains filtered or unexported fields }
func (*GetBoardByIDResponse) Descriptor
deprecated
func (*GetBoardByIDResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetBoardByIDResponse.ProtoReflect.Descriptor instead.
func (*GetBoardByIDResponse) GetBoard ¶
func (x *GetBoardByIDResponse) GetBoard() *Board
func (*GetBoardByIDResponse) ProtoMessage ¶
func (*GetBoardByIDResponse) ProtoMessage()
func (*GetBoardByIDResponse) ProtoReflect ¶
func (x *GetBoardByIDResponse) ProtoReflect() protoreflect.Message
func (*GetBoardByIDResponse) Reset ¶
func (x *GetBoardByIDResponse) Reset()
func (*GetBoardByIDResponse) String ¶
func (x *GetBoardByIDResponse) String() string
type GetBoardIDByCardRequest ¶
type GetBoardIDByCardRequest struct { CardID uint64 `protobuf:"varint,1,opt,name=cardID,proto3" json:"cardID,omitempty"` // contains filtered or unexported fields }
func (*GetBoardIDByCardRequest) Descriptor
deprecated
func (*GetBoardIDByCardRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetBoardIDByCardRequest.ProtoReflect.Descriptor instead.
func (*GetBoardIDByCardRequest) GetCardID ¶
func (x *GetBoardIDByCardRequest) GetCardID() uint64
func (*GetBoardIDByCardRequest) ProtoMessage ¶
func (*GetBoardIDByCardRequest) ProtoMessage()
func (*GetBoardIDByCardRequest) ProtoReflect ¶
func (x *GetBoardIDByCardRequest) ProtoReflect() protoreflect.Message
func (*GetBoardIDByCardRequest) Reset ¶
func (x *GetBoardIDByCardRequest) Reset()
func (*GetBoardIDByCardRequest) String ¶
func (x *GetBoardIDByCardRequest) String() string
type GetBoardIDByCardResponse ¶
type GetBoardIDByCardResponse struct { BoardID uint64 `protobuf:"varint,1,opt,name=boardID,proto3" json:"boardID,omitempty"` // contains filtered or unexported fields }
func (*GetBoardIDByCardResponse) Descriptor
deprecated
func (*GetBoardIDByCardResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetBoardIDByCardResponse.ProtoReflect.Descriptor instead.
func (*GetBoardIDByCardResponse) GetBoardID ¶
func (x *GetBoardIDByCardResponse) GetBoardID() uint64
func (*GetBoardIDByCardResponse) ProtoMessage ¶
func (*GetBoardIDByCardResponse) ProtoMessage()
func (*GetBoardIDByCardResponse) ProtoReflect ¶
func (x *GetBoardIDByCardResponse) ProtoReflect() protoreflect.Message
func (*GetBoardIDByCardResponse) Reset ¶
func (x *GetBoardIDByCardResponse) Reset()
func (*GetBoardIDByCardResponse) String ¶
func (x *GetBoardIDByCardResponse) String() string
type GetBoardIDByListRequest ¶
type GetBoardIDByListRequest struct { ListID uint64 `protobuf:"varint,1,opt,name=listID,proto3" json:"listID,omitempty"` // contains filtered or unexported fields }
func (*GetBoardIDByListRequest) Descriptor
deprecated
func (*GetBoardIDByListRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetBoardIDByListRequest.ProtoReflect.Descriptor instead.
func (*GetBoardIDByListRequest) GetListID ¶
func (x *GetBoardIDByListRequest) GetListID() uint64
func (*GetBoardIDByListRequest) ProtoMessage ¶
func (*GetBoardIDByListRequest) ProtoMessage()
func (*GetBoardIDByListRequest) ProtoReflect ¶
func (x *GetBoardIDByListRequest) ProtoReflect() protoreflect.Message
func (*GetBoardIDByListRequest) Reset ¶
func (x *GetBoardIDByListRequest) Reset()
func (*GetBoardIDByListRequest) String ¶
func (x *GetBoardIDByListRequest) String() string
type GetBoardIDByListResponse ¶
type GetBoardIDByListResponse struct { BoardID uint64 `protobuf:"varint,1,opt,name=boardID,proto3" json:"boardID,omitempty"` // contains filtered or unexported fields }
func (*GetBoardIDByListResponse) Descriptor
deprecated
func (*GetBoardIDByListResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetBoardIDByListResponse.ProtoReflect.Descriptor instead.
func (*GetBoardIDByListResponse) GetBoardID ¶
func (x *GetBoardIDByListResponse) GetBoardID() uint64
func (*GetBoardIDByListResponse) ProtoMessage ¶
func (*GetBoardIDByListResponse) ProtoMessage()
func (*GetBoardIDByListResponse) ProtoReflect ¶
func (x *GetBoardIDByListResponse) ProtoReflect() protoreflect.Message
func (*GetBoardIDByListResponse) Reset ¶
func (x *GetBoardIDByListResponse) Reset()
func (*GetBoardIDByListResponse) String ¶
func (x *GetBoardIDByListResponse) String() string
type GetBoardListRequest ¶
type GetBoardListRequest struct { PageNumber uint64 `protobuf:"varint,1,opt,name=pageNumber,proto3" json:"pageNumber,omitempty"` PageSize uint64 `protobuf:"varint,2,opt,name=pageSize,proto3" json:"pageSize,omitempty"` // contains filtered or unexported fields }
func (*GetBoardListRequest) Descriptor
deprecated
func (*GetBoardListRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetBoardListRequest.ProtoReflect.Descriptor instead.
func (*GetBoardListRequest) GetPageNumber ¶
func (x *GetBoardListRequest) GetPageNumber() uint64
func (*GetBoardListRequest) GetPageSize ¶
func (x *GetBoardListRequest) GetPageSize() uint64
func (*GetBoardListRequest) ProtoMessage ¶
func (*GetBoardListRequest) ProtoMessage()
func (*GetBoardListRequest) ProtoReflect ¶
func (x *GetBoardListRequest) ProtoReflect() protoreflect.Message
func (*GetBoardListRequest) Reset ¶
func (x *GetBoardListRequest) Reset()
func (*GetBoardListRequest) String ¶
func (x *GetBoardListRequest) String() string
type GetBoardListResponse ¶
type GetBoardListResponse struct { Boards []*BoardMeta `protobuf:"bytes,1,rep,name=boards,proto3" json:"boards,omitempty"` Pagination *Pagination `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"` // contains filtered or unexported fields }
func (*GetBoardListResponse) Descriptor
deprecated
func (*GetBoardListResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetBoardListResponse.ProtoReflect.Descriptor instead.
func (*GetBoardListResponse) GetBoards ¶
func (x *GetBoardListResponse) GetBoards() []*BoardMeta
func (*GetBoardListResponse) GetPagination ¶
func (x *GetBoardListResponse) GetPagination() *Pagination
func (*GetBoardListResponse) ProtoMessage ¶
func (*GetBoardListResponse) ProtoMessage()
func (*GetBoardListResponse) ProtoReflect ¶
func (x *GetBoardListResponse) ProtoReflect() protoreflect.Message
func (*GetBoardListResponse) Reset ¶
func (x *GetBoardListResponse) Reset()
func (*GetBoardListResponse) String ¶
func (x *GetBoardListResponse) String() string
type GetBoardMembersRequest ¶
type GetBoardMembersRequest struct {
// contains filtered or unexported fields
}
func (*GetBoardMembersRequest) Descriptor
deprecated
func (*GetBoardMembersRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetBoardMembersRequest.ProtoReflect.Descriptor instead.
func (*GetBoardMembersRequest) ProtoMessage ¶
func (*GetBoardMembersRequest) ProtoMessage()
func (*GetBoardMembersRequest) ProtoReflect ¶
func (x *GetBoardMembersRequest) ProtoReflect() protoreflect.Message
func (*GetBoardMembersRequest) Reset ¶
func (x *GetBoardMembersRequest) Reset()
func (*GetBoardMembersRequest) String ¶
func (x *GetBoardMembersRequest) String() string
type GetBoardMembersResponse ¶
type GetBoardMembersResponse struct { Members []*BoardMember `protobuf:"bytes,1,rep,name=members,proto3" json:"members,omitempty"` // contains filtered or unexported fields }
func (*GetBoardMembersResponse) Descriptor
deprecated
func (*GetBoardMembersResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetBoardMembersResponse.ProtoReflect.Descriptor instead.
func (*GetBoardMembersResponse) GetMembers ¶
func (x *GetBoardMembersResponse) GetMembers() []*BoardMember
func (*GetBoardMembersResponse) ProtoMessage ¶
func (*GetBoardMembersResponse) ProtoMessage()
func (*GetBoardMembersResponse) ProtoReflect ¶
func (x *GetBoardMembersResponse) ProtoReflect() protoreflect.Message
func (*GetBoardMembersResponse) Reset ¶
func (x *GetBoardMembersResponse) Reset()
func (*GetBoardMembersResponse) String ¶
func (x *GetBoardMembersResponse) String() string
type Label ¶
type Label struct { LabelID uint64 `protobuf:"varint,1,opt,name=labelID,proto3" json:"labelID,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` Color string `protobuf:"bytes,3,opt,name=color,proto3" json:"color,omitempty"` BoardID uint64 `protobuf:"varint,4,opt,name=boardID,proto3" json:"boardID,omitempty"` // contains filtered or unexported fields }
func (*Label) Descriptor
deprecated
func (*Label) GetBoardID ¶
func (*Label) GetLabelID ¶
func (*Label) ProtoMessage ¶
func (*Label) ProtoMessage()
func (*Label) ProtoReflect ¶
func (x *Label) ProtoReflect() protoreflect.Message
type List ¶
type List struct { ListID uint64 `protobuf:"varint,1,opt,name=listID,proto3" json:"listID,omitempty"` BoardID uint64 `protobuf:"varint,2,opt,name=boardID,proto3" json:"boardID,omitempty"` Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"` Position int64 `protobuf:"varint,4,opt,name=position,proto3" json:"position,omitempty"` // contains filtered or unexported fields }
func (*List) Descriptor
deprecated
func (*List) GetBoardID ¶
func (*List) GetPosition ¶
func (*List) ProtoMessage ¶
func (*List) ProtoMessage()
func (*List) ProtoReflect ¶
func (x *List) ProtoReflect() protoreflect.Message
type Pagination ¶
type Pagination struct { CurrentPage uint64 `protobuf:"varint,1,opt,name=current_page,json=currentPage,proto3" json:"current_page,omitempty"` TotalPages uint64 `protobuf:"varint,2,opt,name=total_pages,json=totalPages,proto3" json:"total_pages,omitempty"` ItemsPerPage uint64 `protobuf:"varint,3,opt,name=items_per_page,json=itemsPerPage,proto3" json:"items_per_page,omitempty"` TotalItems uint64 `protobuf:"varint,4,opt,name=total_items,json=totalItems,proto3" json:"total_items,omitempty"` HasMore bool `protobuf:"varint,5,opt,name=has_more,json=hasMore,proto3" json:"has_more,omitempty"` // contains filtered or unexported fields }
Data Structures (Messages)
func (*Pagination) Descriptor
deprecated
func (*Pagination) Descriptor() ([]byte, []int)
Deprecated: Use Pagination.ProtoReflect.Descriptor instead.
func (*Pagination) GetCurrentPage ¶
func (x *Pagination) GetCurrentPage() uint64
func (*Pagination) GetHasMore ¶
func (x *Pagination) GetHasMore() bool
func (*Pagination) GetItemsPerPage ¶
func (x *Pagination) GetItemsPerPage() uint64
func (*Pagination) GetTotalItems ¶
func (x *Pagination) GetTotalItems() uint64
func (*Pagination) GetTotalPages ¶
func (x *Pagination) GetTotalPages() uint64
func (*Pagination) ProtoMessage ¶
func (*Pagination) ProtoMessage()
func (*Pagination) ProtoReflect ¶
func (x *Pagination) ProtoReflect() protoreflect.Message
func (*Pagination) Reset ¶
func (x *Pagination) Reset()
func (*Pagination) String ¶
func (x *Pagination) String() string
type RemoveBoardUsersRequest ¶
type RemoveBoardUsersRequest struct { // uint64 boardID = 1; UserIDs []uint64 `protobuf:"varint,1,rep,packed,name=userIDs,proto3" json:"userIDs,omitempty"` // contains filtered or unexported fields }
func (*RemoveBoardUsersRequest) Descriptor
deprecated
func (*RemoveBoardUsersRequest) Descriptor() ([]byte, []int)
Deprecated: Use RemoveBoardUsersRequest.ProtoReflect.Descriptor instead.
func (*RemoveBoardUsersRequest) GetUserIDs ¶
func (x *RemoveBoardUsersRequest) GetUserIDs() []uint64
func (*RemoveBoardUsersRequest) ProtoMessage ¶
func (*RemoveBoardUsersRequest) ProtoMessage()
func (*RemoveBoardUsersRequest) ProtoReflect ¶
func (x *RemoveBoardUsersRequest) ProtoReflect() protoreflect.Message
func (*RemoveBoardUsersRequest) Reset ¶
func (x *RemoveBoardUsersRequest) Reset()
func (*RemoveBoardUsersRequest) String ¶
func (x *RemoveBoardUsersRequest) String() string
type RemoveBoardUsersResponse ¶
type RemoveBoardUsersResponse struct { Message string `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"` // contains filtered or unexported fields }
func (*RemoveBoardUsersResponse) Descriptor
deprecated
func (*RemoveBoardUsersResponse) Descriptor() ([]byte, []int)
Deprecated: Use RemoveBoardUsersResponse.ProtoReflect.Descriptor instead.
func (*RemoveBoardUsersResponse) GetMessage ¶
func (x *RemoveBoardUsersResponse) GetMessage() string
func (*RemoveBoardUsersResponse) ProtoMessage ¶
func (*RemoveBoardUsersResponse) ProtoMessage()
func (*RemoveBoardUsersResponse) ProtoReflect ¶
func (x *RemoveBoardUsersResponse) ProtoReflect() protoreflect.Message
func (*RemoveBoardUsersResponse) Reset ¶
func (x *RemoveBoardUsersResponse) Reset()
func (*RemoveBoardUsersResponse) String ¶
func (x *RemoveBoardUsersResponse) String() string
type RemoveLabelRequest ¶
type RemoveLabelRequest struct { // uint64 boardID = 1; LabelID uint64 `protobuf:"varint,1,opt,name=labelID,proto3" json:"labelID,omitempty"` // contains filtered or unexported fields }
func (*RemoveLabelRequest) Descriptor
deprecated
func (*RemoveLabelRequest) Descriptor() ([]byte, []int)
Deprecated: Use RemoveLabelRequest.ProtoReflect.Descriptor instead.
func (*RemoveLabelRequest) GetLabelID ¶
func (x *RemoveLabelRequest) GetLabelID() uint64
func (*RemoveLabelRequest) ProtoMessage ¶
func (*RemoveLabelRequest) ProtoMessage()
func (*RemoveLabelRequest) ProtoReflect ¶
func (x *RemoveLabelRequest) ProtoReflect() protoreflect.Message
func (*RemoveLabelRequest) Reset ¶
func (x *RemoveLabelRequest) Reset()
func (*RemoveLabelRequest) String ¶
func (x *RemoveLabelRequest) String() string
type RemoveLabelResponse ¶
type RemoveLabelResponse struct { Message string `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"` // contains filtered or unexported fields }
func (*RemoveLabelResponse) Descriptor
deprecated
func (*RemoveLabelResponse) Descriptor() ([]byte, []int)
Deprecated: Use RemoveLabelResponse.ProtoReflect.Descriptor instead.
func (*RemoveLabelResponse) GetMessage ¶
func (x *RemoveLabelResponse) GetMessage() string
func (*RemoveLabelResponse) ProtoMessage ¶
func (*RemoveLabelResponse) ProtoMessage()
func (*RemoveLabelResponse) ProtoReflect ¶
func (x *RemoveLabelResponse) ProtoReflect() protoreflect.Message
func (*RemoveLabelResponse) Reset ¶
func (x *RemoveLabelResponse) Reset()
func (*RemoveLabelResponse) String ¶
func (x *RemoveLabelResponse) String() string
type RestoreBoardRequest ¶
type RestoreBoardRequest struct {
// contains filtered or unexported fields
}
func (*RestoreBoardRequest) Descriptor
deprecated
func (*RestoreBoardRequest) Descriptor() ([]byte, []int)
Deprecated: Use RestoreBoardRequest.ProtoReflect.Descriptor instead.
func (*RestoreBoardRequest) ProtoMessage ¶
func (*RestoreBoardRequest) ProtoMessage()
func (*RestoreBoardRequest) ProtoReflect ¶
func (x *RestoreBoardRequest) ProtoReflect() protoreflect.Message
func (*RestoreBoardRequest) Reset ¶
func (x *RestoreBoardRequest) Reset()
func (*RestoreBoardRequest) String ¶
func (x *RestoreBoardRequest) String() string
type RestoreBoardResponse ¶
type RestoreBoardResponse struct { Message string `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"` // contains filtered or unexported fields }
func (*RestoreBoardResponse) Descriptor
deprecated
func (*RestoreBoardResponse) Descriptor() ([]byte, []int)
Deprecated: Use RestoreBoardResponse.ProtoReflect.Descriptor instead.
func (*RestoreBoardResponse) GetMessage ¶
func (x *RestoreBoardResponse) GetMessage() string
func (*RestoreBoardResponse) ProtoMessage ¶
func (*RestoreBoardResponse) ProtoMessage()
func (*RestoreBoardResponse) ProtoReflect ¶
func (x *RestoreBoardResponse) ProtoReflect() protoreflect.Message
func (*RestoreBoardResponse) Reset ¶
func (x *RestoreBoardResponse) Reset()
func (*RestoreBoardResponse) String ¶
func (x *RestoreBoardResponse) String() string
type UnimplementedBoardServiceServer ¶
type UnimplementedBoardServiceServer struct { }
UnimplementedBoardServiceServer must be embedded to have forward compatible implementations.
func (UnimplementedBoardServiceServer) AddBoardUsers ¶
func (UnimplementedBoardServiceServer) AddBoardUsers(context.Context, *AddBoardUsersRequest) (*AddBoardUsersResponse, error)
func (UnimplementedBoardServiceServer) AddLabel ¶
func (UnimplementedBoardServiceServer) AddLabel(context.Context, *AddLabelRequest) (*AddLabelResponse, error)
func (UnimplementedBoardServiceServer) ArchiveBoard ¶
func (UnimplementedBoardServiceServer) ArchiveBoard(context.Context, *ArchiveBoardRequest) (*ArchiveBoardResponse, error)
func (UnimplementedBoardServiceServer) AssignBoardUsersRole ¶
func (UnimplementedBoardServiceServer) AssignBoardUsersRole(context.Context, *AssignBoardUsersRoleRequest) (*AssignBoardUsersRoleResponse, error)
func (UnimplementedBoardServiceServer) ChangeBoardOwner ¶
func (UnimplementedBoardServiceServer) ChangeBoardOwner(context.Context, *ChangeBoardOwnerRequest) (*ChangeBoardOwnerResponse, error)
func (UnimplementedBoardServiceServer) ChangeBoardVisibility ¶
func (UnimplementedBoardServiceServer) ChangeBoardVisibility(context.Context, *ChangeBoardVisibilityRequest) (*ChangeBoardVisibilityResponse, error)
func (UnimplementedBoardServiceServer) CreateBoard ¶
func (UnimplementedBoardServiceServer) CreateBoard(context.Context, *CreateBoardRequest) (*CreateBoardResponse, error)
func (UnimplementedBoardServiceServer) DeleteBoard ¶
func (UnimplementedBoardServiceServer) DeleteBoard(context.Context, *DeleteBoardRequest) (*DeleteBoardResponse, error)
func (UnimplementedBoardServiceServer) GetArchivedBoardList ¶
func (UnimplementedBoardServiceServer) GetArchivedBoardList(context.Context, *GetArchivedBoardListRequest) (*GetArchivedBoardListResponse, error)
func (UnimplementedBoardServiceServer) GetBoardByID ¶
func (UnimplementedBoardServiceServer) GetBoardByID(context.Context, *GetBoardByIDRequest) (*GetBoardByIDResponse, error)
func (UnimplementedBoardServiceServer) GetBoardIDByCard ¶
func (UnimplementedBoardServiceServer) GetBoardIDByCard(context.Context, *GetBoardIDByCardRequest) (*GetBoardIDByCardResponse, error)
func (UnimplementedBoardServiceServer) GetBoardIDByList ¶
func (UnimplementedBoardServiceServer) GetBoardIDByList(context.Context, *GetBoardIDByListRequest) (*GetBoardIDByListResponse, error)
func (UnimplementedBoardServiceServer) GetBoardList ¶
func (UnimplementedBoardServiceServer) GetBoardList(context.Context, *GetBoardListRequest) (*GetBoardListResponse, error)
func (UnimplementedBoardServiceServer) GetBoardMembers ¶
func (UnimplementedBoardServiceServer) GetBoardMembers(context.Context, *GetBoardMembersRequest) (*GetBoardMembersResponse, error)
func (UnimplementedBoardServiceServer) RemoveBoardUsers ¶
func (UnimplementedBoardServiceServer) RemoveBoardUsers(context.Context, *RemoveBoardUsersRequest) (*RemoveBoardUsersResponse, error)
func (UnimplementedBoardServiceServer) RemoveLabel ¶
func (UnimplementedBoardServiceServer) RemoveLabel(context.Context, *RemoveLabelRequest) (*RemoveLabelResponse, error)
func (UnimplementedBoardServiceServer) RestoreBoard ¶
func (UnimplementedBoardServiceServer) RestoreBoard(context.Context, *RestoreBoardRequest) (*RestoreBoardResponse, error)
func (UnimplementedBoardServiceServer) UpdateBoardName ¶
func (UnimplementedBoardServiceServer) UpdateBoardName(context.Context, *UpdateBoardNameRequest) (*UpdateBoardNameResponse, error)
type UnsafeBoardServiceServer ¶
type UnsafeBoardServiceServer interface {
// contains filtered or unexported methods
}
UnsafeBoardServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to BoardServiceServer will result in compilation errors.
type UpdateBoardNameRequest ¶
type UpdateBoardNameRequest struct { // uint64 boardID = 1; Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
func (*UpdateBoardNameRequest) Descriptor
deprecated
func (*UpdateBoardNameRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateBoardNameRequest.ProtoReflect.Descriptor instead.
func (*UpdateBoardNameRequest) GetName ¶
func (x *UpdateBoardNameRequest) GetName() string
func (*UpdateBoardNameRequest) ProtoMessage ¶
func (*UpdateBoardNameRequest) ProtoMessage()
func (*UpdateBoardNameRequest) ProtoReflect ¶
func (x *UpdateBoardNameRequest) ProtoReflect() protoreflect.Message
func (*UpdateBoardNameRequest) Reset ¶
func (x *UpdateBoardNameRequest) Reset()
func (*UpdateBoardNameRequest) String ¶
func (x *UpdateBoardNameRequest) String() string
type UpdateBoardNameResponse ¶
type UpdateBoardNameResponse struct { Message string `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"` // contains filtered or unexported fields }
func (*UpdateBoardNameResponse) Descriptor
deprecated
func (*UpdateBoardNameResponse) Descriptor() ([]byte, []int)
Deprecated: Use UpdateBoardNameResponse.ProtoReflect.Descriptor instead.
func (*UpdateBoardNameResponse) GetMessage ¶
func (x *UpdateBoardNameResponse) GetMessage() string
func (*UpdateBoardNameResponse) ProtoMessage ¶
func (*UpdateBoardNameResponse) ProtoMessage()
func (*UpdateBoardNameResponse) ProtoReflect ¶
func (x *UpdateBoardNameResponse) ProtoReflect() protoreflect.Message
func (*UpdateBoardNameResponse) Reset ¶
func (x *UpdateBoardNameResponse) Reset()
func (*UpdateBoardNameResponse) String ¶
func (x *UpdateBoardNameResponse) String() string