Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cli = grumble.New(&grumble.Config{ Name: "DMK", Description: "Data migration kit.", HistoryFile: "/tmp/dmk.hist", Prompt: "dmk » ", PromptColor: color.New(color.FgGreen, color.Bold), HelpHeadlineColor: color.New(color.FgGreen), HelpHeadlineUnderline: true, HelpSubCommands: true, Flags: func(f *grumble.Flags) { f.String("p", "project", "", "specify a project") f.String("d", "directory", "./", "specify a directory") }, })
Cli is the DMK CLI see http://github.com/desertbit/grumble
View Source
var DriverManager = driver.DriverManager
DriverManager manages the available database drivers.
View Source
var TunnelManager = tunnel.Manager{}
TunnelManager manages the available tunnels.
View Source
var Version = "0.0.0"
Functions ¶
func GetProjects ¶
GetProjects returns an array slice of projects.
func SetProject ¶
SetProject sets a project as the active project
Types ¶
Click to show internal directories.
Click to hide internal directories.