mockwait - ActiveState ActiveGo 1.8
...

Package mockwait

import "github.com/coreos/etcd/pkg/mock/mockwait"
Overview
Index

Overview ▾

Package mockwait provides mock implementations for pkg/wait.

func NewNop

func NewNop() wait.Wait

type WaitRecorder

type WaitRecorder struct {
    wait.Wait
    testutil.Recorder
}

func NewRecorder

func NewRecorder() *WaitRecorder