trace

package
v0.0.0-...-f420c12 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 10, 2022 License: BSD-2-Clause Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type NoopTracer

type NoopTracer struct{}

func (NoopTracer) TraceField

func (NoopTracer) TraceField(ctx context.Context, label, typeName, fieldName string, trivial bool, args map[string]interface{}) (context.Context, TraceFieldFinishFunc)

func (NoopTracer) TraceQuery

func (NoopTracer) TraceQuery(ctx context.Context, queryString string, operationName string, variables interface{}, varTypes map[string]*introspection.Type) (context.Context, TraceQueryResponse, TraceQueryFinishFunc)

type OpenTracingTracer

type OpenTracingTracer struct{}

func (OpenTracingTracer) TraceField

func (OpenTracingTracer) TraceField(ctx context.Context, label, typeName, fieldName string, trivial bool, args map[string]interface{}) (context.Context, TraceFieldFinishFunc)

func (OpenTracingTracer) TraceQuery

func (OpenTracingTracer) TraceQuery(ctx context.Context, queryString string, operationName string, variables interface{}, varTypes map[string]*introspection.Type) (context.Context, TraceQueryResponse, TraceQueryFinishFunc)

type TraceFieldFinishFunc

type TraceFieldFinishFunc func(*qerrors.Error)

type TraceQueryFinishFunc

type TraceQueryFinishFunc func()

type TraceQueryResponse

type TraceQueryResponse func(qerrors.ErrorList)

type Tracer

type Tracer interface {
	TraceQuery(ctx context.Context, queryString string, operationName string, variables interface{}, varTypes map[string]*introspection.Type) (context.Context, TraceQueryResponse, TraceQueryFinishFunc)
	TraceField(ctx context.Context, label, typeName, fieldName string, trivial bool, args map[string]interface{}) (context.Context, TraceFieldFinishFunc)
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL