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