| 95 | } |
| 96 | |
| 97 | type DRPCProvisionerUnimplementedServer struct{} |
| 98 | |
| 99 | func (s *DRPCProvisionerUnimplementedServer) Session(DRPCProvisioner_SessionStream) error { |
| 100 | return drpcerr.WithCode(errors.New("Unimplemented"), drpcerr.Unimplemented) |
nothing calls this directly
no outgoing calls
no test coverage detected