Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockEtcdServer ¶
type MockEtcdServer struct {
// contains filtered or unexported fields
}
func NewMockEtcdServer ¶
func NewMockEtcdServer(port string, t *testing.T) (*MockEtcdServer, error)
func (*MockEtcdServer) Client ¶
func (s *MockEtcdServer) Client() *clientv3.Client
func (*MockEtcdServer) Stop ¶
func (s *MockEtcdServer) Stop()
Click to show internal directories.
Click to hide internal directories.