Documentation ¶
Overview ¶
Package nightfallapi_mock is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NightfallAPI ¶
type NightfallAPI struct {
// contains filtered or unexported fields
}
NightfallAPI is a mock of NightfallAPI interface
func NewNightfallAPI ¶
func NewNightfallAPI(ctrl *gomock.Controller) *NightfallAPI
NewNightfallAPI creates a new mock instance
func (*NightfallAPI) EXPECT ¶
func (m *NightfallAPI) EXPECT() *NightfallAPIMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*NightfallAPI) ScanPayload ¶
func (m *NightfallAPI) ScanPayload(ctx context.Context, scanReq openapi.ScanRequestV2) ([][]openapi.ScanResponseV2, *http.Response, error)
ScanPayload mocks base method
type NightfallAPIMockRecorder ¶
type NightfallAPIMockRecorder struct {
// contains filtered or unexported fields
}
NightfallAPIMockRecorder is the mock recorder for NightfallAPI
func (*NightfallAPIMockRecorder) ScanPayload ¶
func (mr *NightfallAPIMockRecorder) ScanPayload(ctx, scanReq interface{}) *gomock.Call
ScanPayload indicates an expected call of ScanPayload
Click to show internal directories.
Click to hide internal directories.