MCPcopy Create free account
hub / github.com/0xUnixIO/pulse / Insert

Method Insert

internal/auditrules/store.go:25–25  ·  view source on GitHub ↗
(r Rule)

Source from the content-addressed store, hash-verified

23type Store interface {
24 List() ([]Rule, error)
25 Insert(r Rule) error
26 Delete(id string) error
27 SetEnabled(id string, enabled bool) error
28}

Calls

no outgoing calls