Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/gotify/server
/ Load
Method
Load
plugin/compat/instance.go:82–82 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
80
type
StorageHandler
interface
{
81
Save(b []byte) error
82
Load() ([]byte, error)
83
}
84
85
// Message describes a message to be send by MessageHandler#SendMessage.
Callers
5
RegisterWebhook
Method · 0.65
TestStorager
Method · 0.65
Load
Method · 0.65
GetStorage
Method · 0.65
Get
Function · 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