chore: fix lint issues

This commit is contained in:
Manfred Touron 2019-01-04 00:56:06 +01:00
parent 7ae90b9199
commit ede8b3ecf2
No known key found for this signature in database
GPG key ID: 6D4DED2EAB123456
2 changed files with 2 additions and 8 deletions

View file

@ -1,8 +1,9 @@
package bastion // import "moul.io/sshportal/pkg/bastion"
import (
"moul.io/sshportal/pkg/dbmodels"
"sort"
"moul.io/sshportal/pkg/dbmodels"
)
type byWeight []*dbmodels.ACL

View file

@ -13,13 +13,6 @@ import (
gossh "golang.org/x/crypto/ssh"
)
type forwardData struct {
DestinationHost string
DestinationPort uint32
SourceHost string
SourcePort uint32
}
type sessionConfig struct {
Addr string
Logs string