Documentation
¶
Index ¶
- type BlackBoxTestingLokiClient
- func (c *BlackBoxTestingLokiClient) Chan() chan<- api.Entry
- func (c *BlackBoxTestingLokiClient) GetEntries() []api.Entry
- func (c *BlackBoxTestingLokiClient) GetLogsCount(ls model.LabelSet) int
- func (c *BlackBoxTestingLokiClient) Run()
- func (c *BlackBoxTestingLokiClient) Shutdown()
- func (c *BlackBoxTestingLokiClient) Stop()
- func (c *BlackBoxTestingLokiClient) StopNow()
- type EndClient
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BlackBoxTestingLokiClient ¶
type BlackBoxTestingLokiClient struct {
// contains filtered or unexported fields
}
func NewBlackBoxTestingLokiClient ¶
func NewBlackBoxTestingLokiClient() *BlackBoxTestingLokiClient
func (*BlackBoxTestingLokiClient) Chan ¶
func (c *BlackBoxTestingLokiClient) Chan() chan<- api.Entry
func (*BlackBoxTestingLokiClient) GetEntries ¶
func (c *BlackBoxTestingLokiClient) GetEntries() []api.Entry
func (*BlackBoxTestingLokiClient) GetLogsCount ¶
func (c *BlackBoxTestingLokiClient) GetLogsCount(ls model.LabelSet) int
func (*BlackBoxTestingLokiClient) Run ¶
func (c *BlackBoxTestingLokiClient) Run()
func (*BlackBoxTestingLokiClient) Shutdown ¶
func (c *BlackBoxTestingLokiClient) Shutdown()
func (*BlackBoxTestingLokiClient) Stop ¶
func (c *BlackBoxTestingLokiClient) Stop()
func (*BlackBoxTestingLokiClient) StopNow ¶
func (c *BlackBoxTestingLokiClient) StopNow()
Click to show internal directories.
Click to hide internal directories.