Documentation ¶
Overview ¶
Requests save in this file are shared into all server e2e.
Index ¶
- func CreateCompany(t *testing.T, bearerToken string, company *accountEntities.Company) (CompanyID string)
- func CreateRepository(t *testing.T, bearerToken, companyID string, ...) string
- func DeleteCompany(t *testing.T, bearerToken, companyID string)
- func DeleteRepository(t *testing.T, bearerToken, companyID, repositoryID string)
- func GenerateRepositoryToken(t *testing.T, bearerToken, companyID, repositoryID string, token api.Token) string
- func GetChartContentWithoutTreatment(t *testing.T, route, bearerToken, companyID, repositoryID string) httpResponse.Interface
- func InviteUserToCompany(t *testing.T, bearerToken, companyID string, user *dto.InviteUser)
- func Login(t *testing.T, credentials *authDto.Credentials) map[string]string
- func ReadAllCompanies(t *testing.T, bearerToken string, isCheckBodyEmpty bool) string
- func ReadAllRepositories(t *testing.T, bearerToken, companyID string, isCheckBodyEmpty bool) string
- func ReadAllRepositoryToken(t *testing.T, bearerToken, companyID, repositoryID string) string
- func ReadAllUserInCompany(t *testing.T, bearerToken, companyID string) string
- func RemoveUserInCompany(t *testing.T, bearerToken, companyID, accountID string)
- func RevokeRepositoryToken(t *testing.T, bearerToken, companyID, repositoryID, tokenID string)
- func UpdateCompany(t *testing.T, bearerToken string, companyID string, ...)
- func UpdateRepository(t *testing.T, bearerToken, companyID, repositoryID string, ...)
- func UpdateUserInCompany(t *testing.T, bearerToken, companyID, accountID string, ...) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateCompany ¶
func CreateRepository ¶ added in v1.3.0
func CreateRepository(t *testing.T, bearerToken, companyID string, repository *accountEntities.Repository) string
func DeleteCompany ¶
func DeleteRepository ¶ added in v1.3.0
func GenerateRepositoryToken ¶ added in v1.3.0
func GetChartContentWithoutTreatment ¶
func GetChartContentWithoutTreatment(t *testing.T, route, bearerToken, companyID, repositoryID string) httpResponse.Interface
func InviteUserToCompany ¶
func InviteUserToCompany(t *testing.T, bearerToken, companyID string, user *dto.InviteUser)
func ReadAllCompanies ¶
func ReadAllRepositories ¶ added in v1.3.0
func ReadAllRepositoryToken ¶ added in v1.3.0
func ReadAllUserInCompany ¶
func RemoveUserInCompany ¶
func RevokeRepositoryToken ¶ added in v1.3.0
func UpdateCompany ¶
func UpdateRepository ¶ added in v1.3.0
func UpdateRepository(t *testing.T, bearerToken, companyID, repositoryID string, repository *accountEntities.Repository)
func UpdateUserInCompany ¶
Types ¶
This section is empty.
Directories ¶
Path | Synopsis |
---|---|
Requests save in this file are exclusive of keycloak e2e
|
Requests save in this file are exclusive of keycloak e2e |
entities
Entities created in this files are exclusive from keycloak e2e
|
Entities created in this files are exclusive from keycloak e2e |
Requests save in this file are exclusive of messages e2e
|
Requests save in this file are exclusive of messages e2e |
Click to show internal directories.
Click to hide internal directories.