Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Environment ¶
type Environment struct {
Logger *slog.Logger
TestBin string
// contains filtered or unexported fields
}
func (*Environment) Start ¶
func (e *Environment) Start() error
func (*Environment) StartEtcd ¶
func (e *Environment) StartEtcd() (*v1alpha1.EtcdClientSpec, error)
FIXME: set the ports to freeports
func (*Environment) StartJetstream ¶
func (e *Environment) StartJetstream() (*v1alpha1.JetstreamClientSpec, error)
func (*Environment) StartRedis ¶ added in v0.1.1
func (e *Environment) StartRedis() ([]*goredislib.Options, error)
func (*Environment) Stop ¶
func (e *Environment) Stop(cause ...string) error
Click to show internal directories.
Click to hide internal directories.