kbiakov/Anakin

View on GitHub
src/templates/server_method

Summary

Maintainability
Test Coverage
// TODO: ADD IMPLEMENTATION BELOW
func (s *{{.Service}}Server) {{.Method}}(ctx context.Context, in *pb.{{.Request}}) (*pb.{{.Response}}, error) {
    return &pb.{{.Response}}{}, nil
}