MCPcopy Create free account
hub / github.com/chainreactors/EvilProxy / Load

Method Load

sdk/cliproxy/auth/cooldown_state.go:34–34  ·  view source on GitHub ↗
(context.Context)

Source from the content-addressed store, hash-verified

32// CooldownStateStore persists runtime cooldown state independently from auth tokens.
33type CooldownStateStore interface {
34 Load(context.Context) ([]CooldownStateRecord, error)
35 Save(context.Context, []CooldownStateRecord) error
36}
37

Implementers 2

recordingCooldownStateStoresdk/cliproxy/auth/cooldown_state_test.
FileCooldownStateStoresdk/cliproxy/auth/cooldown_state.go

Calls

no outgoing calls