UnimplementedInputBindingServer should be embedded to have forward compatible implementations.
| 125 | |
| 126 | // UnimplementedInputBindingServer should be embedded to have forward compatible implementations. |
| 127 | type UnimplementedInputBindingServer struct { |
| 128 | } |
| 129 | |
| 130 | func (UnimplementedInputBindingServer) Init(context.Context, *InputBindingInitRequest) (*InputBindingInitResponse, error) { |
| 131 | return nil, status.Errorf(codes.Unimplemented, "method Init not implemented") |
nothing calls this directly
no outgoing calls
no test coverage detected