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 + func GetInstance(key string, modelFunc func() interfaces.IModel) interfaces.IModel + func RemoveModel(key string) + type Model struct + Key string + func (self *Model) HasProxy(proxyName string) bool + func (self *Model) InitializeModel() + func (self *Model) RegisterProxy(proxy interfaces.IProxy) + func (self *Model) RemoveProxy(proxyName string) interfaces.IProxy + func (self *Model) RetrieveProxy(proxyName string) interfaces.IProxy