Documentation
¶
Overview ¶
Code generated by cozeloop. DO NOT EDIT.
Index ¶
- type LocalOpenAPIService
- func (l *LocalOpenAPIService) CreateAnnotation(ctx context.Context, req *openapi.CreateAnnotationRequest, ...) (*openapi.CreateAnnotationResponse, error)
- func (l *LocalOpenAPIService) DeleteAnnotation(ctx context.Context, req *openapi.DeleteAnnotationRequest, ...) (*openapi.DeleteAnnotationResponse, error)
- func (l *LocalOpenAPIService) IngestTraces(ctx context.Context, req *openapi.IngestTracesRequest, ...) (*openapi.IngestTracesResponse, error)
- func (l *LocalOpenAPIService) ListPreSpanOApi(ctx context.Context, req *openapi.ListPreSpanOApiRequest, ...) (*openapi.ListPreSpanOApiResponse, error)
- func (l *LocalOpenAPIService) ListSpansOApi(ctx context.Context, req *openapi.ListSpansOApiRequest, ...) (*openapi.ListSpansOApiResponse, error)
- func (l *LocalOpenAPIService) ListTracesOApi(ctx context.Context, req *openapi.ListTracesOApiRequest, ...) (*openapi.ListTracesOApiResponse, error)
- func (l *LocalOpenAPIService) ListTrajectoryOApi(ctx context.Context, req *openapi.ListTrajectoryOApiRequest, ...) (*openapi.ListTrajectoryOApiResponse, error)
- func (l *LocalOpenAPIService) OtelIngestTraces(ctx context.Context, req *openapi.OtelIngestTracesRequest, ...) (*openapi.OtelIngestTracesResponse, error)
- func (l *LocalOpenAPIService) SearchTraceOApi(ctx context.Context, req *openapi.SearchTraceOApiRequest, ...) (*openapi.SearchTraceOApiResponse, error)
- func (l *LocalOpenAPIService) SearchTraceTreeOApi(ctx context.Context, req *openapi.SearchTraceTreeOApiRequest, ...) (*openapi.SearchTraceTreeOApiResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LocalOpenAPIService ¶
type LocalOpenAPIService struct {
// contains filtered or unexported fields
}
func NewLocalOpenAPIService ¶
func NewLocalOpenAPIService(impl openapi.OpenAPIService, mds ...endpoint.Middleware) *LocalOpenAPIService
func (*LocalOpenAPIService) CreateAnnotation ¶
func (l *LocalOpenAPIService) CreateAnnotation(ctx context.Context, req *openapi.CreateAnnotationRequest, callOptions ...callopt.Option) (*openapi.CreateAnnotationResponse, error)
func (*LocalOpenAPIService) DeleteAnnotation ¶
func (l *LocalOpenAPIService) DeleteAnnotation(ctx context.Context, req *openapi.DeleteAnnotationRequest, callOptions ...callopt.Option) (*openapi.DeleteAnnotationResponse, error)
func (*LocalOpenAPIService) IngestTraces ¶
func (l *LocalOpenAPIService) IngestTraces(ctx context.Context, req *openapi.IngestTracesRequest, callOptions ...callopt.Option) (*openapi.IngestTracesResponse, error)
func (*LocalOpenAPIService) ListPreSpanOApi ¶
func (l *LocalOpenAPIService) ListPreSpanOApi(ctx context.Context, req *openapi.ListPreSpanOApiRequest, callOptions ...callopt.Option) (*openapi.ListPreSpanOApiResponse, error)
func (*LocalOpenAPIService) ListSpansOApi ¶
func (l *LocalOpenAPIService) ListSpansOApi(ctx context.Context, req *openapi.ListSpansOApiRequest, callOptions ...callopt.Option) (*openapi.ListSpansOApiResponse, error)
func (*LocalOpenAPIService) ListTracesOApi ¶
func (l *LocalOpenAPIService) ListTracesOApi(ctx context.Context, req *openapi.ListTracesOApiRequest, callOptions ...callopt.Option) (*openapi.ListTracesOApiResponse, error)
func (*LocalOpenAPIService) ListTrajectoryOApi ¶
func (l *LocalOpenAPIService) ListTrajectoryOApi(ctx context.Context, req *openapi.ListTrajectoryOApiRequest, callOptions ...callopt.Option) (*openapi.ListTrajectoryOApiResponse, error)
func (*LocalOpenAPIService) OtelIngestTraces ¶
func (l *LocalOpenAPIService) OtelIngestTraces(ctx context.Context, req *openapi.OtelIngestTracesRequest, callOptions ...callopt.Option) (*openapi.OtelIngestTracesResponse, error)
func (*LocalOpenAPIService) SearchTraceOApi ¶
func (l *LocalOpenAPIService) SearchTraceOApi(ctx context.Context, req *openapi.SearchTraceOApiRequest, callOptions ...callopt.Option) (*openapi.SearchTraceOApiResponse, error)
func (*LocalOpenAPIService) SearchTraceTreeOApi ¶
func (l *LocalOpenAPIService) SearchTraceTreeOApi(ctx context.Context, req *openapi.SearchTraceTreeOApiRequest, callOptions ...callopt.Option) (*openapi.SearchTraceTreeOApiResponse, error)
Click to show internal directories.
Click to hide internal directories.