Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
DbError = errors.New("DBと接続でエラーが発生しました")
)
Functions ¶
Types ¶
type UserServer ¶
type UserServer struct { pb.UnimplementedUserManagementServer // contains filtered or unexported fields }
func (*UserServer) AddUser ¶
func (server *UserServer) AddUser(ctx context.Context, req *pb.AddUserRequest) (*pb.AddUserReply, error)
Click to show internal directories.
Click to hide internal directories.