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

Struct v1StorageHandler

plugin/compat/v1_test.go:44–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44type v1StorageHandler struct {
45 storage []byte
46}
47
48func (c *v1StorageHandler) Save(b []byte) error {
49 c.storage = b

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected