trace

package
v0.0.0-...-b185de5 Latest Latest
Warning

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

Go to latest
Published: Oct 6, 2020 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 map[string]interface{}, varTypes map[string]*introspection.Type) (context.Context, TraceQueryFinishFunc)

type NoopValidationTracer

type NoopValidationTracer struct{}

func (NoopValidationTracer) TraceValidation

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 map[string]interface{}, varTypes map[string]*introspection.Type) (context.Context, TraceQueryFinishFunc)

type TraceFieldFinishFunc

type TraceFieldFinishFunc func(*errors.QueryError)

type TraceQueryFinishFunc

type TraceQueryFinishFunc func([]*errors.QueryError)

type TraceValidationFinishFunc

type TraceValidationFinishFunc = TraceQueryFinishFunc

type Tracer

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

type ValidationTracer

type ValidationTracer interface {
	TraceValidation() TraceValidationFinishFunc
}

Jump to

Keyboard shortcuts

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