Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
23
type
Store
interface
{
24
List() ([]Rule, error)
25
Insert(r Rule) error
26
Delete(id string) error
27
SetEnabled(id string, enabled bool) error
28
}
Callers
7
TestPGEnrollTokenStore_FullFlow
Function · 0.65
TestPGEnrollTokenStore_Expired
Function · 0.65
TestPGEnrollTokenStore_AlreadyConsumed
Function · 0.65
TestPGEnrollTokenStore_CleanupExpired
Function · 0.65
SyncAccessLogs
Function · 0.65
handleAuditRules
Method · 0.65
RegisterNodeEnrollTokenEndpoint
Function · 0.65
Calls
no outgoing calls
Tested by
4
TestPGEnrollTokenStore_FullFlow
Function · 0.52
TestPGEnrollTokenStore_Expired
Function · 0.52
TestPGEnrollTokenStore_AlreadyConsumed
Function · 0.52
TestPGEnrollTokenStore_CleanupExpired
Function · 0.52