Slide 32
Slide 32 text
©2019 Wantedly, Inc.
Boilerplate ੜ
FH
TUSJOHFSΊΜͲ͍͘͞εχϖοτͷੜ
HSBQJΞϓϦέʔγϣϯίʔυͷTDBGGPMEJOH
ʮϢʔβ͕ฤू͢ΔίʔυʯʮϢʔβ͕৮Βͳ͍΄͏͕ྑ͍ίʔυʯΛ
ͦΕͧΕผϑΝΠϧʹు͍͓ͯ͘ͷ͕ྑ͍ʢཧ༝͖ͬ͞ͱҰॹʣ
ʮϢʔβ͕ฤू͢Δίʔυʯ࠷খݶʹཹΊΔ
// NewBookServiceServer creates a new BookServiceServer instance
func NewBookServiceServer() BookServiceServer {
return &bookServiceServerImpl{}
}
type bookServiceServerImpl struct {
}
func (s *bookServiceServerImpl) ListBooks(ctx context.Context, r
// TODO: Not yet implemented.
return nil, status.Error(codes.Unimplemented, "TODO: You shoul
}
func (s *bookServiceServerImpl) GetBook(ctx context.Context, req
// TODO: Not yet implemented.
return nil, status.Error(codes.Unimplemented, "TODO: You shoul
}
func (s *bookServiceServerImpl) CreateBook(ctx context.Context,
// TODO: Not yet implemented.
return nil, status.Error(codes.Unimplemented, "TODO: You shoul
}
func (s *bookServiceServerImpl) UpdateBook(ctx context.Context,
// TODO: Not yet implemented.
return nil, status.Error(codes.Unimplemented, "TODO: You shoul
}
func (s *bookServiceServerImpl) DeleteBook(ctx context.Context,
// TODO: Not yet implemented.
return nil, status.Error(codes.Unimplemented, "TODO: You shoul
}
ίʔυੜ