endpoints

package
v0.0.0-...-2caf503 Latest Latest
Warning

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

Go to latest
Published: Sep 28, 2023 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Overview

Package endpoints implements the 'list endpoints' sub-command.

Index

Constants

This section is empty.

Variables

View Source
var (
	// Command performs the "list endpoints" function
	Command = &cobra.Command{
		Use:     "endpoints",
		Aliases: []string{"endpoint"},
		Short:   "List API endpoints",
		Long:    `Prints a list of API endpoints you have used so far`,
		Run:     listEndpoints,
	}
)

Functions

This section is empty.

Types

type Arguments

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

Arguments are the arguments we pass to the actual functions listing endpoints and printing endpoints lists TODO: apiEndpoint is the only argument used. The rest can be removed.

Jump to

Keyboard shortcuts

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