fixtures

package
v0.2.7 Latest Latest
Warning

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

Go to latest
Published: May 23, 2022 License: AGPL-3.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 Channel

type Channel struct {
	Name string
}

func (Channel) Setup

func (c Channel) Setup(fixtures map[string]interface{}) (interface{}, error)

func (Channel) Teardown

func (c Channel) Teardown(fixture interface{}) error

type Channels

type Channels struct {
	Open bool
}

func (Channels) Setup

func (c Channels) Setup(fixtures map[string]interface{}) (interface{}, error)

func (Channels) Teardown

func (c Channels) Teardown(fixture interface{}) error

type Directory

type Directory struct{}

func (Directory) Setup

func (c Directory) Setup(fixtures map[string]interface{}) (interface{}, error)

func (Directory) Teardown

func (c Directory) Teardown(fixture interface{}) error

type GRPCServer

type GRPCServer struct {
	Name string
}

func (GRPCServer) Setup

func (c GRPCServer) Setup(fixtures map[string]interface{}) (interface{}, error)

func (GRPCServer) Teardown

func (c GRPCServer) Teardown(fixture interface{}) error

type MessageBroker

type MessageBroker struct {
	Name string
}

func (MessageBroker) Setup

func (c MessageBroker) Setup(fixtures map[string]interface{}) (interface{}, error)

func (MessageBroker) Teardown

func (c MessageBroker) Teardown(fixture interface{}) error

type Settings

type Settings struct {
	Paths           []string
	EnvSettingsName string
}

func (Settings) Setup

func (c Settings) Setup(fixtures map[string]interface{}) (interface{}, error)

func (Settings) Teardown

func (c Settings) Teardown(fixture interface{}) error

Jump to

Keyboard shortcuts

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