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

Interface IClient

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

Source from the content-addressed store, hash-verified

14)
15
16type IClient interface {
17 GetMonitoringInfo(ctx context.Context, host string) (*MonitoringInfo, error)
18 GetClusterInfo(ctx context.Context, host string) (*ClusterInfo, error)
19}
20
21type pClient struct {
22 log zerolog.Logger

Callers 1

handleClusterServersMethod · 0.65

Implementers 1

pClientconsole/service/pkg/patroni/client.go

Calls

no outgoing calls

Tested by

no test coverage detected