Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RequireAuthentication ¶
func RequireAuthentication(signingKey []byte) fiber.Handler
Protected protect routes
Types ¶
type API ¶
type API struct { Config *config.Config RiverClient *river.Client[pgx.Tx] AuthService services.AuthService UserService services.UserService ProjectsService services.ProjectService TestCasesService services.TestCaseService TestPlansService services.TestPlanService TestRunsService services.TestRunService TesterService services.TesterService // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.