Documentation ¶
Overview ¶
Package mock_pdf is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockPdfInterface ¶
type MockPdfInterface struct {
// contains filtered or unexported fields
}
MockPdfInterface is a mock of PdfInterface interface.
func NewMockPdfInterface ¶
func NewMockPdfInterface(ctrl *gomock.Controller) *MockPdfInterface
NewMockPdfInterface creates a new mock instance.
func (*MockPdfInterface) EXPECT ¶
func (m *MockPdfInterface) EXPECT() *MockPdfInterfaceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockPdfInterface) SetPasswordFile ¶
func (m *MockPdfInterface) SetPasswordFile(ctx context.Context, password string, data []byte) ([]byte, error)
SetPasswordFile mocks base method.
type MockPdfInterfaceMockRecorder ¶
type MockPdfInterfaceMockRecorder struct {
// contains filtered or unexported fields
}
MockPdfInterfaceMockRecorder is the mock recorder for MockPdfInterface.
func (*MockPdfInterfaceMockRecorder) SetPasswordFile ¶
func (mr *MockPdfInterfaceMockRecorder) SetPasswordFile(ctx, password, data any) *gomock.Call
SetPasswordFile indicates an expected call of SetPasswordFile.
Click to show internal directories.
Click to hide internal directories.