scrape

package
v0.0.0-...-1a910b2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 24, 2019 License: MIT Imports: 10 Imported by: 0

Documentation

Overview

Package scrape is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockScraper

type MockScraper struct {
	// contains filtered or unexported fields
}

MockScraper is a mock of Scraper interface

func NewMockScraper

func NewMockScraper(ctrl *gomock.Controller) *MockScraper

NewMockScraper creates a new mock instance

func (*MockScraper) EXPECT

func (m *MockScraper) EXPECT() *MockScraperMockRecorder

EXPECT returns an object that allows the caller to indicate expected use

func (*MockScraper) ScrapeImage

func (m *MockScraper) ScrapeImage(i registry.Image) error

ScrapeImage mocks base method

func (*MockScraper) ScrapeLatestImage

func (m *MockScraper) ScrapeLatestImage(i registry.Image) error

ScrapeLatestImage mocks base method

type MockScraperMockRecorder

type MockScraperMockRecorder struct {
	// contains filtered or unexported fields
}

MockScraperMockRecorder is the mock recorder for MockScraper

func (*MockScraperMockRecorder) ScrapeImage

func (mr *MockScraperMockRecorder) ScrapeImage(i interface{}) *gomock.Call

ScrapeImage indicates an expected call of ScrapeImage

func (*MockScraperMockRecorder) ScrapeLatestImage

func (mr *MockScraperMockRecorder) ScrapeLatestImage(i interface{}) *gomock.Call

ScrapeLatestImage indicates an expected call of ScrapeLatestImage

type Scraper

type Scraper interface {
	ScrapeImage(i registry.Image) error
	ScrapeLatestImage(i registry.Image) error
}

func NewScraper

func NewScraper(s store.Store) Scraper

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL