MCPcopy
hub / github.com/gotify/server / app

Method app

test/testdb/database.go:75–77  ·  view source on GitHub ↗
(id uint, internal bool)

Source from the content-addressed store, hash-verified

73}
74
75func (ab *AppClientBuilder) app(id uint, internal bool) *MessageBuilder {
76 return ab.appWithToken(id, "app"+fmt.Sprint(id), internal)
77}
78
79// AppWithToken creates an application with a token and returns a message builder.
80func (ab *AppClientBuilder) AppWithToken(id uint, token string) *MessageBuilder {

Callers 2

AppMethod · 0.95
InternalAppMethod · 0.95

Calls 1

appWithTokenMethod · 0.95

Tested by

no test coverage detected