expose e2e methods for downstream use

This commit is contained in:
deads2k
2015-08-12 15:38:51 -04:00
parent 5c08d276a0
commit 2952af0d59
3 changed files with 6 additions and 2 deletions

View File

@@ -29,7 +29,7 @@ type command struct {
component string
}
func coreDump(dir string) {
func CoreDump(dir string) {
c, err := loadClient()
if err != nil {
fmt.Printf("Error creating client: %v", err)