grpc_board

package
v0.0.0-...-6b4f8a3 Latest Latest
Warning

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

Go to latest
Published: Mar 2, 2024 License: GPL-3.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var AuthService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "auth.AuthService",
	HandlerType: (*AuthServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "Login",
			Handler:    _AuthService_Login_Handler,
		},
		{
			MethodName: "Register",
			Handler:    _AuthService_Register_Handler,
		},
		{
			MethodName: "Logout",
			Handler:    _AuthService_Logout_Handler,
		},
		{
			MethodName: "MailVerification",
			Handler:    _AuthService_MailVerification_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "auth.proto",
}

AuthService_ServiceDesc is the grpc.ServiceDesc for AuthService 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 BoardGroupService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "board_group.BoardGroupService",
	HandlerType: (*BoardGroupServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "GetAllBoardGroups",
			Handler:    _BoardGroupService_GetAllBoardGroups_Handler,
		},
		{
			MethodName: "GetBoardId",
			Handler:    _BoardGroupService_GetBoardId_Handler,
		},
		{
			MethodName: "CreateBoardGroup",
			Handler:    _BoardGroupService_CreateBoardGroup_Handler,
		},
		{
			MethodName: "UpdateBoardGroup",
			Handler:    _BoardGroupService_UpdateBoardGroup_Handler,
		},
		{
			MethodName: "DeleteBoardGroup",
			Handler:    _BoardGroupService_DeleteBoardGroup_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "board_group.proto",
}

BoardGroupService_ServiceDesc is the grpc.ServiceDesc for BoardGroupService 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 BoardService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "board.BoardService",
	HandlerType: (*BoardServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "BoardList",
			Handler:    _BoardService_BoardList_Handler,
		},
		{
			MethodName: "CreateBoard",
			Handler:    _BoardService_CreateBoard_Handler,
		},
		{
			MethodName: "ReadBoard",
			Handler:    _BoardService_ReadBoard_Handler,
		},
		{
			MethodName: "UpdateBoard",
			Handler:    _BoardService_UpdateBoard_Handler,
		},
		{
			MethodName: "DeleteBoard",
			Handler:    _BoardService_DeleteBoard_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)

View Source
var File_board_group_proto protoreflect.FileDescriptor
View Source
var File_board_proto protoreflect.FileDescriptor
View Source
var File_group_user_proto protoreflect.FileDescriptor
View Source
var File_reply_proto protoreflect.FileDescriptor
View Source
var GroupUserService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "group_user.GroupUserService",
	HandlerType: (*GroupUserServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "GetAllGroupUsers",
			Handler:    _GroupUserService_GetAllGroupUsers_Handler,
		},
		{
			MethodName: "GetGroupUserId",
			Handler:    _GroupUserService_GetGroupUserId_Handler,
		},
		{
			MethodName: "CreateGroupUser",
			Handler:    _GroupUserService_CreateGroupUser_Handler,
		},
		{
			MethodName: "UpdateGroupUser",
			Handler:    _GroupUserService_UpdateGroupUser_Handler,
		},
		{
			MethodName: "DeleteGroupUser",
			Handler:    _GroupUserService_DeleteGroupUser_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "group_user.proto",
}

GroupUserService_ServiceDesc is the grpc.ServiceDesc for GroupUserService 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 ReplyService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "reply.ReplyService",
	HandlerType: (*ReplyServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "GetReplyUser",
			Handler:    _ReplyService_GetReplyUser_Handler,
		},
		{
			MethodName: "GetReplyNickname",
			Handler:    _ReplyService_GetReplyNickname_Handler,
		},
		{
			MethodName: "CreateReply",
			Handler:    _ReplyService_CreateReply_Handler,
		},
		{
			MethodName: "GetAllReplyBoard",
			Handler:    _ReplyService_GetAllReplyBoard_Handler,
		},
		{
			MethodName: "UpdateReply",
			Handler:    _ReplyService_UpdateReply_Handler,
		},
		{
			MethodName: "DeleteReply",
			Handler:    _ReplyService_DeleteReply_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "reply.proto",
}

ReplyService_ServiceDesc is the grpc.ServiceDesc for ReplyService 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 UserService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "user.UserService",
	HandlerType: (*UserServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "GetUserId",
			Handler:    _UserService_GetUserId_Handler,
		},
		{
			MethodName: "GetUserNickname",
			Handler:    _UserService_GetUserNickname_Handler,
		},
		{
			MethodName: "GetAllUsers",
			Handler:    _UserService_GetAllUsers_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "user.proto",
}

UserService_ServiceDesc is the grpc.ServiceDesc for UserService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

Functions

func RegisterAuthServiceServer

func RegisterAuthServiceServer(s grpc.ServiceRegistrar, srv AuthServiceServer)

func RegisterBoardGroupServiceServer

func RegisterBoardGroupServiceServer(s grpc.ServiceRegistrar, srv BoardGroupServiceServer)

func RegisterBoardServiceServer

func RegisterBoardServiceServer(s grpc.ServiceRegistrar, srv BoardServiceServer)

func RegisterGroupUserServiceServer

func RegisterGroupUserServiceServer(s grpc.ServiceRegistrar, srv GroupUserServiceServer)

func RegisterReplyServiceServer

func RegisterReplyServiceServer(s grpc.ServiceRegistrar, srv ReplyServiceServer)

func RegisterUserServiceServer

func RegisterUserServiceServer(s grpc.ServiceRegistrar, srv UserServiceServer)

Types

type AllReplyBoardRequest

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

func (*AllReplyBoardRequest) Descriptor deprecated

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

Deprecated: Use AllReplyBoardRequest.ProtoReflect.Descriptor instead.

func (*AllReplyBoardRequest) GetBoardId

func (x *AllReplyBoardRequest) GetBoardId() string

func (*AllReplyBoardRequest) ProtoMessage

func (*AllReplyBoardRequest) ProtoMessage()

func (*AllReplyBoardRequest) ProtoReflect

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

func (*AllReplyBoardRequest) Reset

func (x *AllReplyBoardRequest) Reset()

func (*AllReplyBoardRequest) String

func (x *AllReplyBoardRequest) String() string

type AllReplyBoardResponse

type AllReplyBoardResponse struct {
	Replies []*Reply `protobuf:"bytes,1,rep,name=replies,proto3" json:"replies,omitempty"`
	// contains filtered or unexported fields
}

func (*AllReplyBoardResponse) Descriptor deprecated

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

Deprecated: Use AllReplyBoardResponse.ProtoReflect.Descriptor instead.

func (*AllReplyBoardResponse) GetReplies

func (x *AllReplyBoardResponse) GetReplies() []*Reply

func (*AllReplyBoardResponse) ProtoMessage

func (*AllReplyBoardResponse) ProtoMessage()

func (*AllReplyBoardResponse) ProtoReflect

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

func (*AllReplyBoardResponse) Reset

func (x *AllReplyBoardResponse) Reset()

func (*AllReplyBoardResponse) String

func (x *AllReplyBoardResponse) String() string

type AuthServiceClient

type AuthServiceClient interface {
	Login(ctx context.Context, in *LoginRequest, opts ...grpc.CallOption) (*LoginResponse, error)
	Register(ctx context.Context, in *RegisterRequest, opts ...grpc.CallOption) (*RegisterResponse, error)
	Logout(ctx context.Context, in *LogoutRequest, opts ...grpc.CallOption) (*LogoutResponse, error)
	MailVerification(ctx context.Context, in *MailVerificationRequest, opts ...grpc.CallOption) (*MailVerificationResponse, error)
}

AuthServiceClient is the client API for AuthService 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 AuthServiceServer

type AuthServiceServer interface {
	Login(context.Context, *LoginRequest) (*LoginResponse, error)
	Register(context.Context, *RegisterRequest) (*RegisterResponse, error)
	Logout(context.Context, *LogoutRequest) (*LogoutResponse, error)
	MailVerification(context.Context, *MailVerificationRequest) (*MailVerificationResponse, error)
	// contains filtered or unexported methods
}

AuthServiceServer is the server API for AuthService service. All implementations must embed UnimplementedAuthServiceServer for forward compatibility

type Board

type Board struct {
	Id       string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	UserId   string `protobuf:"bytes,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	Title    string `protobuf:"bytes,3,opt,name=title,proto3" json:"title,omitempty"`
	Contents string `protobuf:"bytes,4,opt,name=contents,proto3" json:"contents,omitempty"`
	GroupId  string `protobuf:"bytes,5,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"`
	// contains filtered or unexported fields
}

func (*Board) Descriptor deprecated

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

Deprecated: Use Board.ProtoReflect.Descriptor instead.

func (*Board) GetContents

func (x *Board) GetContents() string

func (*Board) GetGroupId

func (x *Board) GetGroupId() string

func (*Board) GetId

func (x *Board) GetId() string

func (*Board) GetTitle

func (x *Board) GetTitle() string

func (*Board) GetUserId

func (x *Board) GetUserId() string

func (*Board) ProtoMessage

func (*Board) ProtoMessage()

func (*Board) ProtoReflect

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

func (*Board) Reset

func (x *Board) Reset()

func (*Board) String

func (x *Board) String() string

type BoardGroup

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

func (*BoardGroup) Descriptor deprecated

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

Deprecated: Use BoardGroup.ProtoReflect.Descriptor instead.

func (*BoardGroup) GetId

func (x *BoardGroup) GetId() string

func (*BoardGroup) GetName

func (x *BoardGroup) GetName() string

func (*BoardGroup) ProtoMessage

func (*BoardGroup) ProtoMessage()

func (*BoardGroup) ProtoReflect

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

func (*BoardGroup) Reset

func (x *BoardGroup) Reset()

func (*BoardGroup) String

func (x *BoardGroup) String() string

type BoardGroupRequest

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

func (*BoardGroupRequest) Descriptor deprecated

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

Deprecated: Use BoardGroupRequest.ProtoReflect.Descriptor instead.

func (*BoardGroupRequest) GetName

func (x *BoardGroupRequest) GetName() string

func (*BoardGroupRequest) ProtoMessage

func (*BoardGroupRequest) ProtoMessage()

func (*BoardGroupRequest) ProtoReflect

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

func (*BoardGroupRequest) Reset

func (x *BoardGroupRequest) Reset()

func (*BoardGroupRequest) String

func (x *BoardGroupRequest) String() string

type BoardGroupServiceClient

type BoardGroupServiceClient interface {
	GetAllBoardGroups(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*BoardGroupsInfo, error)
	GetBoardId(ctx context.Context, in *GetBoardGroupRequest, opts ...grpc.CallOption) (*GetBoardGroupResponse, error)
	CreateBoardGroup(ctx context.Context, in *CreateBoardGroupRequest, opts ...grpc.CallOption) (*CreateBoardGroupResponse, error)
	UpdateBoardGroup(ctx context.Context, in *UpdateBoardGroupRequest, opts ...grpc.CallOption) (*UpdateBoardGroupResponse, error)
	DeleteBoardGroup(ctx context.Context, in *DeleteBoardGroupRequest, opts ...grpc.CallOption) (*DeleteBoardGroupResponse, error)
}

BoardGroupServiceClient is the client API for BoardGroupService 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 BoardGroupServiceServer

type BoardGroupServiceServer interface {
	GetAllBoardGroups(context.Context, *emptypb.Empty) (*BoardGroupsInfo, error)
	GetBoardId(context.Context, *GetBoardGroupRequest) (*GetBoardGroupResponse, error)
	CreateBoardGroup(context.Context, *CreateBoardGroupRequest) (*CreateBoardGroupResponse, error)
	UpdateBoardGroup(context.Context, *UpdateBoardGroupRequest) (*UpdateBoardGroupResponse, error)
	DeleteBoardGroup(context.Context, *DeleteBoardGroupRequest) (*DeleteBoardGroupResponse, error)
	// contains filtered or unexported methods
}

BoardGroupServiceServer is the server API for BoardGroupService service. All implementations must embed UnimplementedBoardGroupServiceServer for forward compatibility

type BoardGroupsInfo

type BoardGroupsInfo struct {
	BoardGroups []*BoardGroup `protobuf:"bytes,1,rep,name=board_groups,json=boardGroups,proto3" json:"board_groups,omitempty"`
	// contains filtered or unexported fields
}

func (*BoardGroupsInfo) Descriptor deprecated

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

Deprecated: Use BoardGroupsInfo.ProtoReflect.Descriptor instead.

func (*BoardGroupsInfo) GetBoardGroups

func (x *BoardGroupsInfo) GetBoardGroups() []*BoardGroup

func (*BoardGroupsInfo) ProtoMessage

func (*BoardGroupsInfo) ProtoMessage()

func (*BoardGroupsInfo) ProtoReflect

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

func (*BoardGroupsInfo) Reset

func (x *BoardGroupsInfo) Reset()

func (*BoardGroupsInfo) String

func (x *BoardGroupsInfo) String() string

type BoardListResponse

type BoardListResponse struct {
	Boards []*Board `protobuf:"bytes,1,rep,name=boards,proto3" json:"boards,omitempty"`
	// contains filtered or unexported fields
}

func (*BoardListResponse) Descriptor deprecated

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

Deprecated: Use BoardListResponse.ProtoReflect.Descriptor instead.

func (*BoardListResponse) GetBoards

func (x *BoardListResponse) GetBoards() []*Board

func (*BoardListResponse) ProtoMessage

func (*BoardListResponse) ProtoMessage()

func (*BoardListResponse) ProtoReflect

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

func (*BoardListResponse) Reset

func (x *BoardListResponse) Reset()

func (*BoardListResponse) String

func (x *BoardListResponse) String() string

type BoardRequest

type BoardRequest struct {
	UserId   string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	Title    string `protobuf:"bytes,2,opt,name=title,proto3" json:"title,omitempty"`
	Contents string `protobuf:"bytes,3,opt,name=contents,proto3" json:"contents,omitempty"`
	GroupId  string `protobuf:"bytes,4,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"`
	// contains filtered or unexported fields
}

func (*BoardRequest) Descriptor deprecated

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

Deprecated: Use BoardRequest.ProtoReflect.Descriptor instead.

func (*BoardRequest) GetContents

func (x *BoardRequest) GetContents() string

func (*BoardRequest) GetGroupId

func (x *BoardRequest) GetGroupId() string

func (*BoardRequest) GetTitle

func (x *BoardRequest) GetTitle() string

func (*BoardRequest) GetUserId

func (x *BoardRequest) GetUserId() string

func (*BoardRequest) ProtoMessage

func (*BoardRequest) ProtoMessage()

func (*BoardRequest) ProtoReflect

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

func (*BoardRequest) Reset

func (x *BoardRequest) Reset()

func (*BoardRequest) String

func (x *BoardRequest) String() string

type BoardServiceClient

type BoardServiceClient interface {
	BoardList(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*BoardListResponse, error)
	CreateBoard(ctx context.Context, in *CreateBoardRequest, opts ...grpc.CallOption) (*CreateBoardResponse, error)
	ReadBoard(ctx context.Context, in *ReadBoardRequest, opts ...grpc.CallOption) (*ReadBoardResponse, error)
	UpdateBoard(ctx context.Context, in *UpdateBoardRequest, opts ...grpc.CallOption) (*UpdateBoardResponse, error)
	DeleteBoard(ctx context.Context, in *DeleteBoardRequest, opts ...grpc.CallOption) (*DeleteBoardResponse, 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.

type BoardServiceServer

type BoardServiceServer interface {
	BoardList(context.Context, *emptypb.Empty) (*BoardListResponse, error)
	CreateBoard(context.Context, *CreateBoardRequest) (*CreateBoardResponse, error)
	ReadBoard(context.Context, *ReadBoardRequest) (*ReadBoardResponse, error)
	UpdateBoard(context.Context, *UpdateBoardRequest) (*UpdateBoardResponse, error)
	DeleteBoard(context.Context, *DeleteBoardRequest) (*DeleteBoardResponse, error)
	// contains filtered or unexported methods
}

BoardServiceServer is the server API for BoardService service. All implementations must embed UnimplementedBoardServiceServer for forward compatibility

type CreateBoardGroupRequest

type CreateBoardGroupRequest struct {
	BoardGroupRequest *BoardGroupRequest `protobuf:"bytes,1,opt,name=board_group_request,json=boardGroupRequest,proto3" json:"board_group_request,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateBoardGroupRequest) Descriptor deprecated

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

Deprecated: Use CreateBoardGroupRequest.ProtoReflect.Descriptor instead.

func (*CreateBoardGroupRequest) GetBoardGroupRequest

func (x *CreateBoardGroupRequest) GetBoardGroupRequest() *BoardGroupRequest

func (*CreateBoardGroupRequest) ProtoMessage

func (*CreateBoardGroupRequest) ProtoMessage()

func (*CreateBoardGroupRequest) ProtoReflect

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

func (*CreateBoardGroupRequest) Reset

func (x *CreateBoardGroupRequest) Reset()

func (*CreateBoardGroupRequest) String

func (x *CreateBoardGroupRequest) String() string

type CreateBoardGroupResponse

type CreateBoardGroupResponse struct {
	Result bool `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateBoardGroupResponse) Descriptor deprecated

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

Deprecated: Use CreateBoardGroupResponse.ProtoReflect.Descriptor instead.

func (*CreateBoardGroupResponse) GetResult

func (x *CreateBoardGroupResponse) GetResult() bool

func (*CreateBoardGroupResponse) ProtoMessage

func (*CreateBoardGroupResponse) ProtoMessage()

func (*CreateBoardGroupResponse) ProtoReflect

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

func (*CreateBoardGroupResponse) Reset

func (x *CreateBoardGroupResponse) Reset()

func (*CreateBoardGroupResponse) String

func (x *CreateBoardGroupResponse) String() string

type CreateBoardRequest

type CreateBoardRequest struct {
	BoardRequest *BoardRequest `protobuf:"bytes,1,opt,name=board_request,json=boardRequest,proto3" json:"board_request,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateBoardRequest) Descriptor deprecated

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

Deprecated: Use CreateBoardRequest.ProtoReflect.Descriptor instead.

func (*CreateBoardRequest) GetBoardRequest

func (x *CreateBoardRequest) GetBoardRequest() *BoardRequest

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 {
	Result bool `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateBoardResponse) Descriptor deprecated

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

Deprecated: Use CreateBoardResponse.ProtoReflect.Descriptor instead.

func (*CreateBoardResponse) GetResult

func (x *CreateBoardResponse) GetResult() bool

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 CreateGroupUserRequest

type CreateGroupUserRequest struct {
	GroupUserRequest *GroupUserRequest `protobuf:"bytes,1,opt,name=group_user_request,json=groupUserRequest,proto3" json:"group_user_request,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateGroupUserRequest) Descriptor deprecated

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

Deprecated: Use CreateGroupUserRequest.ProtoReflect.Descriptor instead.

func (*CreateGroupUserRequest) GetGroupUserRequest

func (x *CreateGroupUserRequest) GetGroupUserRequest() *GroupUserRequest

func (*CreateGroupUserRequest) ProtoMessage

func (*CreateGroupUserRequest) ProtoMessage()

func (*CreateGroupUserRequest) ProtoReflect

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

func (*CreateGroupUserRequest) Reset

func (x *CreateGroupUserRequest) Reset()

func (*CreateGroupUserRequest) String

func (x *CreateGroupUserRequest) String() string

type CreateGroupUserResponse

type CreateGroupUserResponse struct {
	Result bool `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateGroupUserResponse) Descriptor deprecated

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

Deprecated: Use CreateGroupUserResponse.ProtoReflect.Descriptor instead.

func (*CreateGroupUserResponse) GetResult

func (x *CreateGroupUserResponse) GetResult() bool

func (*CreateGroupUserResponse) ProtoMessage

func (*CreateGroupUserResponse) ProtoMessage()

func (*CreateGroupUserResponse) ProtoReflect

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

func (*CreateGroupUserResponse) Reset

func (x *CreateGroupUserResponse) Reset()

func (*CreateGroupUserResponse) String

func (x *CreateGroupUserResponse) String() string

type CreateReplyRequest

type CreateReplyRequest struct {
	ReplyRequest *ReplyRequest `protobuf:"bytes,1,opt,name=reply_request,json=replyRequest,proto3" json:"reply_request,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateReplyRequest) Descriptor deprecated

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

Deprecated: Use CreateReplyRequest.ProtoReflect.Descriptor instead.

func (*CreateReplyRequest) GetReplyRequest

func (x *CreateReplyRequest) GetReplyRequest() *ReplyRequest

func (*CreateReplyRequest) ProtoMessage

func (*CreateReplyRequest) ProtoMessage()

func (*CreateReplyRequest) ProtoReflect

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

func (*CreateReplyRequest) Reset

func (x *CreateReplyRequest) Reset()

func (*CreateReplyRequest) String

func (x *CreateReplyRequest) String() string

type CreateReplyResponse

type CreateReplyResponse struct {
	Result bool `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateReplyResponse) Descriptor deprecated

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

Deprecated: Use CreateReplyResponse.ProtoReflect.Descriptor instead.

func (*CreateReplyResponse) GetResult

func (x *CreateReplyResponse) GetResult() bool

func (*CreateReplyResponse) ProtoMessage

func (*CreateReplyResponse) ProtoMessage()

func (*CreateReplyResponse) ProtoReflect

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

func (*CreateReplyResponse) Reset

func (x *CreateReplyResponse) Reset()

func (*CreateReplyResponse) String

func (x *CreateReplyResponse) String() string

type DeleteBoardGroupRequest

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

func (*DeleteBoardGroupRequest) Descriptor deprecated

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

Deprecated: Use DeleteBoardGroupRequest.ProtoReflect.Descriptor instead.

func (*DeleteBoardGroupRequest) GetId

func (x *DeleteBoardGroupRequest) GetId() string

func (*DeleteBoardGroupRequest) ProtoMessage

func (*DeleteBoardGroupRequest) ProtoMessage()

func (*DeleteBoardGroupRequest) ProtoReflect

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

func (*DeleteBoardGroupRequest) Reset

func (x *DeleteBoardGroupRequest) Reset()

func (*DeleteBoardGroupRequest) String

func (x *DeleteBoardGroupRequest) String() string

type DeleteBoardGroupResponse

type DeleteBoardGroupResponse struct {
	Result bool `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteBoardGroupResponse) Descriptor deprecated

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

Deprecated: Use DeleteBoardGroupResponse.ProtoReflect.Descriptor instead.

func (*DeleteBoardGroupResponse) GetResult

func (x *DeleteBoardGroupResponse) GetResult() bool

func (*DeleteBoardGroupResponse) ProtoMessage

func (*DeleteBoardGroupResponse) ProtoMessage()

func (*DeleteBoardGroupResponse) ProtoReflect

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

func (*DeleteBoardGroupResponse) Reset

func (x *DeleteBoardGroupResponse) Reset()

func (*DeleteBoardGroupResponse) String

func (x *DeleteBoardGroupResponse) String() string

type DeleteBoardRequest

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

func (*DeleteBoardRequest) Descriptor deprecated

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

Deprecated: Use DeleteBoardRequest.ProtoReflect.Descriptor instead.

func (*DeleteBoardRequest) GetId

func (x *DeleteBoardRequest) GetId() string

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 {
	Result bool `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteBoardResponse) Descriptor deprecated

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

Deprecated: Use DeleteBoardResponse.ProtoReflect.Descriptor instead.

func (*DeleteBoardResponse) GetResult

func (x *DeleteBoardResponse) GetResult() bool

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 DeleteGroupUserRequest

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

func (*DeleteGroupUserRequest) Descriptor deprecated

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

Deprecated: Use DeleteGroupUserRequest.ProtoReflect.Descriptor instead.

func (*DeleteGroupUserRequest) GetId

func (x *DeleteGroupUserRequest) GetId() string

func (*DeleteGroupUserRequest) ProtoMessage

func (*DeleteGroupUserRequest) ProtoMessage()

func (*DeleteGroupUserRequest) ProtoReflect

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

func (*DeleteGroupUserRequest) Reset

func (x *DeleteGroupUserRequest) Reset()

func (*DeleteGroupUserRequest) String

func (x *DeleteGroupUserRequest) String() string

type DeleteGroupUserResponse

type DeleteGroupUserResponse struct {
	Result bool `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteGroupUserResponse) Descriptor deprecated

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

Deprecated: Use DeleteGroupUserResponse.ProtoReflect.Descriptor instead.

func (*DeleteGroupUserResponse) GetResult

func (x *DeleteGroupUserResponse) GetResult() bool

func (*DeleteGroupUserResponse) ProtoMessage

func (*DeleteGroupUserResponse) ProtoMessage()

func (*DeleteGroupUserResponse) ProtoReflect

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

func (*DeleteGroupUserResponse) Reset

func (x *DeleteGroupUserResponse) Reset()

func (*DeleteGroupUserResponse) String

func (x *DeleteGroupUserResponse) String() string

type DeleteReplyRequest

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

func (*DeleteReplyRequest) Descriptor deprecated

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

Deprecated: Use DeleteReplyRequest.ProtoReflect.Descriptor instead.

func (*DeleteReplyRequest) GetId

func (x *DeleteReplyRequest) GetId() string

func (*DeleteReplyRequest) ProtoMessage

func (*DeleteReplyRequest) ProtoMessage()

func (*DeleteReplyRequest) ProtoReflect

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

func (*DeleteReplyRequest) Reset

func (x *DeleteReplyRequest) Reset()

func (*DeleteReplyRequest) String

func (x *DeleteReplyRequest) String() string

type DeleteReplyResponse

type DeleteReplyResponse struct {
	Result bool `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteReplyResponse) Descriptor deprecated

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

Deprecated: Use DeleteReplyResponse.ProtoReflect.Descriptor instead.

func (*DeleteReplyResponse) GetResult

func (x *DeleteReplyResponse) GetResult() bool

func (*DeleteReplyResponse) ProtoMessage

func (*DeleteReplyResponse) ProtoMessage()

func (*DeleteReplyResponse) ProtoReflect

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

func (*DeleteReplyResponse) Reset

func (x *DeleteReplyResponse) Reset()

func (*DeleteReplyResponse) String

func (x *DeleteReplyResponse) String() string

type GetBoardGroupRequest

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

func (*GetBoardGroupRequest) Descriptor deprecated

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

Deprecated: Use GetBoardGroupRequest.ProtoReflect.Descriptor instead.

func (*GetBoardGroupRequest) GetId

func (x *GetBoardGroupRequest) GetId() string

func (*GetBoardGroupRequest) ProtoMessage

func (*GetBoardGroupRequest) ProtoMessage()

func (*GetBoardGroupRequest) ProtoReflect

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

func (*GetBoardGroupRequest) Reset

func (x *GetBoardGroupRequest) Reset()

func (*GetBoardGroupRequest) String

func (x *GetBoardGroupRequest) String() string

type GetBoardGroupResponse

type GetBoardGroupResponse struct {
	BoardGroup *BoardGroup `protobuf:"bytes,1,opt,name=board_group,json=boardGroup,proto3" json:"board_group,omitempty"`
	// contains filtered or unexported fields
}

func (*GetBoardGroupResponse) Descriptor deprecated

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

Deprecated: Use GetBoardGroupResponse.ProtoReflect.Descriptor instead.

func (*GetBoardGroupResponse) GetBoardGroup

func (x *GetBoardGroupResponse) GetBoardGroup() *BoardGroup

func (*GetBoardGroupResponse) ProtoMessage

func (*GetBoardGroupResponse) ProtoMessage()

func (*GetBoardGroupResponse) ProtoReflect

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

func (*GetBoardGroupResponse) Reset

func (x *GetBoardGroupResponse) Reset()

func (*GetBoardGroupResponse) String

func (x *GetBoardGroupResponse) String() string

type GetGroupUserRequest

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

func (*GetGroupUserRequest) Descriptor deprecated

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

Deprecated: Use GetGroupUserRequest.ProtoReflect.Descriptor instead.

func (*GetGroupUserRequest) GetId

func (x *GetGroupUserRequest) GetId() string

func (*GetGroupUserRequest) ProtoMessage

func (*GetGroupUserRequest) ProtoMessage()

func (*GetGroupUserRequest) ProtoReflect

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

func (*GetGroupUserRequest) Reset

func (x *GetGroupUserRequest) Reset()

func (*GetGroupUserRequest) String

func (x *GetGroupUserRequest) String() string

type GetGroupUserResponse

type GetGroupUserResponse struct {
	GroupUser *GroupUser `protobuf:"bytes,1,opt,name=groupUser,proto3" json:"groupUser,omitempty"`
	// contains filtered or unexported fields
}

func (*GetGroupUserResponse) Descriptor deprecated

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

Deprecated: Use GetGroupUserResponse.ProtoReflect.Descriptor instead.

func (*GetGroupUserResponse) GetGroupUser

func (x *GetGroupUserResponse) GetGroupUser() *GroupUser

func (*GetGroupUserResponse) ProtoMessage

func (*GetGroupUserResponse) ProtoMessage()

func (*GetGroupUserResponse) ProtoReflect

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

func (*GetGroupUserResponse) Reset

func (x *GetGroupUserResponse) Reset()

func (*GetGroupUserResponse) String

func (x *GetGroupUserResponse) String() string

type GetReplyNicknameRequest

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

func (*GetReplyNicknameRequest) Descriptor deprecated

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

Deprecated: Use GetReplyNicknameRequest.ProtoReflect.Descriptor instead.

func (*GetReplyNicknameRequest) GetNickname

func (x *GetReplyNicknameRequest) GetNickname() string

func (*GetReplyNicknameRequest) ProtoMessage

func (*GetReplyNicknameRequest) ProtoMessage()

func (*GetReplyNicknameRequest) ProtoReflect

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

func (*GetReplyNicknameRequest) Reset

func (x *GetReplyNicknameRequest) Reset()

func (*GetReplyNicknameRequest) String

func (x *GetReplyNicknameRequest) String() string

type GetReplyNicknameResponse

type GetReplyNicknameResponse struct {
	Replies []*Reply `protobuf:"bytes,1,rep,name=replies,proto3" json:"replies,omitempty"`
	// contains filtered or unexported fields
}

func (*GetReplyNicknameResponse) Descriptor deprecated

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

Deprecated: Use GetReplyNicknameResponse.ProtoReflect.Descriptor instead.

func (*GetReplyNicknameResponse) GetReplies

func (x *GetReplyNicknameResponse) GetReplies() []*Reply

func (*GetReplyNicknameResponse) ProtoMessage

func (*GetReplyNicknameResponse) ProtoMessage()

func (*GetReplyNicknameResponse) ProtoReflect

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

func (*GetReplyNicknameResponse) Reset

func (x *GetReplyNicknameResponse) Reset()

func (*GetReplyNicknameResponse) String

func (x *GetReplyNicknameResponse) String() string

type GetReplyUserRequest

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

func (*GetReplyUserRequest) Descriptor deprecated

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

Deprecated: Use GetReplyUserRequest.ProtoReflect.Descriptor instead.

func (*GetReplyUserRequest) GetUserId

func (x *GetReplyUserRequest) GetUserId() string

func (*GetReplyUserRequest) ProtoMessage

func (*GetReplyUserRequest) ProtoMessage()

func (*GetReplyUserRequest) ProtoReflect

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

func (*GetReplyUserRequest) Reset

func (x *GetReplyUserRequest) Reset()

func (*GetReplyUserRequest) String

func (x *GetReplyUserRequest) String() string

type GetReplyUserResponse

type GetReplyUserResponse struct {
	Replies []*Reply `protobuf:"bytes,1,rep,name=replies,proto3" json:"replies,omitempty"`
	// contains filtered or unexported fields
}

func (*GetReplyUserResponse) Descriptor deprecated

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

Deprecated: Use GetReplyUserResponse.ProtoReflect.Descriptor instead.

func (*GetReplyUserResponse) GetReplies

func (x *GetReplyUserResponse) GetReplies() []*Reply

func (*GetReplyUserResponse) ProtoMessage

func (*GetReplyUserResponse) ProtoMessage()

func (*GetReplyUserResponse) ProtoReflect

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

func (*GetReplyUserResponse) Reset

func (x *GetReplyUserResponse) Reset()

func (*GetReplyUserResponse) String

func (x *GetReplyUserResponse) String() string

type GetUserIdRequest

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

func (*GetUserIdRequest) Descriptor deprecated

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

Deprecated: Use GetUserIdRequest.ProtoReflect.Descriptor instead.

func (*GetUserIdRequest) GetId

func (x *GetUserIdRequest) GetId() string

func (*GetUserIdRequest) ProtoMessage

func (*GetUserIdRequest) ProtoMessage()

func (*GetUserIdRequest) ProtoReflect

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

func (*GetUserIdRequest) Reset

func (x *GetUserIdRequest) Reset()

func (*GetUserIdRequest) String

func (x *GetUserIdRequest) String() string

type GetUserIdResponse

type GetUserIdResponse struct {
	User *User `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"`
	// contains filtered or unexported fields
}

func (*GetUserIdResponse) Descriptor deprecated

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

Deprecated: Use GetUserIdResponse.ProtoReflect.Descriptor instead.

func (*GetUserIdResponse) GetUser

func (x *GetUserIdResponse) GetUser() *User

func (*GetUserIdResponse) ProtoMessage

func (*GetUserIdResponse) ProtoMessage()

func (*GetUserIdResponse) ProtoReflect

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

func (*GetUserIdResponse) Reset

func (x *GetUserIdResponse) Reset()

func (*GetUserIdResponse) String

func (x *GetUserIdResponse) String() string

type GetUserNicknameRequest

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

func (*GetUserNicknameRequest) Descriptor deprecated

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

Deprecated: Use GetUserNicknameRequest.ProtoReflect.Descriptor instead.

func (*GetUserNicknameRequest) GetNickname

func (x *GetUserNicknameRequest) GetNickname() string

func (*GetUserNicknameRequest) ProtoMessage

func (*GetUserNicknameRequest) ProtoMessage()

func (*GetUserNicknameRequest) ProtoReflect

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

func (*GetUserNicknameRequest) Reset

func (x *GetUserNicknameRequest) Reset()

func (*GetUserNicknameRequest) String

func (x *GetUserNicknameRequest) String() string

type GetUserNicknameResponse

type GetUserNicknameResponse struct {
	User *User `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"`
	// contains filtered or unexported fields
}

func (*GetUserNicknameResponse) Descriptor deprecated

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

Deprecated: Use GetUserNicknameResponse.ProtoReflect.Descriptor instead.

func (*GetUserNicknameResponse) GetUser

func (x *GetUserNicknameResponse) GetUser() *User

func (*GetUserNicknameResponse) ProtoMessage

func (*GetUserNicknameResponse) ProtoMessage()

func (*GetUserNicknameResponse) ProtoReflect

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

func (*GetUserNicknameResponse) Reset

func (x *GetUserNicknameResponse) Reset()

func (*GetUserNicknameResponse) String

func (x *GetUserNicknameResponse) String() string

type GroupUser

type GroupUser struct {
	Id      string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	GroupId string `protobuf:"bytes,2,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"`
	UserId  string `protobuf:"bytes,3,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GroupUser) Descriptor deprecated

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

Deprecated: Use GroupUser.ProtoReflect.Descriptor instead.

func (*GroupUser) GetGroupId

func (x *GroupUser) GetGroupId() string

func (*GroupUser) GetId

func (x *GroupUser) GetId() string

func (*GroupUser) GetUserId

func (x *GroupUser) GetUserId() string

func (*GroupUser) ProtoMessage

func (*GroupUser) ProtoMessage()

func (*GroupUser) ProtoReflect

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

func (*GroupUser) Reset

func (x *GroupUser) Reset()

func (*GroupUser) String

func (x *GroupUser) String() string

type GroupUserRequest

type GroupUserRequest struct {
	GroupId string `protobuf:"bytes,1,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"`
	UserId  string `protobuf:"bytes,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GroupUserRequest) Descriptor deprecated

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

Deprecated: Use GroupUserRequest.ProtoReflect.Descriptor instead.

func (*GroupUserRequest) GetGroupId

func (x *GroupUserRequest) GetGroupId() string

func (*GroupUserRequest) GetUserId

func (x *GroupUserRequest) GetUserId() string

func (*GroupUserRequest) ProtoMessage

func (*GroupUserRequest) ProtoMessage()

func (*GroupUserRequest) ProtoReflect

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

func (*GroupUserRequest) Reset

func (x *GroupUserRequest) Reset()

func (*GroupUserRequest) String

func (x *GroupUserRequest) String() string

type GroupUserServiceClient

type GroupUserServiceClient interface {
	GetAllGroupUsers(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*GroupUsersInfo, error)
	GetGroupUserId(ctx context.Context, in *GetGroupUserRequest, opts ...grpc.CallOption) (*GetGroupUserResponse, error)
	CreateGroupUser(ctx context.Context, in *CreateGroupUserRequest, opts ...grpc.CallOption) (*CreateGroupUserResponse, error)
	UpdateGroupUser(ctx context.Context, in *UpdateGroupUserRequest, opts ...grpc.CallOption) (*UpdateGroupUserResponse, error)
	DeleteGroupUser(ctx context.Context, in *DeleteGroupUserRequest, opts ...grpc.CallOption) (*DeleteGroupUserResponse, error)
}

GroupUserServiceClient is the client API for GroupUserService 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 GroupUserServiceServer

type GroupUserServiceServer interface {
	GetAllGroupUsers(context.Context, *emptypb.Empty) (*GroupUsersInfo, error)
	GetGroupUserId(context.Context, *GetGroupUserRequest) (*GetGroupUserResponse, error)
	CreateGroupUser(context.Context, *CreateGroupUserRequest) (*CreateGroupUserResponse, error)
	UpdateGroupUser(context.Context, *UpdateGroupUserRequest) (*UpdateGroupUserResponse, error)
	DeleteGroupUser(context.Context, *DeleteGroupUserRequest) (*DeleteGroupUserResponse, error)
	// contains filtered or unexported methods
}

GroupUserServiceServer is the server API for GroupUserService service. All implementations must embed UnimplementedGroupUserServiceServer for forward compatibility

type GroupUsersInfo

type GroupUsersInfo struct {
	GroupUsers []*GroupUser `protobuf:"bytes,1,rep,name=groupUsers,proto3" json:"groupUsers,omitempty"`
	// contains filtered or unexported fields
}

func (*GroupUsersInfo) Descriptor deprecated

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

Deprecated: Use GroupUsersInfo.ProtoReflect.Descriptor instead.

func (*GroupUsersInfo) GetGroupUsers

func (x *GroupUsersInfo) GetGroupUsers() []*GroupUser

func (*GroupUsersInfo) ProtoMessage

func (*GroupUsersInfo) ProtoMessage()

func (*GroupUsersInfo) ProtoReflect

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

func (*GroupUsersInfo) Reset

func (x *GroupUsersInfo) Reset()

func (*GroupUsersInfo) String

func (x *GroupUsersInfo) String() string

type LoginRequest

type LoginRequest struct {
	Email    string `protobuf:"bytes,1,opt,name=email,proto3" json:"email,omitempty"`
	Password string `protobuf:"bytes,2,opt,name=password,proto3" json:"password,omitempty"`
	// contains filtered or unexported fields
}

func (*LoginRequest) Descriptor deprecated

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

Deprecated: Use LoginRequest.ProtoReflect.Descriptor instead.

func (*LoginRequest) GetEmail

func (x *LoginRequest) GetEmail() string

func (*LoginRequest) GetPassword

func (x *LoginRequest) GetPassword() string

func (*LoginRequest) ProtoMessage

func (*LoginRequest) ProtoMessage()

func (*LoginRequest) ProtoReflect

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

func (*LoginRequest) Reset

func (x *LoginRequest) Reset()

func (*LoginRequest) String

func (x *LoginRequest) String() string

type LoginResponse

type LoginResponse struct {
	Result      bool   `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	AccessToken string `protobuf:"bytes,2,opt,name=accessToken,proto3" json:"accessToken,omitempty"`
	// contains filtered or unexported fields
}

func (*LoginResponse) Descriptor deprecated

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

Deprecated: Use LoginResponse.ProtoReflect.Descriptor instead.

func (*LoginResponse) GetAccessToken

func (x *LoginResponse) GetAccessToken() string

func (*LoginResponse) GetResult

func (x *LoginResponse) GetResult() bool

func (*LoginResponse) ProtoMessage

func (*LoginResponse) ProtoMessage()

func (*LoginResponse) ProtoReflect

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

func (*LoginResponse) Reset

func (x *LoginResponse) Reset()

func (*LoginResponse) String

func (x *LoginResponse) String() string

type LogoutRequest

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

func (*LogoutRequest) Descriptor deprecated

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

Deprecated: Use LogoutRequest.ProtoReflect.Descriptor instead.

func (*LogoutRequest) GetId

func (x *LogoutRequest) GetId() string

func (*LogoutRequest) ProtoMessage

func (*LogoutRequest) ProtoMessage()

func (*LogoutRequest) ProtoReflect

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

func (*LogoutRequest) Reset

func (x *LogoutRequest) Reset()

func (*LogoutRequest) String

func (x *LogoutRequest) String() string

type LogoutResponse

type LogoutResponse struct {
	Result bool `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*LogoutResponse) Descriptor deprecated

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

Deprecated: Use LogoutResponse.ProtoReflect.Descriptor instead.

func (*LogoutResponse) GetResult

func (x *LogoutResponse) GetResult() bool

func (*LogoutResponse) ProtoMessage

func (*LogoutResponse) ProtoMessage()

func (*LogoutResponse) ProtoReflect

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

func (*LogoutResponse) Reset

func (x *LogoutResponse) Reset()

func (*LogoutResponse) String

func (x *LogoutResponse) String() string

type MailVerificationRequest

type MailVerificationRequest struct {
	Vcode    string `protobuf:"bytes,1,opt,name=vcode,proto3" json:"vcode,omitempty"`
	Email    string `protobuf:"bytes,2,opt,name=email,proto3" json:"email,omitempty"`
	Password string `protobuf:"bytes,3,opt,name=password,proto3" json:"password,omitempty"`
	Nickname string `protobuf:"bytes,4,opt,name=nickname,proto3" json:"nickname,omitempty"`
	// contains filtered or unexported fields
}

func (*MailVerificationRequest) Descriptor deprecated

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

Deprecated: Use MailVerificationRequest.ProtoReflect.Descriptor instead.

func (*MailVerificationRequest) GetEmail

func (x *MailVerificationRequest) GetEmail() string

func (*MailVerificationRequest) GetNickname

func (x *MailVerificationRequest) GetNickname() string

func (*MailVerificationRequest) GetPassword

func (x *MailVerificationRequest) GetPassword() string

func (*MailVerificationRequest) GetVcode

func (x *MailVerificationRequest) GetVcode() string

func (*MailVerificationRequest) ProtoMessage

func (*MailVerificationRequest) ProtoMessage()

func (*MailVerificationRequest) ProtoReflect

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

func (*MailVerificationRequest) Reset

func (x *MailVerificationRequest) Reset()

func (*MailVerificationRequest) String

func (x *MailVerificationRequest) String() string

type MailVerificationResponse

type MailVerificationResponse struct {
	Result bool `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*MailVerificationResponse) Descriptor deprecated

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

Deprecated: Use MailVerificationResponse.ProtoReflect.Descriptor instead.

func (*MailVerificationResponse) GetResult

func (x *MailVerificationResponse) GetResult() bool

func (*MailVerificationResponse) ProtoMessage

func (*MailVerificationResponse) ProtoMessage()

func (*MailVerificationResponse) ProtoReflect

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

func (*MailVerificationResponse) Reset

func (x *MailVerificationResponse) Reset()

func (*MailVerificationResponse) String

func (x *MailVerificationResponse) String() string

type ReadBoardRequest

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

func (*ReadBoardRequest) Descriptor deprecated

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

Deprecated: Use ReadBoardRequest.ProtoReflect.Descriptor instead.

func (*ReadBoardRequest) GetId

func (x *ReadBoardRequest) GetId() string

func (*ReadBoardRequest) ProtoMessage

func (*ReadBoardRequest) ProtoMessage()

func (*ReadBoardRequest) ProtoReflect

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

func (*ReadBoardRequest) Reset

func (x *ReadBoardRequest) Reset()

func (*ReadBoardRequest) String

func (x *ReadBoardRequest) String() string

type ReadBoardResponse

type ReadBoardResponse struct {
	Board *Board `protobuf:"bytes,1,opt,name=board,proto3" json:"board,omitempty"`
	// contains filtered or unexported fields
}

func (*ReadBoardResponse) Descriptor deprecated

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

Deprecated: Use ReadBoardResponse.ProtoReflect.Descriptor instead.

func (*ReadBoardResponse) GetBoard

func (x *ReadBoardResponse) GetBoard() *Board

func (*ReadBoardResponse) ProtoMessage

func (*ReadBoardResponse) ProtoMessage()

func (*ReadBoardResponse) ProtoReflect

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

func (*ReadBoardResponse) Reset

func (x *ReadBoardResponse) Reset()

func (*ReadBoardResponse) String

func (x *ReadBoardResponse) String() string

type RegisterRequest

type RegisterRequest struct {
	Email    string `protobuf:"bytes,1,opt,name=email,proto3" json:"email,omitempty"`
	Password string `protobuf:"bytes,2,opt,name=password,proto3" json:"password,omitempty"`
	Nickname string `protobuf:"bytes,3,opt,name=nickname,proto3" json:"nickname,omitempty"`
	// contains filtered or unexported fields
}

func (*RegisterRequest) Descriptor deprecated

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

Deprecated: Use RegisterRequest.ProtoReflect.Descriptor instead.

func (*RegisterRequest) GetEmail

func (x *RegisterRequest) GetEmail() string

func (*RegisterRequest) GetNickname

func (x *RegisterRequest) GetNickname() string

func (*RegisterRequest) GetPassword

func (x *RegisterRequest) GetPassword() string

func (*RegisterRequest) ProtoMessage

func (*RegisterRequest) ProtoMessage()

func (*RegisterRequest) ProtoReflect

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

func (*RegisterRequest) Reset

func (x *RegisterRequest) Reset()

func (*RegisterRequest) String

func (x *RegisterRequest) String() string

type RegisterResponse

type RegisterResponse struct {
	Result bool `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*RegisterResponse) Descriptor deprecated

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

Deprecated: Use RegisterResponse.ProtoReflect.Descriptor instead.

func (*RegisterResponse) GetResult

func (x *RegisterResponse) GetResult() bool

func (*RegisterResponse) ProtoMessage

func (*RegisterResponse) ProtoMessage()

func (*RegisterResponse) ProtoReflect

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

func (*RegisterResponse) Reset

func (x *RegisterResponse) Reset()

func (*RegisterResponse) String

func (x *RegisterResponse) String() string

type Reply

type Reply struct {
	Id       string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	UserId   string `protobuf:"bytes,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	Nickname string `protobuf:"bytes,3,opt,name=nickname,proto3" json:"nickname,omitempty"`
	BoardId  string `protobuf:"bytes,4,opt,name=board_id,json=boardId,proto3" json:"board_id,omitempty"`
	Contents string `protobuf:"bytes,5,opt,name=contents,proto3" json:"contents,omitempty"`
	// contains filtered or unexported fields
}

func (*Reply) Descriptor deprecated

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

Deprecated: Use Reply.ProtoReflect.Descriptor instead.

func (*Reply) GetBoardId

func (x *Reply) GetBoardId() string

func (*Reply) GetContents

func (x *Reply) GetContents() string

func (*Reply) GetId

func (x *Reply) GetId() string

func (*Reply) GetNickname

func (x *Reply) GetNickname() string

func (*Reply) GetUserId

func (x *Reply) GetUserId() string

func (*Reply) ProtoMessage

func (*Reply) ProtoMessage()

func (*Reply) ProtoReflect

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

func (*Reply) Reset

func (x *Reply) Reset()

func (*Reply) String

func (x *Reply) String() string

type ReplyRequest

type ReplyRequest struct {
	UserId   string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	Nickname string `protobuf:"bytes,2,opt,name=nickname,proto3" json:"nickname,omitempty"`
	BoardId  string `protobuf:"bytes,3,opt,name=board_id,json=boardId,proto3" json:"board_id,omitempty"`
	Contents string `protobuf:"bytes,4,opt,name=contents,proto3" json:"contents,omitempty"`
	// contains filtered or unexported fields
}

func (*ReplyRequest) Descriptor deprecated

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

Deprecated: Use ReplyRequest.ProtoReflect.Descriptor instead.

func (*ReplyRequest) GetBoardId

func (x *ReplyRequest) GetBoardId() string

func (*ReplyRequest) GetContents

func (x *ReplyRequest) GetContents() string

func (*ReplyRequest) GetNickname

func (x *ReplyRequest) GetNickname() string

func (*ReplyRequest) GetUserId

func (x *ReplyRequest) GetUserId() string

func (*ReplyRequest) ProtoMessage

func (*ReplyRequest) ProtoMessage()

func (*ReplyRequest) ProtoReflect

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

func (*ReplyRequest) Reset

func (x *ReplyRequest) Reset()

func (*ReplyRequest) String

func (x *ReplyRequest) String() string

type ReplyServiceClient

type ReplyServiceClient interface {
	GetReplyUser(ctx context.Context, in *GetReplyUserRequest, opts ...grpc.CallOption) (*GetReplyUserResponse, error)
	GetReplyNickname(ctx context.Context, in *GetReplyNicknameRequest, opts ...grpc.CallOption) (*GetReplyNicknameResponse, error)
	CreateReply(ctx context.Context, in *CreateReplyRequest, opts ...grpc.CallOption) (*CreateReplyResponse, error)
	GetAllReplyBoard(ctx context.Context, in *AllReplyBoardRequest, opts ...grpc.CallOption) (*AllReplyBoardResponse, error)
	UpdateReply(ctx context.Context, in *UpdateReplyRequest, opts ...grpc.CallOption) (*UpdateReplyResponse, error)
	DeleteReply(ctx context.Context, in *DeleteReplyRequest, opts ...grpc.CallOption) (*DeleteReplyResponse, error)
}

ReplyServiceClient is the client API for ReplyService 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 ReplyServiceServer

type ReplyServiceServer interface {
	GetReplyUser(context.Context, *GetReplyUserRequest) (*GetReplyUserResponse, error)
	GetReplyNickname(context.Context, *GetReplyNicknameRequest) (*GetReplyNicknameResponse, error)
	CreateReply(context.Context, *CreateReplyRequest) (*CreateReplyResponse, error)
	GetAllReplyBoard(context.Context, *AllReplyBoardRequest) (*AllReplyBoardResponse, error)
	UpdateReply(context.Context, *UpdateReplyRequest) (*UpdateReplyResponse, error)
	DeleteReply(context.Context, *DeleteReplyRequest) (*DeleteReplyResponse, error)
	// contains filtered or unexported methods
}

ReplyServiceServer is the server API for ReplyService service. All implementations must embed UnimplementedReplyServiceServer for forward compatibility

type UnimplementedAuthServiceServer

type UnimplementedAuthServiceServer struct {
}

UnimplementedAuthServiceServer must be embedded to have forward compatible implementations.

func (UnimplementedAuthServiceServer) Login

func (UnimplementedAuthServiceServer) Logout

func (UnimplementedAuthServiceServer) MailVerification

func (UnimplementedAuthServiceServer) Register

type UnimplementedBoardGroupServiceServer

type UnimplementedBoardGroupServiceServer struct {
}

UnimplementedBoardGroupServiceServer must be embedded to have forward compatible implementations.

func (UnimplementedBoardGroupServiceServer) CreateBoardGroup

func (UnimplementedBoardGroupServiceServer) DeleteBoardGroup

func (UnimplementedBoardGroupServiceServer) GetAllBoardGroups

func (UnimplementedBoardGroupServiceServer) GetBoardId

func (UnimplementedBoardGroupServiceServer) UpdateBoardGroup

type UnimplementedBoardServiceServer

type UnimplementedBoardServiceServer struct {
}

UnimplementedBoardServiceServer must be embedded to have forward compatible implementations.

func (UnimplementedBoardServiceServer) BoardList

func (UnimplementedBoardServiceServer) CreateBoard

func (UnimplementedBoardServiceServer) DeleteBoard

func (UnimplementedBoardServiceServer) ReadBoard

func (UnimplementedBoardServiceServer) UpdateBoard

type UnimplementedGroupUserServiceServer

type UnimplementedGroupUserServiceServer struct {
}

UnimplementedGroupUserServiceServer must be embedded to have forward compatible implementations.

func (UnimplementedGroupUserServiceServer) CreateGroupUser

func (UnimplementedGroupUserServiceServer) DeleteGroupUser

func (UnimplementedGroupUserServiceServer) GetAllGroupUsers

func (UnimplementedGroupUserServiceServer) GetGroupUserId

func (UnimplementedGroupUserServiceServer) UpdateGroupUser

type UnimplementedReplyServiceServer

type UnimplementedReplyServiceServer struct {
}

UnimplementedReplyServiceServer must be embedded to have forward compatible implementations.

func (UnimplementedReplyServiceServer) CreateReply

func (UnimplementedReplyServiceServer) DeleteReply

func (UnimplementedReplyServiceServer) GetAllReplyBoard

func (UnimplementedReplyServiceServer) GetReplyNickname

func (UnimplementedReplyServiceServer) GetReplyUser

func (UnimplementedReplyServiceServer) UpdateReply

type UnimplementedUserServiceServer

type UnimplementedUserServiceServer struct {
}

UnimplementedUserServiceServer must be embedded to have forward compatible implementations.

func (UnimplementedUserServiceServer) GetAllUsers

func (UnimplementedUserServiceServer) GetUserId

func (UnimplementedUserServiceServer) GetUserNickname

type UnsafeAuthServiceServer

type UnsafeAuthServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeAuthServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to AuthServiceServer will result in compilation errors.

type UnsafeBoardGroupServiceServer

type UnsafeBoardGroupServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeBoardGroupServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to BoardGroupServiceServer will result in compilation errors.

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 UnsafeGroupUserServiceServer

type UnsafeGroupUserServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeGroupUserServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to GroupUserServiceServer will result in compilation errors.

type UnsafeReplyServiceServer

type UnsafeReplyServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeReplyServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to ReplyServiceServer will result in compilation errors.

type UnsafeUserServiceServer

type UnsafeUserServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeUserServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to UserServiceServer will result in compilation errors.

type UpdateBoardGroupRequest

type UpdateBoardGroupRequest struct {
	BoardGroup *BoardGroup `protobuf:"bytes,1,opt,name=board_group,json=boardGroup,proto3" json:"board_group,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateBoardGroupRequest) Descriptor deprecated

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

Deprecated: Use UpdateBoardGroupRequest.ProtoReflect.Descriptor instead.

func (*UpdateBoardGroupRequest) GetBoardGroup

func (x *UpdateBoardGroupRequest) GetBoardGroup() *BoardGroup

func (*UpdateBoardGroupRequest) ProtoMessage

func (*UpdateBoardGroupRequest) ProtoMessage()

func (*UpdateBoardGroupRequest) ProtoReflect

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

func (*UpdateBoardGroupRequest) Reset

func (x *UpdateBoardGroupRequest) Reset()

func (*UpdateBoardGroupRequest) String

func (x *UpdateBoardGroupRequest) String() string

type UpdateBoardGroupResponse

type UpdateBoardGroupResponse struct {
	Result bool `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateBoardGroupResponse) Descriptor deprecated

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

Deprecated: Use UpdateBoardGroupResponse.ProtoReflect.Descriptor instead.

func (*UpdateBoardGroupResponse) GetResult

func (x *UpdateBoardGroupResponse) GetResult() bool

func (*UpdateBoardGroupResponse) ProtoMessage

func (*UpdateBoardGroupResponse) ProtoMessage()

func (*UpdateBoardGroupResponse) ProtoReflect

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

func (*UpdateBoardGroupResponse) Reset

func (x *UpdateBoardGroupResponse) Reset()

func (*UpdateBoardGroupResponse) String

func (x *UpdateBoardGroupResponse) String() string

type UpdateBoardRequest

type UpdateBoardRequest struct {
	Board *Board `protobuf:"bytes,1,opt,name=board,proto3" json:"board,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateBoardRequest) Descriptor deprecated

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

Deprecated: Use UpdateBoardRequest.ProtoReflect.Descriptor instead.

func (*UpdateBoardRequest) GetBoard

func (x *UpdateBoardRequest) GetBoard() *Board

func (*UpdateBoardRequest) ProtoMessage

func (*UpdateBoardRequest) ProtoMessage()

func (*UpdateBoardRequest) ProtoReflect

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

func (*UpdateBoardRequest) Reset

func (x *UpdateBoardRequest) Reset()

func (*UpdateBoardRequest) String

func (x *UpdateBoardRequest) String() string

type UpdateBoardResponse

type UpdateBoardResponse struct {
	Result bool `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateBoardResponse) Descriptor deprecated

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

Deprecated: Use UpdateBoardResponse.ProtoReflect.Descriptor instead.

func (*UpdateBoardResponse) GetResult

func (x *UpdateBoardResponse) GetResult() bool

func (*UpdateBoardResponse) ProtoMessage

func (*UpdateBoardResponse) ProtoMessage()

func (*UpdateBoardResponse) ProtoReflect

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

func (*UpdateBoardResponse) Reset

func (x *UpdateBoardResponse) Reset()

func (*UpdateBoardResponse) String

func (x *UpdateBoardResponse) String() string

type UpdateGroupUserRequest

type UpdateGroupUserRequest struct {
	GroupUserRequest *GroupUserRequest `protobuf:"bytes,1,opt,name=group_user_request,json=groupUserRequest,proto3" json:"group_user_request,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateGroupUserRequest) Descriptor deprecated

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

Deprecated: Use UpdateGroupUserRequest.ProtoReflect.Descriptor instead.

func (*UpdateGroupUserRequest) GetGroupUserRequest

func (x *UpdateGroupUserRequest) GetGroupUserRequest() *GroupUserRequest

func (*UpdateGroupUserRequest) ProtoMessage

func (*UpdateGroupUserRequest) ProtoMessage()

func (*UpdateGroupUserRequest) ProtoReflect

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

func (*UpdateGroupUserRequest) Reset

func (x *UpdateGroupUserRequest) Reset()

func (*UpdateGroupUserRequest) String

func (x *UpdateGroupUserRequest) String() string

type UpdateGroupUserResponse

type UpdateGroupUserResponse struct {
	Result bool `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateGroupUserResponse) Descriptor deprecated

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

Deprecated: Use UpdateGroupUserResponse.ProtoReflect.Descriptor instead.

func (*UpdateGroupUserResponse) GetResult

func (x *UpdateGroupUserResponse) GetResult() bool

func (*UpdateGroupUserResponse) ProtoMessage

func (*UpdateGroupUserResponse) ProtoMessage()

func (*UpdateGroupUserResponse) ProtoReflect

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

func (*UpdateGroupUserResponse) Reset

func (x *UpdateGroupUserResponse) Reset()

func (*UpdateGroupUserResponse) String

func (x *UpdateGroupUserResponse) String() string

type UpdateReplyRequest

type UpdateReplyRequest struct {
	Reply *Reply `protobuf:"bytes,1,opt,name=reply,proto3" json:"reply,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateReplyRequest) Descriptor deprecated

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

Deprecated: Use UpdateReplyRequest.ProtoReflect.Descriptor instead.

func (*UpdateReplyRequest) GetReply

func (x *UpdateReplyRequest) GetReply() *Reply

func (*UpdateReplyRequest) ProtoMessage

func (*UpdateReplyRequest) ProtoMessage()

func (*UpdateReplyRequest) ProtoReflect

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

func (*UpdateReplyRequest) Reset

func (x *UpdateReplyRequest) Reset()

func (*UpdateReplyRequest) String

func (x *UpdateReplyRequest) String() string

type UpdateReplyResponse

type UpdateReplyResponse struct {
	Result bool `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateReplyResponse) Descriptor deprecated

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

Deprecated: Use UpdateReplyResponse.ProtoReflect.Descriptor instead.

func (*UpdateReplyResponse) GetResult

func (x *UpdateReplyResponse) GetResult() bool

func (*UpdateReplyResponse) ProtoMessage

func (*UpdateReplyResponse) ProtoMessage()

func (*UpdateReplyResponse) ProtoReflect

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

func (*UpdateReplyResponse) Reset

func (x *UpdateReplyResponse) Reset()

func (*UpdateReplyResponse) String

func (x *UpdateReplyResponse) String() string

type User

type User struct {
	Id       string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Email    string `protobuf:"bytes,2,opt,name=email,proto3" json:"email,omitempty"`
	Nickname string `protobuf:"bytes,3,opt,name=nickname,proto3" json:"nickname,omitempty"`
	// contains filtered or unexported fields
}

func (*User) Descriptor deprecated

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

Deprecated: Use User.ProtoReflect.Descriptor instead.

func (*User) GetEmail

func (x *User) GetEmail() string

func (*User) GetId

func (x *User) GetId() string

func (*User) GetNickname

func (x *User) GetNickname() string

func (*User) ProtoMessage

func (*User) ProtoMessage()

func (*User) ProtoReflect

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

func (*User) Reset

func (x *User) Reset()

func (*User) String

func (x *User) String() string

type UserServiceClient

type UserServiceClient interface {
	GetUserId(ctx context.Context, in *GetUserIdRequest, opts ...grpc.CallOption) (*GetUserIdResponse, error)
	GetUserNickname(ctx context.Context, in *GetUserNicknameRequest, opts ...grpc.CallOption) (*GetUserNicknameResponse, error)
	GetAllUsers(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*UsersInfo, error)
}

UserServiceClient is the client API for UserService 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 UserServiceServer

type UserServiceServer interface {
	GetUserId(context.Context, *GetUserIdRequest) (*GetUserIdResponse, error)
	GetUserNickname(context.Context, *GetUserNicknameRequest) (*GetUserNicknameResponse, error)
	GetAllUsers(context.Context, *emptypb.Empty) (*UsersInfo, error)
	// contains filtered or unexported methods
}

UserServiceServer is the server API for UserService service. All implementations must embed UnimplementedUserServiceServer for forward compatibility

type UsersInfo

type UsersInfo struct {
	Users []*User `protobuf:"bytes,1,rep,name=users,proto3" json:"users,omitempty"`
	// contains filtered or unexported fields
}

func (*UsersInfo) Descriptor deprecated

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

Deprecated: Use UsersInfo.ProtoReflect.Descriptor instead.

func (*UsersInfo) GetUsers

func (x *UsersInfo) GetUsers() []*User

func (*UsersInfo) ProtoMessage

func (*UsersInfo) ProtoMessage()

func (*UsersInfo) ProtoReflect

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

func (*UsersInfo) Reset

func (x *UsersInfo) Reset()

func (*UsersInfo) String

func (x *UsersInfo) String() string

Jump to

Keyboard shortcuts

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