wrapper

package
v0.59.2 Latest Latest
Warning

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

Go to latest
Published: Nov 26, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

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

Client is the wrapper around google's go-github client

func NewClient

func NewClient() (Client, error)

NewClient returns an actual github client

func (Client) GetPDFOfPage

func (c Client) GetPDFOfPage(page, storePath string) ([]byte, error)

func (Client) Stop

func (c Client) Stop() error

type Wrapper

type Wrapper interface {
	Stop() error
	GetPDFOfPage(string, string) ([]byte, error)
}

Wrapper is the wrapper interface that allows the playwright client to be pluggable

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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