Function struct which wrap the Handler Deprecated: The Function type is public for the go1.x runtime internal use of the net/rpc package
| 49 | // |
| 50 | // Deprecated: The Function type is public for the go1.x runtime internal use of the net/rpc package |
| 51 | type Function struct { |
| 52 | handler *handlerOptions |
| 53 | } |
| 54 | |
| 55 | // NewFunction which creates a Function with a given Handler |
| 56 | // |
nothing calls this directly
no outgoing calls
no test coverage detected