Versions in this module Expand all Collapse all v0 v0.0.0 Oct 21, 2024 Changes in this version + type CockroachClient struct + func NewCockroachClient(ctrl *gomock.Controller) *CockroachClient + func (m *CockroachClient) EXPECT() *CockroachClientMockRecorder + func (m *CockroachClient) Ping() error + type CockroachClientMockRecorder struct + func (mr *CockroachClientMockRecorder) Ping() *gomock.Call + type FlakiClient struct + func NewFlakiClient(ctrl *gomock.Controller) *FlakiClient + func (m *FlakiClient) EXPECT() *FlakiClientMockRecorder + func (m *FlakiClient) NextID(arg0 context.Context) (string, error) + type FlakiClientMockRecorder struct + func (mr *FlakiClientMockRecorder) NextID(arg0 interface{}) *gomock.Call + type HealthChecker struct + func NewHealthChecker(ctrl *gomock.Controller) *HealthChecker + func (m *HealthChecker) EXPECT() *HealthCheckerMockRecorder + func (m *HealthChecker) HealthCheck(arg0 context.Context, arg1 string) (json.RawMessage, error) + type HealthCheckerMockRecorder struct + func (mr *HealthCheckerMockRecorder) HealthCheck(arg0, arg1 interface{}) *gomock.Call + type InfluxClient struct + func NewInfluxClient(ctrl *gomock.Controller) *InfluxClient + func (m *InfluxClient) EXPECT() *InfluxClientMockRecorder + func (m *InfluxClient) Ping(arg0 time.Duration) (time.Duration, string, error) + type InfluxClientMockRecorder struct + func (mr *InfluxClientMockRecorder) Ping(arg0 interface{}) *gomock.Call + type Logger struct + func NewLogger(ctrl *gomock.Controller) *Logger + func (m *Logger) EXPECT() *LoggerMockRecorder + func (m *Logger) Log(arg0 ...interface{}) error + type LoggerMockRecorder struct + func (mr *LoggerMockRecorder) Log(arg0 ...interface{}) *gomock.Call + type RedisClient struct + func NewRedisClient(ctrl *gomock.Controller) *RedisClient + func (m *RedisClient) Do(arg0 string, arg1 ...interface{}) (interface{}, error) + func (m *RedisClient) EXPECT() *RedisClientMockRecorder + type RedisClientMockRecorder struct + func (mr *RedisClientMockRecorder) Do(arg0 interface{}, arg1 ...interface{}) *gomock.Call + type SentryClient struct + func NewSentryClient(ctrl *gomock.Controller) *SentryClient + func (m *SentryClient) EXPECT() *SentryClientMockRecorder + func (m *SentryClient) URL() string + type SentryClientMockRecorder struct + func (mr *SentryClientMockRecorder) URL() *gomock.Call + type SystemDConn struct + func NewSystemDConn(ctrl *gomock.Controller) *SystemDConn + func (m *SystemDConn) EXPECT() *SystemDConnMockRecorder + func (m *SystemDConn) ListUnitsByNames(arg0 []string) ([]dbus.UnitStatus, error) + type SystemDConnMockRecorder struct + func (mr *SystemDConnMockRecorder) ListUnitsByNames(arg0 interface{}) *gomock.Call