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