MCPcopy
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.
80type StorageHandler interface {
81 Save(b []byte) error
82 Load() ([]byte, error)
83}
84

Callers 9

RegisterWebhookMethod · 0.65
TestStoragerMethod · 0.65
SaveMethod · 0.65
SetStorageMethod · 0.65
fillMissingSortKeysFunction · 0.65
UpdatePluginConfMethod · 0.65
UpdateApplicationMethod · 0.65
UpdateUserMethod · 0.65
UpdateClientMethod · 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