list

package
v0.2.2 Latest Latest
Warning

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

Go to latest
Published: Jan 18, 2022 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RegisterCommand

func RegisterCommand() *cli.Command

Types

type ListsResult

type ListsResult struct {
	CurrentPage  int                  `json:"current_page"`
	FirstPageUrl string               `json:"first_page_url,omitempty"`
	From         int                  `json:"from"`
	NextPageUrl  string               `json:"next_page_url,omitempty"`
	Path         string               `json:"path"`
	PerPage      int                  `json:"per_page"`
	PrevPageUrl  string               `json:"prev_page_url,omitempty"`
	To           int                  `json:"to"`
	Jobs         []api.SpreadsheetJob `json:"data"`
	Error        string               `json:"error,omitempty"`
}

Jump to

Keyboard shortcuts

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