added archive, megamillions, and powerball site logic
This commit is contained in:
@@ -5,8 +5,12 @@ import (
|
||||
"io"
|
||||
)
|
||||
|
||||
type OpenPageOptions struct {
|
||||
Referer string
|
||||
}
|
||||
|
||||
type Browser interface {
|
||||
io.Closer
|
||||
|
||||
Open(ctx context.Context, url string) (Document, error)
|
||||
Open(ctx context.Context, url string, opts OpenPageOptions) (Document, error)
|
||||
}
|
||||
|
Reference in New Issue
Block a user