MCPcopy
hub / github.com/mudler/LocalAI / Client

Struct Client

pkg/grpc/client.go:30–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28func (b bearerToken) RequireTransportSecurity() bool { return false }
29
30type Client struct {
31 address string
32 busy bool
33 parallel bool
34 token string
35 sync.Mutex
36 opMutex sync.Mutex
37 wd WatchDog
38}
39
40type WatchDog interface {
41 Mark(address string)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected