Skip to content

Commit

Permalink
remove unused struct
Browse files Browse the repository at this point in the history
  • Loading branch information
karimra committed Nov 19, 2020
1 parent baa7548 commit b8c0f00
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions clab/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,6 @@ type Config struct {
ConfigPath string `yaml:"config_path,omitempty"`
}

type volume struct {
Source string
Destination string
ReadOnly bool
}

// Node is a struct that contains the information of a container element
type Node struct {
ShortName string
Expand Down

0 comments on commit b8c0f00

Please sign in to comment.