client

package
v0.0.0-...-e560ebb Latest Latest
Warning

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

Go to latest
Published: Jul 13, 2021 License: BSD-3-Clause Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var CheckServer = &subcommands.Command{
	UsageLine: `check-server`,
	ShortDesc: `health check for server`,
	LongDesc:  `Check the health of the Karte server.`,
	CommandRun: func() subcommands.CommandRun {
		r := &checkServerRun{}
		r.authFlags.Register(&r.Flags, site.DefaultAuthOptions)

		return r
	},
}

CheckServer checks the status of the Karte server.

View Source
var ListActions = &subcommands.Command{
	UsageLine: `list-actions`,
	ShortDesc: "list actions",
	LongDesc:  "List all actions on the karte server.",
	CommandRun: func() subcommands.CommandRun {
		r := &listActionsRun{}
		r.authFlags.Register(&r.Flags, site.DefaultAuthOptions)

		return r
	},
}

ListActions command lists all actions in Karte.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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