Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Team ¶
type Team struct { TeamID models.TeamID `json:"teamID" tstype:"EntityIDs.TeamID"` Name string `json:"name"` ProjectName models.ProjectName `json:"projectName" tstype:"models.ProjectName"` }
TODO: should include ids for the rest of entities with serial ids, given that e2e data will not be created concurrently.
type User ¶
type User struct { Username string `json:"username"` Email string `json:"email"` FirstName *string `json:"firstName"` LastName *string `json:"lastName"` Scopes models.Scopes `json:"scopes" tstype:"models.Scopes"` Role models.Role `json:"role" tstype:"models.Role"` }
User ids are uuids, therefore we can use any unique column for e2e identifiers, which is also easier to reason about.
Click to show internal directories.
Click to hide internal directories.