drivers

package
v0.6.0 Latest Latest
Warning

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

Go to latest
Published: Dec 25, 2018 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func WithDynamic

func WithDynamic(ctx context.Context, drv Dynamic) context.Context

func WithStatic

func WithStatic(ctx context.Context, drv Static) context.Context

Types

type Dynamic

type Dynamic interface {
	io.Closer
	GetDocument(ctx context.Context, url values.String) (values.DHTMLDocument, error)
}

func DynamicFrom

func DynamicFrom(ctx context.Context) (Dynamic, error)

type Static

type Static interface {
	io.Closer
	GetDocument(ctx context.Context, url values.String) (values.HTMLDocument, error)
	ParseDocument(ctx context.Context, str values.String) (values.HTMLDocument, error)
}

func StaticFrom

func StaticFrom(ctx context.Context) (Static, error)

Directories

Path Synopsis
cdp

Jump to

Keyboard shortcuts

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