Documentation ¶ Index ¶ type Config type Request func New(config Config) Request func (request Request) Do(req *retryablehttp.Request) (response Response) func (request Request) Get(path string) Response type Response Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Config ¶ type Config struct { gotenable.Config Vendor string Product string Version string BearerToken string } Client models type Request ¶ type Request struct { gotenable.Request } func New ¶ func New(config Config) Request func (Request) Do ¶ func (request Request) Do(req *retryablehttp.Request) (response Response) func (Request) Get ¶ func (request Request) Get(path string) Response type Response ¶ type Response struct { gotenable.Response } Source Files ¶ View all Source files client.go http.go models.go Click to show internal directories. Click to hide internal directories.