Documentation ¶ Index ¶ type Client func NewClient(app *kernel.ApplicationInterface) (*Client, error) func RegisterProvider(app kernel.ApplicationInterface) (*Client, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Client ¶ type Client struct { BaseClient *kernel.BaseClient BaseUri string } func NewClient ¶ func NewClient(app *kernel.ApplicationInterface) (*Client, error) func RegisterProvider ¶ func RegisterProvider(app kernel.ApplicationInterface) (*Client, error) Source Files ¶ View all Source files client.go provider.go Click to show internal directories. Click to hide internal directories.