Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type APIServer ¶
type APIServer struct {
// contains filtered or unexported fields
}
APIServer is a connection to the Pure1 Unplugged API server using a raw REST client.
func NewConnection ¶
NewConnection establishes a connection with the API server at the given backend URL. Note that this returns a pointer to an API server, not to a specific interface, as it implements multiple interfaces.
func (*APIServer) GetArrays ¶
func (a *APIServer) GetArrays() ([]*resources.ArrayRegistrationInfo, error)
GetArrays is an implementation of the ArrayDiscovery interface
Click to show internal directories.
Click to hide internal directories.