Skip to content

Commit

Permalink
Remove unused type Source
Browse files Browse the repository at this point in the history
  • Loading branch information
tamalsaha committed Jul 4, 2017
1 parent ebee100 commit 158bdab
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions api/restic_types.go
Expand Up @@ -47,11 +47,6 @@ type FileGroup struct {
RetentionPolicy RetentionPolicy `json:"retentionPolicy,omitempty"`
}

type Source struct {
VolumeName string `json:"volumeName,omitempty"`
Path string `json:"path,omitempty"`
}

type Backend struct {
RepositorySecretName string `json:"repositorySecretName,omitempty"`

Expand Down

0 comments on commit 158bdab

Please sign in to comment.