# Functions
NewPostSpans creates a new http.Handler for the post spans operation.
NewPostSpansAccepted creates PostSpansAccepted with default headers values.
NewPostSpansParams creates a new PostSpansParams object with the default values initialized.
NewZipkinAPI creates a new Zipkin instance.
# Constants
PostSpansAcceptedCode is the HTTP code returned for type PostSpansAccepted.
# Structs
PostSpans swagger:route POST /spans postSpans
Uploads a list of spans encoded per content-type, for example json.
PostSpansAccepted Accepted
swagger:response postSpansAccepted
*/.
PostSpansParams contains all the bound params for the post spans operation typically these are obtained from a http.Request
swagger:parameters PostSpans.
ZipkinAPI Zipkin's v2 api currently includes a POST endpoint that can receive spans.
# Interfaces
PostSpansHandler interface for that can handle valid post spans params.
# Type aliases
PostSpansHandlerFunc turns a function with the right signature into a post spans handler.