Documentation ¶
Index ¶
- type Collector
- type DataRequestFunc
- type Logger
- type Server
- type StatisticsClient
- type StatisticsServer
- type Statistics_ListStatisticsClient
- func (_m *Statistics_ListStatisticsClient) CloseSend() error
- func (_m *Statistics_ListStatisticsClient) Context() context.Context
- func (_m *Statistics_ListStatisticsClient) Header() (metadata.MD, error)
- func (_m *Statistics_ListStatisticsClient) Recv() (*grpc.StatisticsResponse, error)
- func (_m *Statistics_ListStatisticsClient) RecvMsg(m interface{}) error
- func (_m *Statistics_ListStatisticsClient) SendMsg(m interface{}) error
- func (_m *Statistics_ListStatisticsClient) Trailer() metadata.MD
- type Statistics_ListStatisticsServer
- func (_m *Statistics_ListStatisticsServer) Context() context.Context
- func (_m *Statistics_ListStatisticsServer) RecvMsg(m interface{}) error
- func (_m *Statistics_ListStatisticsServer) Send(_a0 *grpc.StatisticsResponse) error
- func (_m *Statistics_ListStatisticsServer) SendHeader(_a0 metadata.MD) error
- func (_m *Statistics_ListStatisticsServer) SendMsg(m interface{}) error
- func (_m *Statistics_ListStatisticsServer) SetHeader(_a0 metadata.MD) error
- func (_m *Statistics_ListStatisticsServer) SetTrailer(_a0 metadata.MD)
- type UnsafeStatisticsServer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Collector ¶
Collector is an autogenerated mock type for the Collector type
func (*Collector) GetStats ¶
func (_m *Collector) GetStats(m int) sysmon.StatisticsData
GetStats provides a mock function with given fields: m
func (*Collector) GetStatusServices ¶
func (_m *Collector) GetStatusServices() sysmon.StatusServices
GetStatusServices provides a mock function with given fields:
type DataRequestFunc ¶
DataRequestFunc is an autogenerated mock type for the DataRequestFunc type
func (*DataRequestFunc) Execute ¶
func (_m *DataRequestFunc) Execute() ([]float64, error)
Execute provides a mock function with given fields:
type Logger ¶
Logger is an autogenerated mock type for the Logger type
type Server ¶
Server is an autogenerated mock type for the Server type
type StatisticsClient ¶
StatisticsClient is an autogenerated mock type for the StatisticsClient type
func (*StatisticsClient) ListStatistics ¶
func (_m *StatisticsClient) ListStatistics(ctx context.Context, in *grpc.SubscriptionRequest, opts ...google_golang_orggrpc.CallOption) (grpc.Statistics_ListStatisticsClient, error)
ListStatistics provides a mock function with given fields: ctx, in, opts
type StatisticsServer ¶
StatisticsServer is an autogenerated mock type for the StatisticsServer type
func (*StatisticsServer) ListStatistics ¶
func (_m *StatisticsServer) ListStatistics(_a0 *grpc.SubscriptionRequest, _a1 grpc.Statistics_ListStatisticsServer) error
ListStatistics provides a mock function with given fields: _a0, _a1
type Statistics_ListStatisticsClient ¶
Statistics_ListStatisticsClient is an autogenerated mock type for the Statistics_ListStatisticsClient type
func (*Statistics_ListStatisticsClient) CloseSend ¶
func (_m *Statistics_ListStatisticsClient) CloseSend() error
CloseSend provides a mock function with given fields:
func (*Statistics_ListStatisticsClient) Context ¶
func (_m *Statistics_ListStatisticsClient) Context() context.Context
Context provides a mock function with given fields:
func (*Statistics_ListStatisticsClient) Header ¶
func (_m *Statistics_ListStatisticsClient) Header() (metadata.MD, error)
Header provides a mock function with given fields:
func (*Statistics_ListStatisticsClient) Recv ¶
func (_m *Statistics_ListStatisticsClient) Recv() (*grpc.StatisticsResponse, error)
Recv provides a mock function with given fields:
func (*Statistics_ListStatisticsClient) RecvMsg ¶
func (_m *Statistics_ListStatisticsClient) RecvMsg(m interface{}) error
RecvMsg provides a mock function with given fields: m
func (*Statistics_ListStatisticsClient) SendMsg ¶
func (_m *Statistics_ListStatisticsClient) SendMsg(m interface{}) error
SendMsg provides a mock function with given fields: m
func (*Statistics_ListStatisticsClient) Trailer ¶
func (_m *Statistics_ListStatisticsClient) Trailer() metadata.MD
Trailer provides a mock function with given fields:
type Statistics_ListStatisticsServer ¶
Statistics_ListStatisticsServer is an autogenerated mock type for the Statistics_ListStatisticsServer type
func (*Statistics_ListStatisticsServer) Context ¶
func (_m *Statistics_ListStatisticsServer) Context() context.Context
Context provides a mock function with given fields:
func (*Statistics_ListStatisticsServer) RecvMsg ¶
func (_m *Statistics_ListStatisticsServer) RecvMsg(m interface{}) error
RecvMsg provides a mock function with given fields: m
func (*Statistics_ListStatisticsServer) Send ¶
func (_m *Statistics_ListStatisticsServer) Send(_a0 *grpc.StatisticsResponse) error
Send provides a mock function with given fields: _a0
func (*Statistics_ListStatisticsServer) SendHeader ¶
func (_m *Statistics_ListStatisticsServer) SendHeader(_a0 metadata.MD) error
SendHeader provides a mock function with given fields: _a0
func (*Statistics_ListStatisticsServer) SendMsg ¶
func (_m *Statistics_ListStatisticsServer) SendMsg(m interface{}) error
SendMsg provides a mock function with given fields: m
func (*Statistics_ListStatisticsServer) SetHeader ¶
func (_m *Statistics_ListStatisticsServer) SetHeader(_a0 metadata.MD) error
SetHeader provides a mock function with given fields: _a0
func (*Statistics_ListStatisticsServer) SetTrailer ¶
func (_m *Statistics_ListStatisticsServer) SetTrailer(_a0 metadata.MD)
SetTrailer provides a mock function with given fields: _a0
type UnsafeStatisticsServer ¶
UnsafeStatisticsServer is an autogenerated mock type for the UnsafeStatisticsServer type