Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { // OrganizationID is the ID of the organization to create the workspace in. OrganizationID uuid.UUID `json:"organization_id"` // UserID is the ID of the user to run the test as. UserID string `json:"user_id"` // Request is the request to send to the Coder API to create the workspace. // request.template_id must be set. A name will be generated if not // specified. Request codersdk.CreateWorkspaceRequest `json:"request"` }
Click to show internal directories.
Click to hide internal directories.