nextbus

package
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Jun 5, 2020 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (

	// RootCmd is the command line interface to interact with the NextBus API
	RootCmd = &cobra.Command{
		Use:   "nextbus",
		Short: "Command line interface to interact with the NextBus API",
		RunE: func(cmd *cobra.Command, args []string) error {
			client.GetVehicleLocations(agencyTag)
			return errors.New("not implemented")
		},
	}
)

Functions

func Execute

func Execute() error

Execute the root command line interface

Types

This section is empty.

Jump to

Keyboard shortcuts

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