Documentation ¶
Index ¶
- type AccessLogEntry
- type MockServer
- func (m *MockServer) Restart(ctx context.Context, MockServerId string) error
- func (m *MockServer) ServerWait(ctx context.Context, MockServerId string) (<-chan container.ContainerWaitOKBody, <-chan error)
- func (m *MockServer) Start(ctx context.Context) (string, error)
- func (m *MockServer) Stop(ctx context.Context, MockServerId string) error
- func (m *MockServer) StreamLogs(ctx context.Context, containerId string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccessLogEntry ¶
type MockServer ¶
type MockServer struct { LogCh chan AccessLogEntry ErrCh chan error // contains filtered or unexported fields }
func (*MockServer) Restart ¶
func (m *MockServer) Restart(ctx context.Context, MockServerId string) error
func (*MockServer) ServerWait ¶
func (m *MockServer) ServerWait(ctx context.Context, MockServerId string) (<-chan container.ContainerWaitOKBody, <-chan error)
func (*MockServer) StreamLogs ¶
func (m *MockServer) StreamLogs(ctx context.Context, containerId string)
Click to show internal directories.
Click to hide internal directories.