MCPcopy Create free account
hub / github.com/Masterminds/structable / cxdie

Function cxdie

schema2struct/schema2struct.go:105–108  ·  view source on GitHub ↗
(c *cli.Context, err error)

Source from the content-addressed store, hash-verified

103}
104
105func cxdie(c *cli.Context, err error) {
106 fmt.Fprintf(os.Stderr, "Failed to connect to %s (type %s): %s", conn(c), driver(c), err)
107 os.Exit(1)
108}
109
110var funcMap = map[string]interface{}{
111 "ann": func(tag, val string) string {

Callers 1

importTablesFunction · 0.85

Calls 2

connFunction · 0.85
driverFunction · 0.85

Tested by

no test coverage detected