package
0.0.0-20200612205719-d33463d17312
Repository: https://github.com/slotix/dataflowkit.git
Documentation: pkg.go.dev

# Functions

DecodeParseRequest decodes request sent to Parserif error occures, server returns 400 Bad Request.
EncodeParseResponse encodes response returned by Parser.
HealthCheckHandler is used to check if Parse service is alive.
LoggingMiddleware logs Parse Service endpoints.
MakeParseEndpoint creates Parse Endpoint.
metrics function.
NewHTTPClient returns an Parse Service backed by an HTTP server living at the remote instance.
NewHttpHandler mounts all of the service endpoints into an http.Handler.
Start func launches Parsing service.

# Structs

Config provides basic configuration.
Endpoints wrapper.
HTMLServer represents the web service that serves up HTML.
ParseService implements service with empty struct.

# Interfaces

Service defines Parse service interface.

# Type aliases

ServiceMiddleware defines a middleware for a Parse service.