Versions in this module Expand all Collapse all v0 v0.4.1 Jan 19, 2026 v0.4.0 Jan 12, 2026 Changes in this version + type MockHttpServer struct + func NewMockHttpServer(t interface{ ... }) *MockHttpServer + func (_m *MockHttpServer) EXPECT() *MockHttpServer_Expecter + func (_mock *MockHttpServer) Serve(socketPath string) error + func (_mock *MockHttpServer) Shutdown(ctx context.Context) error + type MockHttpServer_Expecter struct + func (_e *MockHttpServer_Expecter) Serve(socketPath interface{}) *MockHttpServer_Serve_Call + func (_e *MockHttpServer_Expecter) Shutdown(ctx interface{}) *MockHttpServer_Shutdown_Call + type MockHttpServer_Serve_Call struct + func (_c *MockHttpServer_Serve_Call) Return(err error) *MockHttpServer_Serve_Call + func (_c *MockHttpServer_Serve_Call) Run(run func(socketPath string)) *MockHttpServer_Serve_Call + func (_c *MockHttpServer_Serve_Call) RunAndReturn(run func(socketPath string) error) *MockHttpServer_Serve_Call + type MockHttpServer_Shutdown_Call struct + func (_c *MockHttpServer_Shutdown_Call) Return(err error) *MockHttpServer_Shutdown_Call + func (_c *MockHttpServer_Shutdown_Call) Run(run func(ctx context.Context)) *MockHttpServer_Shutdown_Call + func (_c *MockHttpServer_Shutdown_Call) RunAndReturn(run func(ctx context.Context) error) *MockHttpServer_Shutdown_Call + type MockOSLayer struct + func NewMockOSLayer(t interface{ ... }) *MockOSLayer + func (_m *MockOSLayer) EXPECT() *MockOSLayer_Expecter + func (_mock *MockOSLayer) RemoveAll(name string) error + type MockOSLayer_Expecter struct + func (_e *MockOSLayer_Expecter) RemoveAll(name interface{}) *MockOSLayer_RemoveAll_Call + type MockOSLayer_RemoveAll_Call struct + func (_c *MockOSLayer_RemoveAll_Call) Return(err error) *MockOSLayer_RemoveAll_Call + func (_c *MockOSLayer_RemoveAll_Call) Run(run func(name string)) *MockOSLayer_RemoveAll_Call + func (_c *MockOSLayer_RemoveAll_Call) RunAndReturn(run func(name string) error) *MockOSLayer_RemoveAll_Call