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

Method List

sdk/cliproxy/auth/store.go:8–8  ·  view source on GitHub ↗

List returns all auth records stored in the backend.

(ctx context.Context)

Source from the content-addressed store, hash-verified

6type Store interface {
7 // List returns all auth records stored in the backend.
8 List(ctx context.Context) ([]*Auth, error)
9 // Save persists the provided auth record, replacing any existing one with same ID.
10 Save(ctx context.Context, auth *Auth) (string, error)
11 // Delete removes the auth record identified by id.

Callers 15

listAuthFilesMethod · 0.65
authByIndexMethod · 0.65
StartMethod · 0.65
reregisterSessionsMethod · 0.65
ListAuthFilesMethod · 0.65
GetAuthFileModelsMethod · 0.65
findAuthForDeleteMethod · 0.65
PatchAuthFileStatusMethod · 0.65
PatchAuthFileFieldsMethod · 0.65
removeAuthsForPathMethod · 0.65

Implementers 10

commandLineAuthStoreinternal/pluginhost/command_line_test.
PostgresStoreinternal/store/postgresstore.go
ObjectTokenStoreinternal/store/objectstore.go
GitTokenStoreinternal/store/gitstore.go
stubStoreinternal/watcher/watcher_test.go
pluginLoginRollbackStoreinternal/api/handlers/management/auth_
memoryAuthStoreinternal/api/handlers/management/test_
countingStoresdk/cliproxy/auth/persist_policy_test.
requestPrepareStoresdk/cliproxy/auth/request_auth_prepare
FileTokenStoresdk/auth/filestore.go

Calls

no outgoing calls