cmd

package
v0.0.3 Latest Latest
Warning

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

Go to latest
Published: May 22, 2020 License: GPL-3.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Commands

func Commands() []*cli.Command

Commands : Return the full set of registered commands

Types

type ApplicationConfiguration

type ApplicationConfiguration struct {
	ServerDomain string              `json:"server"`
	Name         string              `json:"app_name"`
	Scopes       []string            `json:"scopes"`
	Website      string              `json:"website"`
	Client       ClientConfiguration `json:"client"`
}

ApplicationConfiguration : Application Configuration Information

type ClientConfiguration

type ClientConfiguration struct {
	ID     string `json:"id"`
	Secret string `json:"secret"`
}

ClientConfiguration : Client Configuration Information

Jump to

Keyboard shortcuts

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