pagecapture

package
v0.0.50 Latest Latest
Warning

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

Go to latest
Published: Feb 7, 2025 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type PageCaptureReport

type PageCaptureReport struct {
	Target      string   `json:"target" url:"target"`
	HtmlEncoded *string  `json:"html_encoded,omitempty" url:"html_encoded,omitempty"`
	Errors      []string `json:"errors,omitempty" url:"errors,omitempty"`
	// contains filtered or unexported fields
}

func (*PageCaptureReport) GetExtraProperties

func (p *PageCaptureReport) GetExtraProperties() map[string]interface{}

func (*PageCaptureReport) String

func (p *PageCaptureReport) String() string

func (*PageCaptureReport) UnmarshalJSON

func (p *PageCaptureReport) UnmarshalJSON(data []byte) error

type PageScreenshotReport

type PageScreenshotReport struct {
	Target      string   `json:"target" url:"target"`
	HtmlEncoded *string  `json:"html_encoded,omitempty" url:"html_encoded,omitempty"`
	Screenshot  *[]byte  `json:"screenshot,omitempty" url:"screenshot,omitempty"`
	Errors      []string `json:"errors,omitempty" url:"errors,omitempty"`
	// contains filtered or unexported fields
}

func (*PageScreenshotReport) GetExtraProperties

func (p *PageScreenshotReport) GetExtraProperties() map[string]interface{}

func (*PageScreenshotReport) String

func (p *PageScreenshotReport) String() string

func (*PageScreenshotReport) UnmarshalJSON

func (p *PageScreenshotReport) UnmarshalJSON(data []byte) error

Jump to

Keyboard shortcuts

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