golang 代理實現

 攔截接口 #invocation_handler.go package reflec type InvocationHandler interface { Invoke(proxy *Proxy, method *Method, args []interface{}) ([]interface{}, error) } 代理 #proxy.go package reflec import
相關文章
相關標籤/搜索