UnimplementedReconnectServiceServer must be embedded to have forward compatible implementations. NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.
| 600 | // NOTE: this should be embedded by value instead of pointer to avoid a nil |
| 601 | // pointer dereference when methods are called. |
| 602 | type UnimplementedReconnectServiceServer struct{} |
| 603 | |
| 604 | func (UnimplementedReconnectServiceServer) Start(context.Context, *ReconnectParams) (*Empty, error) { |
| 605 | return nil, status.Error(codes.Unimplemented, "method Start not implemented") |
nothing calls this directly
no outgoing calls
no test coverage detected