e2e

package
v0.0.0-...-5d14948 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 18, 2025 License: Apache-2.0 Imports: 1 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL