Documentation
¶
Overview ¶
Requests save in this file are exclusive of horusec e2e
Index ¶
- func CreateAccount(t *testing.T, account *authEntities.Account)
- func GenerateCompanyToken(t *testing.T, bearerToken, companyID string, token api.Token) string
- func GetAllVulnerabilitiesToManager(t *testing.T, bearerToken, companyID, repositoryID string, queryString string) string
- func GetAnalysisByID(t *testing.T, analysisID, authorization string) string
- func GetChartContent(t *testing.T, route, bearerToken, companyID, repositoryID string) []byte
- func GetChartDetailsUsingGraphQLAndReturnBody(t *testing.T, bearerToken, companyID, repositoryID string) []byte
- func InsertAnalysisWithCompanyToken(t *testing.T, analysisData *api.AnalysisData, companyToken string) string
- func InsertAnalysisWithRepositoryToken(t *testing.T, analysisData *api.AnalysisData, repositoryToken string) string
- func InviteUserToRepository(t *testing.T, bearerToken, companyID, repositoryID string, ...)
- func Login(t *testing.T, credentials *authDto.Credentials) map[string]string
- func Logout(t *testing.T, bearerToken string)
- func ReadAllCompanyToken(t *testing.T, bearerToken, companyID string) string
- func ReadAllRepositoryTokenWithoutTreatment(t *testing.T, bearerToken, companyID, repositoryID string) httpResponse.Interface
- func ReadAllUserInRepository(t *testing.T, bearerToken, companyID, repositoryID string) string
- func RemoveUserInRepository(t *testing.T, bearerToken, companyID, repositoryID, accountID string)
- func RevokeCompanyToken(t *testing.T, bearerToken, companyID, tokenID string)
- func UpdateUserInRepository(t *testing.T, bearerToken, companyID, repositoryID, accountID string, ...)
- func UpdateVulnerabilitiesType(t *testing.T, bearerToken, companyID, repositoryID, vulnerabilityID string, ...) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateAccount ¶
func CreateAccount(t *testing.T, account *authEntities.Account)
func GenerateCompanyToken ¶
func GetChartContent ¶
func InviteUserToRepository ¶
func InviteUserToRepository(t *testing.T, bearerToken, companyID, repositoryID string, user *accountDto.InviteUser)
func ReadAllCompanyToken ¶
func ReadAllRepositoryTokenWithoutTreatment ¶
func ReadAllRepositoryTokenWithoutTreatment(t *testing.T, bearerToken, companyID, repositoryID string) httpResponse.Interface
func ReadAllUserInRepository ¶
func RemoveUserInRepository ¶
func RevokeCompanyToken ¶
func UpdateUserInRepository ¶
func UpdateUserInRepository(t *testing.T, bearerToken, companyID, repositoryID, accountID string, account *roles.AccountCompany)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.