Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ReaderGzip ¶
type ReaderGzip struct {
// contains filtered or unexported fields
}
func NewReaderGzip ¶
func NewReaderGzip(main io.ReadCloser) (*ReaderGzip, error)
func (ReaderGzip) Close ¶
func (r ReaderGzip) Close() error
type Scraper ¶
type Scraper struct {
// contains filtered or unexported fields
}
func NewScraper ¶
func NewScraper(backendFactory *clients.BackendFactory, db *gorm.DB) *Scraper
func (*Scraper) GetOutboundIP ¶ added in v0.7.0
Click to show internal directories.
Click to hide internal directories.