MCPcopy
hub / github.com/go-git/go-git / client

Struct client

plumbing/transport/http/common.go:124–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122}
123
124type client struct {
125 client *http.Client
126 transports *lru.Cache
127 mutex sync.RWMutex
128 follow RedirectPolicy
129}
130
131// ClientOptions holds user configurable options for the client.
132type ClientOptions struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected