Documentation ¶
Index ¶
- type Clients
- func (self *Clients) Authenticate(user, password string) error
- func (self *Clients) LoadWellKnownCerts() error
- func (self *Clients) NewTlsClientConfig() *tls.Config
- func (self *Clients) NewWsMgmtChannel(bindHandler channel.BindHandler) (channel.Channel, error)
- func (self *Clients) SetSessionToken(token string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Clients ¶
type Clients struct { Fabric *fabric_rest_client.ZitiFabric Edge *rest_management_api_client.ZitiEdgeManagement FabricRuntime *httptransport.Runtime EdgeRuntime *httptransport.Runtime // contains filtered or unexported fields }
func NewManagementClients ¶
func (*Clients) Authenticate ¶
func (*Clients) LoadWellKnownCerts ¶
func (*Clients) NewTlsClientConfig ¶
func (*Clients) NewWsMgmtChannel ¶
func (*Clients) SetSessionToken ¶
Click to show internal directories.
Click to hide internal directories.