aboutsummaryrefslogtreecommitdiffhomepage
path: root/hst/fsbind.go
diff options
context:
space:
mode:
Diffstat (limited to 'hst/fsbind.go')
-rw-r--r--hst/fsbind.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/hst/fsbind.go b/hst/fsbind.go
index 18d9cf74..beceecb2 100644
--- a/hst/fsbind.go
+++ b/hst/fsbind.go
@@ -26,8 +26,7 @@ type FSBind struct {
Optional bool `json:"optional,omitempty"`
}
-func (b *FSBind) Type() string { return FilesystemBind }
-func (b *FSBind) Valid() bool { return b != nil && b.Src != nil }
+func (b *FSBind) Valid() bool { return b != nil && b.Src != nil }
func (b *FSBind) Target() *container.Absolute {
if !b.Valid() {