datastore

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Aug 30, 2018 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Cmd

type Cmd struct {
	*opts.Opts

	FilterCmd FilterCmd `command:"filter" description:"For filtering results"`
	LabelsCmd LabelsCmd `command:"labels" description:"For listing all labels"`
}

func New

func New(app *cmdopts.Opts, release *releaseopts.Opts) *Cmd

type CmdOpts

type CmdOpts struct {
	AppOpts       *cmdopts.Opts     `no-flag:"true"`
	ReleaseOpts   *releaseopts.Opts `no-flag:"true"`
	DatastoreOpts *opts.Opts        `no-flag:"true"`
}

type FilterCmd

type FilterCmd struct {
	setter.AppConfig `no-flag:"true"`
	*CmdOpts         `no-flag:"true"`
}

func (*FilterCmd) Execute

func (c *FilterCmd) Execute(_ []string) error

type LabelsCmd

type LabelsCmd struct {
	setter.AppConfig `no-flag:"true"`
	*CmdOpts         `no-flag:"true"`
}

func (*LabelsCmd) Execute

func (c *LabelsCmd) Execute(_ []string) error

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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