Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PrinterMock ¶
func (*PrinterMock) ErrPrintf ¶
func (pm *PrinterMock) ErrPrintf(format string, args ...interface{})
func (*PrinterMock) Print ¶
func (pm *PrinterMock) Print(obj interface{}) error
func (*PrinterMock) Printf ¶
func (pm *PrinterMock) Printf(format string, args ...interface{})
type ServiceMock ¶
type ServiceMock struct {
mock.Mock
Printer *PrinterMock
APM *APMMock
}
func (*ServiceMock) GetKey ¶
func (sm *ServiceMock) GetKey() string
func (*ServiceMock) GetPrinter ¶
func (sm *ServiceMock) GetPrinter() format.Printer
Click to show internal directories.
Click to hide internal directories.