Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
33
type
apiClient
struct
{
34
http.Client
35
36
cfg config.GUIConfiguration
37
apikey string
38
}
39
40
type
apiClientFactory
struct
{
41
cfg config.GUIConfiguration
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected