indexnow

package
v1.0.6 Latest Latest
Warning

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

Go to latest
Published: Apr 11, 2023 License: MIT Imports: 19 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// RootCmd sets task command config
	RootCmd = &cobra.Command{
		Use: "indexnow",
		Run: cli.Command(afero.NewOsFs(), aveo.NewOs(), indexNowCommand),
	}
)

Functions

This section is empty.

Types

type CSVInput

type CSVInput struct {
	URL string `csv:"url"`
}

type JSONInput

type JSONInput struct {
	URLs []string `json:"urls"`
}

Jump to

Keyboard shortcuts

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