MCPcopy Create free account
hub / github.com/gotify/server / ApplicationSuite

Struct ApplicationSuite

api/application_test.go:35–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35type ApplicationSuite struct {
36 suite.Suite
37 db *testdb.Database
38 a *ApplicationAPI
39 ctx *gin.Context
40 recorder *httptest.ResponseRecorder
41}
42
43var (
44 originalGenerateApplicationToken func() string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected