| 237 | } |
| 238 | |
| 239 | type FunctionServerImpl struct { |
| 240 | proto.UnimplementedFunctionServer |
| 241 | reconcileSvr *FSSReconcileServer |
| 242 | } |
| 243 | |
| 244 | func NewFunctionServerImpl(s *FSSReconcileServer) *FunctionServerImpl { |
| 245 | return &FunctionServerImpl{ |
nothing calls this directly
no outgoing calls
no test coverage detected