diff options
Diffstat (limited to 'vm/proxyapp/mocks/ProxyAppInterface.go')
| -rw-r--r-- | vm/proxyapp/mocks/ProxyAppInterface.go | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/vm/proxyapp/mocks/ProxyAppInterface.go b/vm/proxyapp/mocks/ProxyAppInterface.go index 38f4f1418..95a86a8da 100644 --- a/vm/proxyapp/mocks/ProxyAppInterface.go +++ b/vm/proxyapp/mocks/ProxyAppInterface.go @@ -96,6 +96,20 @@ func (_m *ProxyAppInterface) Forward(in proxyrpc.ForwardParams, out *proxyrpc.Fo return r0 } +// PoolLogs provides a mock function with given fields: in, out +func (_m *ProxyAppInterface) PoolLogs(in proxyrpc.PoolLogsParam, out *proxyrpc.PoolLogsReply) error { + ret := _m.Called(in, out) + + var r0 error + if rf, ok := ret.Get(0).(func(proxyrpc.PoolLogsParam, *proxyrpc.PoolLogsReply) error); ok { + r0 = rf(in, out) + } else { + r0 = ret.Error(0) + } + + return r0 +} + // RunReadProgress provides a mock function with given fields: in, out func (_m *ProxyAppInterface) RunReadProgress(in proxyrpc.RunReadProgressParams, out *proxyrpc.RunReadProgressReply) error { ret := _m.Called(in, out) |
