UnimplementedPusherServer can be embedded to have forward compatible implementations.
| 3133 | |
| 3134 | // UnimplementedPusherServer can be embedded to have forward compatible implementations. |
| 3135 | type UnimplementedPusherServer struct { |
| 3136 | } |
| 3137 | |
| 3138 | func (*UnimplementedPusherServer) PushBytes(ctx context.Context, req *PushBytesRequest) (*PushResponse, error) { |
| 3139 | return nil, status.Errorf(codes.Unimplemented, "method PushBytes not implemented") |
nothing calls this directly
no outgoing calls
no test coverage detected