Versions in this module Expand all Collapse all v1 v1.1.0 Dec 13, 2023 v1.0.0 Apr 27, 2019 Changes in this version + const NAME + type Proxy struct + Data interface{} + Name string + func (self *Proxy) GetData() interface{} + func (self *Proxy) GetProxyName() string + func (self *Proxy) OnRegister() + func (self *Proxy) OnRemove() + func (self *Proxy) SetData(data interface{})