Versions in this module Expand all Collapse all v1 v1.4.0 May 26, 2021 Changes in this version + func ClientFactory(l logging.Logger, f client.HTTPClientFactory, df spew.DumperFactory) client.HTTPClientFactory + func PlainClientFormater(req interface{}, resp interface{}, err error) []byte + func PlainServerFormater(req interface{}, resp interface{}, err error) []byte + type RunServerFunc func(context.Context, config.ServiceConfig, http.Handler) error + func RunServer(l logging.Logger, f RunServerFunc, df spew.DumperFactory) RunServerFunc + type Transport struct + Logger logging.Logger + Plain spew.Dumper + Spew spew.Dumper + Transport http.RoundTripper + func (t *Transport) RoundTrip(req *http.Request) (resp *http.Response, err error)