MCPcopy
hub / github.com/autobase-tech/autobase / pClient

Struct pClient

console/service/pkg/patroni/client.go:21–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19}
20
21type pClient struct {
22 log zerolog.Logger
23 httpClient *http.Client
24 httpsClient *http.Client
25}
26
27func NewClient(log zerolog.Logger) IClient {
28 return pClient{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected