Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
44
type
v1StorageHandler
struct
{
45
storage []byte
46
}
47
48
func
(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