resources

package
v0.0.8 Latest Latest
Warning

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

Go to latest
Published: Mar 29, 2017 License: MIT Imports: 12 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MapEndpointHandler added in v0.0.6

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

ContentTransformHandler is a HTTP handler to map methode contetn placeholders

func NewMapEndpointHandler added in v0.0.6

func NewMapEndpointHandler(m mapper.Mapper) *MapEndpointHandler

NewContentTransformHandler returns a new instance of a MapEndpointHandler

func (*MapEndpointHandler) ServeHTTP added in v0.0.6

func (h *MapEndpointHandler) ServeHTTP(w http.ResponseWriter, r *http.Request)

func (*MapEndpointHandler) ServeMapEndpoint added in v0.0.6

func (h *MapEndpointHandler) ServeMapEndpoint(w http.ResponseWriter, r *http.Request)

type MapperHealthcheck

type MapperHealthcheck struct {
	Client         *http.Client
	ConsumerConfig consumer.QueueConfig
	ProducerConfig producer.MessageProducerConfig
}

MapperHealthcheck represents the health check for the methode content placeholder mapper

func NewMapperHealthcheck

func NewMapperHealthcheck(consumerConfig consumer.QueueConfig, producerConfig producer.MessageProducerConfig) *MapperHealthcheck

NewMapperHealthcheck returns a new instance of the MapperHealthcheck

func (*MapperHealthcheck) ConsumerQueueCheck

func (hc *MapperHealthcheck) ConsumerQueueCheck() fthealth.Check

ConsumerQueueCheck returns the Check of the consumer queue connection

func (*MapperHealthcheck) GTG

GTG is the HTTP handler function for the Good-To-Go of the methode content placeholder mapper

func (*MapperHealthcheck) ProducerQueueCheck

func (hc *MapperHealthcheck) ProducerQueueCheck() fthealth.Check

ProducerQueueCheck returns the Check of the producer queue connection

Jump to

Keyboard shortcuts

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