epilogues

package
v0.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 21, 2021 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Console

type Console struct {
	// contains filtered or unexported fields
}

func NewConsole

func NewConsole() (*Console, error)

func (*Console) Test

func (c *Console) Test() error

func (*Console) Write

func (c *Console) Write(result *api.Result) error

type Epilogue

type Epilogue interface {
	Write(result *api.Result) error
	Test() error
}

type RabbitMQ

type RabbitMQ struct {
	// contains filtered or unexported fields
}

func NewRabbitMQ

func NewRabbitMQ(host, username, password, queueName string) (*RabbitMQ, error)

func (*RabbitMQ) Test

func (r *RabbitMQ) Test() error

func (*RabbitMQ) Write

func (r *RabbitMQ) Write(result *api.Result) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL