cmd

package
v0.0.0-...-47ca8b6 Latest Latest
Warning

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

Go to latest
Published: Mar 5, 2024 License: MIT Imports: 30 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var RootCmd = &cobra.Command{
	Use:   "gravity-cli",
	Short: "Gravity utility",
	Long:  `gravity-cli is a command line utility of Gravity.`,
}

Functions

This section is empty.

Types

type DomainCommandContext

type DomainCommandContext struct {
	Config    *configs.Config
	Logger    *zap.Logger
	Connector *connector.Connector
	Publisher *connector.Connector
	Product   *product.Product
	Cmd       *cobra.Command
	Args      []string
}

type ProductCommandContext

type ProductCommandContext struct {
	Config    *configs.Config
	Logger    *zap.Logger
	Connector *connector.Connector
	Product   *product.Product
	Cmd       *cobra.Command
	Args      []string
}

type PubCommandContext

type PubCommandContext struct {
	Config    *configs.Config
	Logger    *zap.Logger
	Connector *connector.Connector
	Product   *product.Product
	Cmd       *cobra.Command
	Args      []string
}

type TokenCommandContext

type TokenCommandContext struct {
	Config    *configs.Config
	Logger    *zap.Logger
	Connector *connector.Connector
	Token     *token.Token
	Cmd       *cobra.Command
	Args      []string
}

Jump to

Keyboard shortcuts

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