MCPcopy
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

80type 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

RegisterWebhookMethod · 0.65
TestStoragerMethod · 0.65
LoadMethod · 0.65
GetStorageMethod · 0.65
GetFunction · 0.65

Implementers 3

dbStorageHandlerplugin/storagehandler.go
v1StorageHandlerplugin/compat/v1_test.go
PluginV1StorageHandlerplugin/compat/v1.go

Calls

no outgoing calls

Tested by 1

TestStoragerMethod · 0.52