# Functions
LabelerFromContext retrieves the Labeler from the provided context, if present.
NewClient initializes new Client defined by OAS.
NewOptApplicationMetadataUnits returns new OptApplicationMetadataUnits with value set to v.
NewOptAtTime returns new OptAtTime with value set to v.
NewOptFlamebearerMetadataV1Units returns new OptFlamebearerMetadataV1Units with value set to v.
NewOptFlamebearerProfileV1Groups returns new OptFlamebearerProfileV1Groups with value set to v.
NewOptFlamebearerTimelineV1 returns new OptFlamebearerTimelineV1 with value set to v.
NewOptFlamebearerTimelineV1Watermarks returns new OptFlamebearerTimelineV1Watermarks with value set to v.
NewOptInt returns new OptInt with value set to v.
NewOptInt64 returns new OptInt64 with value set to v.
NewOptNilHeatmap returns new OptNilHeatmap with value set to v.
NewOptSegmentKey returns new OptSegmentKey with value set to v.
NewOptString returns new OptString with value set to v.
NewOptUint32 returns new OptUint32 with value set to v.
NewOptUint64 returns new OptUint64 with value set to v.
NewServer creates new Server.
WithClient specifies http client to use.
WithErrorHandler specifies error handler to use.
WithMaxMultipartMemory specifies limit of memory for storing file parts.
WithMeterProvider specifies a meter provider to use for creating a meter.
WithMethodNotAllowed specifies Method Not Allowed handler to use.
WithMiddleware specifies middlewares to use.
WithNotFound specifies Not Found handler to use.
WithPathPrefix specifies server path prefix.
WithServerURL sets context key to override server URL.
WithTracerProvider specifies a tracer provider to use for creating a tracer.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
Ref: #/components/schemas/ApplicationMetadata.
Client implements OAS client.
ErrorStatusCode wraps Error with StatusCode.
Ref: #/components/schemas/FlamebearerMetadataV1.
Ref: #/components/schemas/FlamebearerProfileV1.
Ref: #/components/schemas/FlamebearerTimelineV1.
Ref: #/components/schemas/FlamebearerV1.
Ref: #/components/schemas/Heatmap.
IngestOK is response for Ingest operation.
IngestParams is parameters of ingest operation.
No description provided by the author
IngestReqWithContentType wraps IngestReq with Content-Type.
Labeler is used to allow adding custom attributes to the server request metrics.
LabelsParams is parameters of labels operation.
LabelValuesParams is parameters of labelValues operation.
OptApplicationMetadataUnits is optional ApplicationMetadataUnits.
OptAtTime is optional AtTime.
OptFlamebearerMetadataV1Units is optional FlamebearerMetadataV1Units.
OptFlamebearerProfileV1Groups is optional FlamebearerProfileV1Groups.
OptFlamebearerTimelineV1 is optional FlamebearerTimelineV1.
OptFlamebearerTimelineV1Watermarks is optional FlamebearerTimelineV1Watermarks.
OptInt is optional int.
OptInt64 is optional int64.
OptNilHeatmap is optional nullable Heatmap.
OptSegmentKey is optional SegmentKey.
OptString is optional string.
OptUint32 is optional uint32.
OptUint64 is optional uint64.
RenderParams is parameters of render operation.
Route is route object.
Server implements http server based on OpenAPI v3 specification and calls Handler to handle requests.
UnimplementedHandler is no-op Handler which returns http.ErrNotImplemented.
# Interfaces
ClientOption is client config option.
Handler handles operations described by OpenAPI v3 specification.
Invoker invokes operations described by OpenAPI v3 specification.
Option is config option.
ServerOption is server config option.
# Type aliases
No description provided by the author
No description provided by the author
No description provided by the author
ErrorHandler is error handler.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Middleware is middleware type.
No description provided by the author
No description provided by the author