Skip to content

Commit

Permalink
fix vet warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
apoorvam committed May 20, 2019
1 parent de5c166 commit ed6af4e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions pkg/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,6 @@ var customValidations = []customValidation{
},
}

type DirMount struct {
Src string `yaml:"src"`
Dest string `yaml:"dest"`
ReadOnly bool `yaml:"read-only"`
}

// Task describes a single task to be run in a docker container
type Task struct {
Name string `yaml:"name"`
Expand Down

0 comments on commit ed6af4e

Please sign in to comment.