scope

package
v0.0.0-...-a112a03 Latest Latest
Warning

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

Go to latest
Published: Jul 18, 2024 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func PrintProgramScope

func PrintProgramScope(programScope []ProgramData, outputFlags string, delimiter string)

Types

type ProgramData

type ProgramData struct {
	Url        string         `json:"url"`
	Name       string         `json:"name"`
	InScope    []ScopeElement `json:"assets"`
	OutOfScope []ScopeElement `json:"-"`
}

type ScopeElement

type ScopeElement struct {
	Target      string `json:"name"`
	Description string `json:"description"`
	Category    string `json:"category"`
}

Jump to

Keyboard shortcuts

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