cmdexportonboarddata

package
v3.1.12+incompatible Latest Latest
Warning

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

Go to latest
Published: Apr 29, 2020 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Run

func Run(opts Opts) error

Types

type DataCalendars

type DataCalendars []map[string]interface{}

type DataProjects

type DataProjects []map[string]interface{}

type DataRepos

type DataRepos []map[string]interface{}

type DataUsers

type DataUsers struct {
	Users []map[string]interface{} `json:"users"`
	Teams []map[string]interface{} `json:"teams"`
}

type DataWorkConfig

type DataWorkConfig map[string]interface{}

type Opts

type Opts struct {
	cmdintegration.Opts
	Output     io.Writer
	ExportType rpcdef.OnboardExportType
}

type Result

type Result struct {
	Success bool        `json:"success"`
	Error   string      `json:"error"`
	Data    interface{} `json:"data"`
}

Jump to

Keyboard shortcuts

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