Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/gotify/server
/ Save
Method
Save
plugin/compat/instance.go:81–81 ·
view source on GitHub ↗
(b []byte)
Source
from the content-addressed store, hash-verified
79
// StorageHandler see plugin.StorageHandler.
80
type
StorageHandler
interface
{
81
Save(b []byte) error
82
Load() ([]byte, error)
83
}
84
Callers
9
RegisterWebhook
Method · 0.65
TestStorager
Method · 0.65
Save
Method · 0.65
SetStorage
Method · 0.65
fillMissingSortKeys
Function · 0.65
UpdatePluginConf
Method · 0.65
UpdateApplication
Method · 0.65
UpdateUser
Method · 0.65
UpdateClient
Method · 0.65
Implementers
3
dbStorageHandler
plugin/storagehandler.go
v1StorageHandler
plugin/compat/v1_test.go
PluginV1StorageHandler
plugin/compat/v1.go
Calls
no outgoing calls
Tested by
1
TestStorager
Method · 0.52