Documentation
¶
Index ¶
- func LabelSetToString(ls model.LabelSet) string
- type BlackBoxTestingValiClient
- func (c *BlackBoxTestingValiClient) Chan() chan<- api.Entry
- func (c *BlackBoxTestingValiClient) GetEntries() []api.Entry
- func (c *BlackBoxTestingValiClient) GetLogsCount(ls model.LabelSet) int
- func (c *BlackBoxTestingValiClient) Run()
- func (c *BlackBoxTestingValiClient) Shutdown()
- func (c *BlackBoxTestingValiClient) Stop()
- func (c *BlackBoxTestingValiClient) StopNow()
- type EndClient
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LabelSetToString ¶
LabelSetToString converts a LabelSet to a string representation.
Types ¶
type BlackBoxTestingValiClient ¶
type BlackBoxTestingValiClient struct {
// contains filtered or unexported fields
}
BlackBoxTestingValiClient is a struct that implements the EndClient interface.
func NewBlackBoxTestingValiClient ¶
func NewBlackBoxTestingValiClient() *BlackBoxTestingValiClient
NewBlackBoxTestingValiClient creates a new instance of BlackBoxTestingValiClient.
func (*BlackBoxTestingValiClient) Chan ¶
func (c *BlackBoxTestingValiClient) Chan() chan<- api.Entry
Chan returns the channel for sending entries.
func (*BlackBoxTestingValiClient) GetEntries ¶
func (c *BlackBoxTestingValiClient) GetEntries() []api.Entry
GetEntries returns the received entries.
func (*BlackBoxTestingValiClient) GetLogsCount ¶
func (c *BlackBoxTestingValiClient) GetLogsCount(ls model.LabelSet) int
GetLogsCount returns the count of logs for a given label set.
func (*BlackBoxTestingValiClient) Run ¶
func (c *BlackBoxTestingValiClient) Run()
Run starts the BlackBoxTestingValiClient and processes entries from the channel.
func (*BlackBoxTestingValiClient) Shutdown ¶
func (c *BlackBoxTestingValiClient) Shutdown()
Shutdown is used to close the entries channel.
func (*BlackBoxTestingValiClient) Stop ¶
func (c *BlackBoxTestingValiClient) Stop()
Stop increments the stopped counter.
func (*BlackBoxTestingValiClient) StopNow ¶
func (c *BlackBoxTestingValiClient) StopNow()
StopNow increments the stopped counter and returns immediately.
Click to show internal directories.
Click to hide internal directories.