Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client2 ¶
type Client2 struct {
// contains filtered or unexported fields
}
func (*Client2) Application ¶
func (client *Client2) Application() (*nr.Application, error)
func (*Client2) Deployments ¶
func (client *Client2) Deployments() ([]nr.ApplicationDeployment, error)
type Widget ¶
type Widget struct { view.MultiSourceWidget view.TextWidget Clients []*Client2 // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.