Documentation ¶ Index ¶ Constants func TestingDeadline(t errs.Testing) time.Duration type TC func Context(t errs.Testing, ctx context.Context, startTO, termTO time.Duration) *TC func (tc *TC) Cancel() func (tc *TC) Starting() context.Context func (tc *TC) Terminating() context.Context Constants ¶ View Source const DefaultTestTimeout = time.Minute * 5 Variables ¶ This section is empty. Functions ¶ func TestingDeadline ¶ func TestingDeadline(t errs.Testing) time.Duration Types ¶ type TC ¶ type TC struct { // contains filtered or unexported fields } func Context ¶ func Context(t errs.Testing, ctx context.Context, startTO, termTO time.Duration) *TC func (*TC) Cancel ¶ func (tc *TC) Cancel() func (*TC) Starting ¶ func (tc *TC) Starting() context.Context func (*TC) Terminating ¶ func (tc *TC) Terminating() context.Context Source Files ¶ View all Source files context.godeadline.go Click to show internal directories. Click to hide internal directories.