cli

package
v1.18.4 Latest Latest
Warning

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

Go to latest
Published: Oct 24, 2021 License: MPL-2.0 Imports: 33 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Run

func Run() error

Types

type APIClient

type APIClient interface {
	Get(url string) (*http.Response, error)
	Post(url, body string) (*http.Response, error)
}

type ElementHeap added in v1.16.0

type ElementHeap []SizedElement

func (ElementHeap) Len added in v1.16.0

func (h ElementHeap) Len() int

func (ElementHeap) Less added in v1.16.0

func (h ElementHeap) Less(i, j int) bool

func (*ElementHeap) Pop added in v1.16.0

func (h *ElementHeap) Pop() interface{}

func (*ElementHeap) Push added in v1.16.0

func (h *ElementHeap) Push(x interface{})

func (ElementHeap) Swap added in v1.16.0

func (h ElementHeap) Swap(i, j int)

type SizedElement added in v1.16.0

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

Jump to

Keyboard shortcuts

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