Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Auth = common.RequestConfig{
Username: "test_auth",
ClientID: "client_id",
ClientSecret: "client_secret",
AccountID: "account_id",
AccountEnvironmentID: "account_environment_id",
Token: "access_token",
}
Functions ¶
func SetMock ¶
func SetMock(c *common.ResourceRequest)
Types ¶
type TestRequest ¶
type TestRequest struct {
Name string `json:"name"`
}
Click to show internal directories.
Click to hide internal directories.