# Functions
CallerMethodName returns caller's method name for given stack depth.
CallerPkg returns caller's package name (from path) for given stack depth.
MethodsOf require pointer to interface (e.g.: new(app.Appl)) and returns all it methods.
RPCMethodsOf require receiver value used for net/rpc.Register and returns all it RPC methods (detected in same way as net/rpc does).