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

Struct commandLineAuthStore

internal/pluginhost/command_line_test.go:189–193  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

187}
188
189type commandLineAuthStore struct {
190 baseDir string
191 saved []*coreauth.Auth
192 paths []string
193}
194
195func (s *commandLineAuthStore) List(context.Context) ([]*coreauth.Auth, error) {
196 return nil, nil

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected