schema

package
v0.0.0-...-376a21c Latest Latest
Warning

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

Go to latest
Published: Oct 11, 2022 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AnalyzerInfo

type AnalyzerInfo interface {
	// GetBody function returns the body of the
	// web page.
	GetBody() string

	// GetHost function returns the host of the
	// web page.
	GetHost() string
}

func NewAnalyzerInfo

func NewAnalyzerInfo(body string, host string) AnalyzerInfo

NewAnalyzerInfo function constructs the object by getting the attributes.

Jump to

Keyboard shortcuts

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