Documentation ¶
Index ¶
- type Forward
- type Forwards
- type ModelSets
- func (mss *ModelSets) ApplyUpdates(mssNews apihelper.IModelSets) apihelper.ModelSetsUpdateResult
- func (mss *ModelSets) Copy() apihelper.IModelSets
- func (mss *ModelSets) CopyJoined() apihelper.IModelSets
- func (mss *ModelSets) ModelSetList() []apihelper.IModelSet
- func (mss *ModelSets) NewEmpty() apihelper.IModelSets
- type ModelSetsMaxUpdatedAt
- type ProxyEndpoint
- type ProxyEndpoints
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Forward ¶
type Forward struct { proxy_models.SForward ProxyEndpoint *ProxyEndpoint }
type Forwards ¶
func (Forwards) ModelManager ¶
func (set Forwards) ModelManager() mcclient_modulebase.IBaseManager
type ModelSets ¶
type ModelSets struct { ProxyEndpoints ProxyEndpoints Forwards Forwards }
func NewModelSets ¶
func NewModelSets() *ModelSets
func (*ModelSets) ApplyUpdates ¶
func (mss *ModelSets) ApplyUpdates(mssNews apihelper.IModelSets) apihelper.ModelSetsUpdateResult
func (*ModelSets) Copy ¶
func (mss *ModelSets) Copy() apihelper.IModelSets
func (*ModelSets) CopyJoined ¶
func (mss *ModelSets) CopyJoined() apihelper.IModelSets
func (*ModelSets) ModelSetList ¶
func (*ModelSets) NewEmpty ¶
func (mss *ModelSets) NewEmpty() apihelper.IModelSets
type ModelSetsMaxUpdatedAt ¶
func NewModelSetsMaxUpdatedAt ¶
func NewModelSetsMaxUpdatedAt() *ModelSetsMaxUpdatedAt
type ProxyEndpoint ¶
type ProxyEndpoint struct { proxy_models.SProxyEndpoint Forwards Forwards `json:"-"` }
func (*ProxyEndpoint) Copy ¶
func (el *ProxyEndpoint) Copy() *ProxyEndpoint
type ProxyEndpoints ¶
type ProxyEndpoints map[string]*ProxyEndpoint
func (ProxyEndpoints) AddModel ¶
func (set ProxyEndpoints) AddModel(i db.IModel)
func (ProxyEndpoints) Copy ¶
func (set ProxyEndpoints) Copy() apihelper.IModelSet
func (ProxyEndpoints) ModelManager ¶
func (set ProxyEndpoints) ModelManager() mcclient_modulebase.IBaseManager
func (ProxyEndpoints) NewModel ¶
func (set ProxyEndpoints) NewModel() db.IModel
Click to show internal directories.
Click to hide internal directories.