MCPcopy
hub / github.com/sqlc-dev/sqlc / UnimplementedQuickServer

Struct UnimplementedQuickServer

internal/quickdb/v1/quickdb_grpc.pb.go:106–107  ·  view source on GitHub ↗

UnimplementedQuickServer must be embedded to have forward compatible implementations.

Source from the content-addressed store, hash-verified

104
105// UnimplementedQuickServer must be embedded to have forward compatible implementations.
106type UnimplementedQuickServer struct {
107}
108
109func (UnimplementedQuickServer) CreateEphemeralDatabase(context.Context, *CreateEphemeralDatabaseRequest) (*CreateEphemeralDatabaseResponse, error) {
110 return nil, status.Errorf(codes.Unimplemented, "method CreateEphemeralDatabase not implemented")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected