Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ApiClient ¶
type ApiClient interface {
GET(host string, path string, token string) (interface{}, error)
POST(host string, path string, token string) (interface{}, error)
}
func NewApiClient ¶
func NewApiClient() ApiClient
type DefaultApiClient ¶
Click to show internal directories.
Click to hide internal directories.