Versions in this module Expand all Collapse all v0 v0.1.0 Feb 16, 2026 Changes in this version + var ContextAccessToken = contextKeyAccessToken + func GetAccessTokenFromContext(ctx context.Context) string + func WithAuthToken(ctx context.Context) openapi.RequestEditorFn + type Helper struct + APIServer server.Server + AppConfig *config.ApplicationConfig + Ctx context.Context + DBFactory db.SessionFactory + Factories factories.Factories + HealthServer server.Server + JWTCA *rsa.PublicKey + JWTPrivateKey *rsa.PrivateKey + MetricsServer server.Server + T *testing.T + TimeFunc TimeFunc + func NewHelper(t *testing.T) *Helper + func RegisterIntegration(t *testing.T) (*Helper, *openapi.ClientWithResponses) + func (helper *Helper) CleanDB() error + func (helper *Helper) ClearAllTables() + func (helper *Helper) Count(table string) int64 + func (helper *Helper) CreateJWTString(account *amv1.Account) string + func (helper *Helper) CreateJWTToken(account *amv1.Account) *jwt.Token + func (helper *Helper) Delete(obj interface{}) + func (helper *Helper) DeleteAll(table interface{}) + func (helper *Helper) Env() *environments.Env + func (helper *Helper) HealthURL(path string) string + func (helper *Helper) MetricsURL(path string) string + func (helper *Helper) MigrateDB() error + func (helper *Helper) MigrateDBTo(migrationID string) + func (helper *Helper) NewAccount(username, name, email string) *amv1.Account + func (helper *Helper) NewApiClient() *openapi.ClientWithResponses + func (helper *Helper) NewAuthenticatedContext(account *amv1.Account) context.Context + func (helper *Helper) NewID() string + func (helper *Helper) NewRandAccount() *amv1.Account + func (helper *Helper) NewUUID() string + func (helper *Helper) OpenapiError(body []byte) openapi.Error + func (helper *Helper) Reset() + func (helper *Helper) ResetDB() error + func (helper *Helper) RestURL(path string) string + func (helper *Helper) RestartMetricsServer() + func (helper *Helper) RestartServer() + func (helper *Helper) SkipIfShort() + func (helper *Helper) StartJWKCertServerMock() (teardown func() error) + func (helper *Helper) Teardown() + type TimeFunc func() time.Time v0.1.0-rc.1 Feb 16, 2026