package
2.0.0
Repository: https://github.com/aws/aws-xray-sdk-go.git
Documentation: pkg.go.dev

# Packages

Package awserr represents API error interface accessors for the SDK.

# Functions

NewTimer creates a new Timer that will send the current time on its channel.

# Structs

DefaultClock is an implementation of Clock interface.
DefaultRand is an implementation of Rand interface.
MockClock is a struct to record current time.
MockRand is an implementation of Rand interface.
Timer is the same as time.Timer except that it has jitters.

# Interfaces

Clock provides an interface to implement method for getting current time.
Rand is an interface for a set of methods that return random value.