chain

package
v0.0.3 Latest Latest
Warning

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

Go to latest
Published: Jun 27, 2019 License: GPL-3.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type InvokeChainContext

type InvokeChainContext struct {
	ChainId uint32
	Stages  []StageContext
}

type StageContext

type StageContext struct {
	Start     time.Time
	End       time.Time
	Error     string
	Code      uint32
	ServiceId discover.GUID
}

type Tracer

type Tracer interface {
	PreviousInvoke() *StageContext
	IsInternalInvoke() bool

	CalculateTime() time.Duration
	// contains filtered or unexported methods
}

Jump to

Keyboard shortcuts

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