Documentation
¶
Index ¶
- type Downloader
- 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 Modem
- type Service
- type ServiceClient
- type ServiceServer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Downloader ¶ added in v0.48.0
Downloader is an autogenerated mock type for the Downloader type
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 Modem ¶ added in v0.58.0
Modem is an autogenerated mock type for the Modem type
func (*Modem) AddService ¶ added in v0.58.0
AddService provides a mock function with given fields: name, runner
func (*Modem) Call ¶ added in v0.58.0
func (_m *Modem) Call(ctx context.Context, _a1 string, endpoint string, arguments map[string]interface{}, fd string) ([]byte, error)
Call provides a mock function with given fields: ctx, _a1, endpoint, arguments, fd
type Service ¶ added in v0.63.0
Service is an autogenerated mock type for the Service type
func (*Service) Call ¶ added in v0.63.0
func (_m *Service) 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