Skip to content

Commit

Permalink
Merge pull request #8 from appveen/dev
Browse files Browse the repository at this point in the history
flattened the folders.. i don't know why i did that. Now there is no g…
  • Loading branch information
jerrymannel authored Oct 20, 2020
2 parents 503efae + 64d7ac2 commit a69e495
Show file tree
Hide file tree
Showing 9 changed files with 90 additions and 25 deletions.
12 changes: 5 additions & 7 deletions awslib/ec2.go → aws_ec2.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package awslib
package main

import (
"bufio"
Expand All @@ -12,9 +12,7 @@ import (
"strconv"
"time"

"../lib"

"github.com/AlecAivazis/survey"
"github.com/AlecAivazis/survey/v2"
"github.com/aws/aws-sdk-go/aws/session"
"github.com/aws/aws-sdk-go/service/ec2"
"github.com/fatih/color"
Expand Down Expand Up @@ -63,7 +61,7 @@ func (e *EC2) Init(sess *session.Session, reload bool, quickConnect int) {
}{}

err := survey.Ask(qs, &answer)
lib.Check(err)
Check(err)
fmt.Println(answer.Selection)
server = servers[answer.Selection-1]
} else if quickConnect > len(servers) {
Expand All @@ -78,7 +76,7 @@ func (e *EC2) Init(sess *session.Session, reload bool, quickConnect int) {
cmd.Stdin = os.Stdin
cmd.Stderr = os.Stderr
err := cmd.Run()
lib.Check(err)
Check(err)
}

func sortServers(servers []Server) []Server {
Expand Down Expand Up @@ -174,7 +172,7 @@ func fetchEC2Instances(sess *session.Session) {
svc := ec2.New(sess)
input := &ec2.DescribeInstancesInput{}
results, err := svc.DescribeInstances(input)
lib.Check(err)
Check(err)

counter := 1

Expand Down
2 changes: 1 addition & 1 deletion data/regions.go → data_regions.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package data
package main

import "sort"

Expand Down
10 changes: 10 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
module github.com/appveen/avconnect

go 1.13

require (
github.com/AlecAivazis/survey/v2 v2.1.1
github.com/aws/aws-sdk-go v1.35.10
github.com/fatih/color v1.9.0
github.com/olekukonko/tablewriter v0.0.4
)
61 changes: 61 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
github.com/AlecAivazis/survey v1.8.8 h1:Y4yypp763E8cbqb5RBqZhGgkCFLRFnbRBHrxnpMMsgQ=
github.com/AlecAivazis/survey/v2 v2.1.1 h1:LEMbHE0pLj75faaVEKClEX1TM4AJmmnOh9eimREzLWI=
github.com/AlecAivazis/survey/v2 v2.1.1/go.mod h1:9FJRdMdDm8rnT+zHVbvQT2RTSTLq0Ttd6q3Vl2fahjk=
github.com/Netflix/go-expect v0.0.0-20180615182759-c93bf25de8e8 h1:xzYJEypr/85nBpB11F9br+3HUrpgb+fcm5iADzXXYEw=
github.com/Netflix/go-expect v0.0.0-20180615182759-c93bf25de8e8/go.mod h1:oX5x61PbNXchhh0oikYAH+4Pcfw5LKv21+Jnpr6r6Pc=
github.com/aws/aws-sdk-go v1.35.10 h1:FsJtrOS7P+Qmq1rPTGgS/+qC1Y9eGuAJHvAZpZlhmb4=
github.com/aws/aws-sdk-go v1.35.10/go.mod h1:tlPOdRjfxPBpNIwqDj61rmsnA85v9jc0Ps9+muhnW+k=
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/fatih/color v1.9.0 h1:8xPHl4/q1VyqGIPif1F+1V3Y3lSmrq01EabUW3CoW5s=
github.com/fatih/color v1.9.0/go.mod h1:eQcE1qtQxscV5RaZvpXrrb8Drkc3/DdQ+uUYCNjL+zU=
github.com/hinshun/vt10x v0.0.0-20180616224451-1954e6464174 h1:WlZsjVhE8Af9IcZDGgJGQpNflI3+MJSBhsgT5PCtzBQ=
github.com/hinshun/vt10x v0.0.0-20180616224451-1954e6464174/go.mod h1:DqJ97dSdRW1W22yXSB90986pcOyQ7r45iio1KN2ez1A=
github.com/jmespath/go-jmespath v0.4.0 h1:BEgLn5cpjn8UN1mAw4NjwDrS35OdebyEtFe+9YPoQUg=
github.com/jmespath/go-jmespath v0.4.0/go.mod h1:T8mJZnbsbmF+m6zOOFylbeCJqk5+pHWvzYPziyZiYoo=
github.com/jmespath/go-jmespath/internal/testify v1.5.1 h1:shLQSRRSCCPj3f2gpwzGwWFoC7ycTf1rcQZHOlsJ6N8=
github.com/jmespath/go-jmespath/internal/testify v1.5.1/go.mod h1:L3OGu8Wl2/fWfCI6z80xFu9LTZmf1ZRjMHUOPmWr69U=
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 h1:Z9n2FFNUXsshfwJMBgNA0RU6/i7WVaAegv3PtuIHPMs=
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51/go.mod h1:CzGEWj7cYgsdH8dAjBGEr58BoE7ScuLd+fwFZ44+/x8=
github.com/kr/pty v1.1.4 h1:5Myjjh3JY/NaAi4IsUbHADytDyl1VE1Y9PXDlL+P/VQ=
github.com/kr/pty v1.1.4/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ=
github.com/mattn/go-colorable v0.1.2 h1:/bC9yWikZXAL9uJdulbSfyVNIR3n3trXl+v8+1sx8mU=
github.com/mattn/go-colorable v0.1.2/go.mod h1:U0ppj6V5qS13XJ6of8GYAs25YV2eR4EVcfRqFIhoBtE=
github.com/mattn/go-colorable v0.1.4 h1:snbPLB8fVfU9iwbbo30TPtbLRzwWu6aJS6Xh4eaaviA=
github.com/mattn/go-colorable v0.1.4/go.mod h1:U0ppj6V5qS13XJ6of8GYAs25YV2eR4EVcfRqFIhoBtE=
github.com/mattn/go-isatty v0.0.8 h1:HLtExJ+uU2HOZ+wI0Tt5DtUDrx8yhUqDcp7fYERX4CE=
github.com/mattn/go-isatty v0.0.8/go.mod h1:Iq45c/XA43vh69/j3iqttzPXn0bhXyGjM0Hdxcsrc5s=
github.com/mattn/go-isatty v0.0.11 h1:FxPOTFNqGkuDUGi3H/qkUbQO4ZiBa2brKq5r0l8TGeM=
github.com/mattn/go-isatty v0.0.11/go.mod h1:PhnuNfih5lzO57/f3n+odYbM4JtupLOxQOAqxQCu2WE=
github.com/mattn/go-runewidth v0.0.7 h1:Ei8KR0497xHyKJPAv59M1dkC+rOZCMBJ+t3fZ+twI54=
github.com/mattn/go-runewidth v0.0.7/go.mod h1:H031xJmbD/WCDINGzjvQ9THkh0rPKHF+m2gUSrubnMI=
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b h1:j7+1HpAFS1zy5+Q4qx1fWh90gTKwiN4QCGoY9TWyyO4=
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b/go.mod h1:01TrycV0kFyexm33Z7vhZRXopbI8J3TDReVlkTgMUxE=
github.com/olekukonko/tablewriter v0.0.4 h1:vHD/YYe1Wolo78koG299f7V/VAS08c6IpCLn+Ejf/w8=
github.com/olekukonko/tablewriter v0.0.4/go.mod h1:zq6QwlOf5SlnkVbMSr5EoBv3636FWnp+qbPhuoO21uA=
github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
github.com/stretchr/testify v1.2.1 h1:52QO5WkIUcHGIR7EnGagH88x1bUzqGXTC5/1bDTUQ7U=
github.com/stretchr/testify v1.2.1/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXfy6kDkUVs=
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=
golang.org/x/crypto v0.0.0-20190530122614-20be4c3c3ed5 h1:8dUaAV7K4uHsF56JQWkprecIQKdPHtR9jCHF5nB8uzc=
golang.org/x/crypto v0.0.0-20190530122614-20be4c3c3ed5/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI=
golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg=
golang.org/x/net v0.0.0-20200202094626-16171245cfb2 h1:CCH4IOTTfewWjGOlSp+zGcjutRKlBEZQ6wTn8ozI/nI=
golang.org/x/net v0.0.0-20200202094626-16171245cfb2/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s=
golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
golang.org/x/sys v0.0.0-20190222072716-a9d3bda3a223/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
golang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
golang.org/x/sys v0.0.0-20190530182044-ad28b68e88f1 h1:R4dVlxdmKenVdMRS/tTspEpSTRWINYrHD8ySIU9yCIU=
golang.org/x/sys v0.0.0-20190530182044-ad28b68e88f1/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
golang.org/x/sys v0.0.0-20191026070338-33540a1f6037 h1:YyJpGZS1sBuBCzLAR1VEpK193GlqGZbnPFnPV/5Rsb4=
golang.org/x/sys v0.0.0-20191026070338-33540a1f6037/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
golang.org/x/text v0.3.0 h1:g61tztE5qeGQ89tm6NTjjM9VPIm088od1l6aSorWRWg=
golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM=
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
gopkg.in/yaml.v2 v2.2.8 h1:obN1ZagJSUGI0Ek/LBmuj4SNLPfIny3KsKFopxRdj10=
gopkg.in/yaml.v2 v2.2.8/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI=
4 changes: 2 additions & 2 deletions lib/credentialHandler.go → lib_credentialHandler.go
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
package lib
package main

import (
"fmt"
"os"
"path"
"path/filepath"

"github.com/AlecAivazis/survey"
"github.com/AlecAivazis/survey/v2"
"github.com/fatih/color"
)

Expand Down
14 changes: 6 additions & 8 deletions lib/regionHandler.go → lib_regionHandler.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package lib
package main

import (
"bufio"
Expand All @@ -7,9 +7,7 @@ import (
"path"
"path/filepath"

"../data"

"github.com/AlecAivazis/survey"
"github.com/AlecAivazis/survey/v2"
"github.com/fatih/color"
)

Expand All @@ -21,7 +19,7 @@ func (rh *RegionHandler) setRegion() {

var prompt = &survey.Select{
Message: "Select your region ",
Options: data.GetHoomanReadableRegionList(),
Options: GetHoomanReadableRegionList(),
}

region := ""
Expand All @@ -31,7 +29,7 @@ func (rh *RegionHandler) setRegion() {
panic("No region selected!")
}

region = data.GetRegionCode(region)
region = GetRegionCode(region)

homeDir, _ := filepath.Abs(filepath.Dir(os.Args[0]))
configFile := path.Join(homeDir, "config")
Expand All @@ -51,8 +49,8 @@ func (rh *RegionHandler) getRegion() string {
scanner := bufio.NewScanner(file)
scanner.Scan()
region := scanner.Text()
data.CheckRegionCode(region)
fmt.Printf("Region: %s\n", color.GreenString(data.GetHoomanReadableRegionName(region)))
CheckRegionCode(region)
fmt.Printf("Region: %s\n", color.GreenString(GetHoomanReadableRegionName(region)))
return region
}

Expand Down
2 changes: 1 addition & 1 deletion lib/utils.go → lib_utils.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package lib
package main

// Check - display error
func Check(e error) {
Expand Down
8 changes: 3 additions & 5 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ import (
"flag"
"fmt"

"./awslib"
"./lib"
"github.com/aws/aws-sdk-go/aws"
"github.com/aws/aws-sdk-go/aws/credentials"
"github.com/aws/aws-sdk-go/aws/session"
Expand All @@ -18,8 +16,8 @@ func main() {
fmt.Println("Reload:", *reloadPtr)
fmt.Println("Connect:", *connectPtr)

var credentialHandler = lib.CredentialHandler{}
var regionHandler = lib.RegionHandler{}
var credentialHandler = CredentialHandler{}
var regionHandler = RegionHandler{}
credentialHandler.InitCreds()
region := regionHandler.InitRegion()

Expand All @@ -32,6 +30,6 @@ func main() {
panic("Error creating session")
}

var ec2Instances = awslib.EC2{}
var ec2Instances = EC2{}
ec2Instances.Init(sess, *reloadPtr, *connectPtr)
}
2 changes: 1 addition & 1 deletion models/regions.go → models_regions.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package models
package main

type regions struct {
Name string `json:"name"`
Expand Down

0 comments on commit a69e495

Please sign in to comment.