cmd

package
v4.0.52 Latest Latest
Warning

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

Go to latest
Published: Nov 11, 2020 License: MIT Imports: 37 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Execute

func Execute(v, c, d string)

Execute adds all child commands to the root command and sets flags appropriately. This is called by main.main(). It only needs to happen once to the rootCmd.

Types

type DBChange

type DBChange struct {
	// Action the action that was taken
	Action string `json:"action" codec:"action" bson:"action" yaml:"action" faker:"-"`
	// Data the data payload of the change
	Data string `json:"data" codec:"data" bson:"data" yaml:"data" faker:"-"`
}

DBChange event

type Integration

type Integration struct {
	// RefType the reference type
	RefType string `json:"ref_type" codec:"ref_type" bson:"ref_type" yaml:"ref_type" faker:"-"`
	// UpdatedAt the date the integration was last updated
	UpdatedAt int64 `json:"updated_ts" codec:"updated_ts" bson:"updated_ts" yaml:"updated_ts" faker:"-"`
	// Version the latest version that was published
	Version string `json:"version" codec:"version" bson:"version" yaml:"version" faker:"-"`
}

Integration A registry integration

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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