MCPcopy Create free account
hub / github.com/gotify/server / SetStorageHandler

Method SetStorageHandler

plugin/example/echo/echo.go:30–32  ·  view source on GitHub ↗

SetStorageHandler implements plugin.Storager

(h plugin.StorageHandler)

Source from the content-addressed store, hash-verified

28
29// SetStorageHandler implements plugin.Storager
30func (c *EchoPlugin) SetStorageHandler(h plugin.StorageHandler) {
31 c.storageHandler = h
32}
33
34// SetMessageHandler implements plugin.Messenger.
35func (c *EchoPlugin) SetMessageHandler(h plugin.MessageHandler) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected