Documentation ¶
Index ¶
- type ProxyAppInterface
- func (_m *ProxyAppInterface) Close(in proxyrpc.CloseParams, out *proxyrpc.CloseReply) error
- func (_m *ProxyAppInterface) Copy(in proxyrpc.CopyParams, out *proxyrpc.CopyResult) error
- func (_m *ProxyAppInterface) CreateInstance(in proxyrpc.CreateInstanceParams, out *proxyrpc.CreateInstanceResult) error
- func (_m *ProxyAppInterface) CreatePool(in proxyrpc.CreatePoolParams, out *proxyrpc.CreatePoolResult) error
- func (_m *ProxyAppInterface) Diagnose(in proxyrpc.DiagnoseParams, out *proxyrpc.DiagnoseReply) error
- func (_m *ProxyAppInterface) Forward(in proxyrpc.ForwardParams, out *proxyrpc.ForwardResult) error
- func (_m *ProxyAppInterface) PoolLogs(in proxyrpc.PoolLogsParam, out *proxyrpc.PoolLogsReply) error
- func (_m *ProxyAppInterface) RunReadProgress(in proxyrpc.RunReadProgressParams, out *proxyrpc.RunReadProgressReply) error
- func (_m *ProxyAppInterface) RunStart(in proxyrpc.RunStartParams, out *proxyrpc.RunStartReply) error
- func (_m *ProxyAppInterface) RunStop(in proxyrpc.RunStopParams, out *proxyrpc.RunStopReply) error
- type SubProcessCmd
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProxyAppInterface ¶
ProxyAppInterface is an autogenerated mock type for the ProxyAppInterface type
func NewProxyAppInterface ¶
func NewProxyAppInterface(t interface { mock.TestingT Cleanup(func()) }) *ProxyAppInterface
NewProxyAppInterface creates a new instance of ProxyAppInterface. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*ProxyAppInterface) Close ¶
func (_m *ProxyAppInterface) Close(in proxyrpc.CloseParams, out *proxyrpc.CloseReply) error
Close provides a mock function with given fields: in, out
func (*ProxyAppInterface) Copy ¶
func (_m *ProxyAppInterface) Copy(in proxyrpc.CopyParams, out *proxyrpc.CopyResult) error
Copy provides a mock function with given fields: in, out
func (*ProxyAppInterface) CreateInstance ¶
func (_m *ProxyAppInterface) CreateInstance(in proxyrpc.CreateInstanceParams, out *proxyrpc.CreateInstanceResult) error
CreateInstance provides a mock function with given fields: in, out
func (*ProxyAppInterface) CreatePool ¶
func (_m *ProxyAppInterface) CreatePool(in proxyrpc.CreatePoolParams, out *proxyrpc.CreatePoolResult) error
CreatePool provides a mock function with given fields: in, out
func (*ProxyAppInterface) Diagnose ¶
func (_m *ProxyAppInterface) Diagnose(in proxyrpc.DiagnoseParams, out *proxyrpc.DiagnoseReply) error
Diagnose provides a mock function with given fields: in, out
func (*ProxyAppInterface) Forward ¶
func (_m *ProxyAppInterface) Forward(in proxyrpc.ForwardParams, out *proxyrpc.ForwardResult) error
Forward provides a mock function with given fields: in, out
func (*ProxyAppInterface) PoolLogs ¶
func (_m *ProxyAppInterface) PoolLogs(in proxyrpc.PoolLogsParam, out *proxyrpc.PoolLogsReply) error
PoolLogs provides a mock function with given fields: in, out
func (*ProxyAppInterface) RunReadProgress ¶
func (_m *ProxyAppInterface) RunReadProgress(in proxyrpc.RunReadProgressParams, out *proxyrpc.RunReadProgressReply) error
RunReadProgress provides a mock function with given fields: in, out
func (*ProxyAppInterface) RunStart ¶
func (_m *ProxyAppInterface) RunStart(in proxyrpc.RunStartParams, out *proxyrpc.RunStartReply) error
RunStart provides a mock function with given fields: in, out
func (*ProxyAppInterface) RunStop ¶
func (_m *ProxyAppInterface) RunStop(in proxyrpc.RunStopParams, out *proxyrpc.RunStopReply) error
RunStop provides a mock function with given fields: in, out
type SubProcessCmd ¶
SubProcessCmd is an autogenerated mock type for the subProcessCmd type
func NewSubProcessCmd ¶
func NewSubProcessCmd(t interface { mock.TestingT Cleanup(func()) }) *SubProcessCmd
NewSubProcessCmd creates a new instance of SubProcessCmd. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*SubProcessCmd) Start ¶
func (_m *SubProcessCmd) Start() error
Start provides a mock function with given fields:
func (*SubProcessCmd) StderrPipe ¶
func (_m *SubProcessCmd) StderrPipe() (io.ReadCloser, error)
StderrPipe provides a mock function with given fields:
func (*SubProcessCmd) StdinPipe ¶
func (_m *SubProcessCmd) StdinPipe() (io.WriteCloser, error)
StdinPipe provides a mock function with given fields:
func (*SubProcessCmd) StdoutPipe ¶
func (_m *SubProcessCmd) StdoutPipe() (io.ReadCloser, error)
StdoutPipe provides a mock function with given fields:
func (*SubProcessCmd) Wait ¶
func (_m *SubProcessCmd) Wait() error
Wait provides a mock function with given fields: