Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Bridges ¶
type Bridges struct {
// contains filtered or unexported fields
}
Bridges is a gomobile compatible wrapper around an array of swagger generated models.ModelsBridge
func NewBridges ¶
func NewBridges(bridges []*models.ModelsBridge) *Bridges
func (*Bridges) Add ¶
func (a *Bridges) Add(bridge *models.ModelsBridge)
func (*Bridges) Get ¶
func (a *Bridges) Get(i int) *models.ModelsBridge
type Gateways ¶
type Gateways struct {
// contains filtered or unexported fields
}
Gateways is a gomobile compatible wrapper around an array of swagger generated models.ModelsGateway
func NewGateways ¶
func NewGateways(gateways []*models.ModelsGateway) *Gateways
func (*Gateways) Add ¶
func (a *Gateways) Add(gateway *models.ModelsGateway)
func (*Gateways) Get ¶
func (a *Gateways) Get(i int) *models.ModelsGateway
Click to show internal directories.
Click to hide internal directories.