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

Method App

test/testdb/database.go:66–68  ·  view source on GitHub ↗

App creates an application and returns a message builder.

(id uint)

Source from the content-addressed store, hash-verified

64
65// App creates an application and returns a message builder.
66func (ab *AppClientBuilder) App(id uint) *MessageBuilder {
67 return ab.app(id, false)
68}
69
70// InternalApp creates an internal application and returns a message builder.
71func (ab *AppClientBuilder) InternalApp(id uint) *MessageBuilder {

Calls 1

appMethod · 0.95