UnimplementedGStringServiceServer must be embedded to have forward compatible implementations.
| 283 | |
| 284 | // UnimplementedGStringServiceServer must be embedded to have forward compatible implementations. |
| 285 | type UnimplementedGStringServiceServer struct { |
| 286 | } |
| 287 | |
| 288 | func (UnimplementedGStringServiceServer) NewFlyDBService(context.Context, *FlyDBOption) (*NewFlyDBResponse, error) { |
| 289 | return nil, status.Errorf(codes.Unimplemented, "method NewFlyDBService not implemented") |
nothing calls this directly
no outgoing calls
no test coverage detected