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

Struct dbStorageHandler

plugin/storagehandler.go:3–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1package plugin
2
3type dbStorageHandler struct {
4 pluginID uint
5 db Database
6}
7
8func (c dbStorageHandler) Save(b []byte) error {
9 conf, err := c.db.GetPluginConfByID(c.pluginID)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected