Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InfoClient ¶
type InfoClient interface {
GetInfo() (*[]Organization, error)
}
InfoClient An interface with all the Info Functions.
func NewInfoClient ¶
func NewInfoClient(config settings.Config) (InfoClient, error)
Creates a new client to talk with the rest info endpoints.
type InfoRESTClient ¶
type InfoRESTClient struct {
// contains filtered or unexported fields
}
InfoRESTClient A restful implementation of the InfoClient
func (*InfoRESTClient) GetInfo ¶
func (c *InfoRESTClient) GetInfo() (*[]Organization, error)
GetInfo
type Organization ¶
organization json org info
Click to show internal directories.
Click to hide internal directories.