steps

package
v0.7.0 Latest Latest
Warning

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

Go to latest
Published: Jul 14, 2021 License: MIT Imports: 18 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type TopicComponent

type TopicComponent struct {
	ErrorFeature componenttest.ErrorFeature

	MongoClient    *mongo.Mongo
	Config         *config.Config
	HTTPServer     *http.Server
	ServiceRunning bool
	// contains filtered or unexported fields
}

func NewTopicComponent

func NewTopicComponent(mongoFeature *componenttest.MongoFeature, zebedeeURL string) (*TopicComponent, error)

func (*TopicComponent) Close

func (f *TopicComponent) Close() error

func (*TopicComponent) DoGetHTTPServer

func (f *TopicComponent) DoGetHTTPServer(bindAddr string, router http.Handler) service.HTTPServer

func (*TopicComponent) DoGetHealthcheckOk

func (f *TopicComponent) DoGetHealthcheckOk(cfg *config.Config, buildTime string, gitCommit string, version string) (service.HealthChecker, error)

func (*TopicComponent) DoGetMongoDB

func (f *TopicComponent) DoGetMongoDB(ctx context.Context, cfg *config.Config) (store.MongoDB, error)

DoGetMongoDB returns a MongoDB

func (*TopicComponent) InitialiseService

func (f *TopicComponent) InitialiseService() (http.Handler, error)

func (*TopicComponent) RegisterSteps

func (f *TopicComponent) RegisterSteps(ctx *godog.ScenarioContext)

func (*TopicComponent) Reset

func (f *TopicComponent) Reset() *TopicComponent

Jump to

Keyboard shortcuts

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