MCPcopy Index your code
hub / github.com/sqlc-dev/sqlc / UnimplementedCodegenServiceServer

Struct UnimplementedCodegenServiceServer

internal/plugin/codegen_grpc.pb.go:58–59  ·  view source on GitHub ↗

UnimplementedCodegenServiceServer must be embedded to have forward compatible implementations.

Source from the content-addressed store, hash-verified

56
57// UnimplementedCodegenServiceServer must be embedded to have forward compatible implementations.
58type UnimplementedCodegenServiceServer struct {
59}
60
61func (UnimplementedCodegenServiceServer) Generate(context.Context, *GenerateRequest) (*GenerateResponse, error) {
62 return nil, status.Errorf(codes.Unimplemented, "method Generate not implemented")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected