MCPcopy
hub / github.com/gotify/server / PluginV1StorageHandler

Struct PluginV1StorageHandler

plugin/compat/v1.go:171–173  ·  view source on GitHub ↗

PluginV1StorageHandler is a wrapper for v1 storage handler.

Source from the content-addressed store, hash-verified

169
170// PluginV1StorageHandler is a wrapper for v1 storage handler.
171type PluginV1StorageHandler struct {
172 WrapperHandler StorageHandler
173}
174
175// Save implements wrapper.Storager.
176func (c *PluginV1StorageHandler) Save(b []byte) error {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected