UnimplementedDiffServer must be embedded to have forward compatible implementations.
| 75 | |
| 76 | // UnimplementedDiffServer must be embedded to have forward compatible implementations. |
| 77 | type UnimplementedDiffServer struct { |
| 78 | } |
| 79 | |
| 80 | func (UnimplementedDiffServer) Apply(context.Context, *ApplyRequest) (*ApplyResponse, error) { |
| 81 | return nil, status.Errorf(codes.Unimplemented, "method Apply not implemented") |
nothing calls this directly
no outgoing calls
no test coverage detected