apps

package
v0.0.0-...-9453e5f Latest Latest
Warning

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

Go to latest
Published: Jun 20, 2021 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Account

func Account(_ *cli.Context) error

func GetResource

func GetResource(c *cli.Context) error

func Login

func Login(c *cli.Context) error

func Organizations

func Organizations(c *cli.Context) error

func Products

func Products(c *cli.Context) error

func PutResource

func PutResource(c *cli.Context) error

func Resources

func Resources(c *cli.Context) error

func Theme

func Theme(c *cli.Context) error

Types

type Product

type Product struct {
	ID   string `json:"id"`
	Name string `json:"name"`
}

type Resource

type Resource struct {
	ID   string `json:"id"`
	Name string `json:"name"`
	Type int    `json:"type"`
}

Jump to

Keyboard shortcuts

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