Documentation
¶
Index ¶
- type Logger
- func (_m *Logger) Crit(msg string, ctx ...interface{})
- func (_m *Logger) Debug(msg string, ctx ...interface{})
- func (_m *Logger) Error(msg string, ctx ...interface{})
- func (_m *Logger) FD() io.WriteCloser
- func (_m *Logger) Info(msg string, ctx ...interface{})
- func (_m *Logger) New(ctx ...interface{}) logger.Logger
- func (_m *Logger) Warn(msg string, ctx ...interface{})
- type Runner
- type ServiceClient
- type ServiceServer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Logger ¶
Logger is an autogenerated mock type for the Logger type
func (*Logger) FD ¶
func (_m *Logger) FD() io.WriteCloser
FD provides a mock function with given fields:
type Runner ¶ added in v0.17.0
Runner is an autogenerated mock type for the Runner type
func (*Runner) Call ¶ added in v0.19.0
func (_m *Runner) Call(_a0 context.Context, req *v1.CallRequest) (*v1.CallResponse, error)
Call provides a mock function with given fields: _a0, req
type ServiceClient ¶
ServiceClient is an autogenerated mock type for the ServiceClient type
func (*ServiceClient) Call ¶
func (_m *ServiceClient) Call(ctx context.Context, in *v1.CallRequest, opts ...grpc.CallOption) (*v1.CallResponse, error)
Call provides a mock function with given fields: ctx, in, opts
func (*ServiceClient) Init ¶
func (_m *ServiceClient) Init(ctx context.Context, in *v1.InitRequest, opts ...grpc.CallOption) (*v1.InitResponse, error)
Init provides a mock function with given fields: ctx, in, opts
type ServiceServer ¶
ServiceServer is an autogenerated mock type for the ServiceServer type
func (*ServiceServer) Call ¶
func (_m *ServiceServer) Call(_a0 context.Context, _a1 *v1.CallRequest) (*v1.CallResponse, error)
Call provides a mock function with given fields: _a0, _a1
func (*ServiceServer) Init ¶
func (_m *ServiceServer) Init(_a0 context.Context, _a1 *v1.InitRequest) (*v1.InitResponse, error)
Init provides a mock function with given fields: _a0, _a1
Click to show internal directories.
Click to hide internal directories.