Documentation
¶
Index ¶
Constants ¶
View Source
const (
MaxRequestBodySize = 2.5 * 1024 * 1024 // 2.5MB
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func NewClient ¶
func NewClient(config ClientConfig) (*Client, error)
type ClientConfig ¶
type ClientConfig struct {
HTTPClient HTTPClient
URL string
Authorization string
Version string
OrganisationID string
}
type UploadTFStateArtifactRequest ¶
type UploadTFStateArtifactRequest struct {
Data Data `json:"data"`
}
Click to show internal directories.
Click to hide internal directories.