Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct { base.ClientFacade // contains filtered or unexported fields }
Client provides access to the CrossController API facade.
func NewClient ¶
func NewClient(caller base.APICallCloser) *Client
NewClient creates a new client-side CrossModelRelations facade.
func (*Client) ControllerInfo ¶
func (c *Client) ControllerInfo() (*ControllerInfo, error)
ControllerInfo returns the remote controller's API information.
func (*Client) WatchControllerInfo ¶
func (c *Client) WatchControllerInfo() (watcher.NotifyWatcher, error)
WatchControllerInfo returns a watcher that is notified when the remote controller's API information changes.
type ControllerInfo ¶
ControllerInfo contains the information about the controller that will be returned by the ControllerInfo method.
Click to show internal directories.
Click to hide internal directories.