MCPcopy
hub / github.com/syncthing/syncthing / apiClient

Struct apiClient

cmd/syncthing/cli/client.go:33–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33type apiClient struct {
34 http.Client
35
36 cfg config.GUIConfiguration
37 apikey string
38}
39
40type apiClientFactory struct {
41 cfg config.GUIConfiguration

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected