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

Method AuthDir

internal/store/objectstore.go:134–139  ·  view source on GitHub ↗

AuthDir returns the local directory containing mirrored auth files.

()

Source from the content-addressed store, hash-verified

132
133// AuthDir returns the local directory containing mirrored auth files.
134func (s *ObjectTokenStore) AuthDir() string {
135 if s == nil {
136 return ""
137 }
138 return s.authDir
139}
140
141// Bootstrap ensures the target bucket exists and synchronizes data from the object storage backend.
142func (s *ObjectTokenStore) Bootstrap(ctx context.Context, exampleConfigPath string) error {

Callers 1

ListMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected