Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CloudConcurrency ¶ added in v0.126.0
CloudConcurrency represents a concurrency per cloud environment.
type Concurrency ¶ added in v0.126.0
type Concurrency struct {
Org OrgConcurrency `json:"organization"`
}
Concurrency represents the concurrency for an account.
type Credentials ¶ added in v0.126.0
Credentials holds the credentials for accessing Sauce Labs.
func (*Credentials) IsSet ¶ added in v0.126.0
func (c *Credentials) IsSet() bool
IsSet checks whether the credentials, i.e. username and access key are not empty. Returns false if even one of the credentials is empty.
type Group ¶
type Group struct {
ID string `json:"id"`
}
Group represents the group that the user belongs to
type OrgConcurrency ¶ added in v0.126.0
type OrgConcurrency struct {
Allowed CloudConcurrency `json:"allowed"`
}
OrgConcurrency represents the concurrency for an organization.
type Organization ¶
type Organization struct {
ID string `json:"id"`
}
Organization represents the organization that the user belongs to
type User ¶
type User struct { ID string `json:"id"` Groups []Group `json:"groups"` Organization Organization `json:"organization"` }
User represents user data structure
type UserService ¶ added in v0.124.1
Click to show internal directories.
Click to hide internal directories.