aboutsummaryrefslogtreecommitdiffhomepage
path: root/vendor/github.com/hashicorp/go-getter/get_mock.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/hashicorp/go-getter/get_mock.go')
-rw-r--r--vendor/github.com/hashicorp/go-getter/get_mock.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/vendor/github.com/hashicorp/go-getter/get_mock.go b/vendor/github.com/hashicorp/go-getter/get_mock.go
index 882e694..e2a98ea 100644
--- a/vendor/github.com/hashicorp/go-getter/get_mock.go
+++ b/vendor/github.com/hashicorp/go-getter/get_mock.go
@@ -6,6 +6,8 @@ import (
6 6
7// MockGetter is an implementation of Getter that can be used for tests. 7// MockGetter is an implementation of Getter that can be used for tests.
8type MockGetter struct { 8type MockGetter struct {
9 getter
10
9 // Proxy, if set, will be called after recording the calls below. 11 // Proxy, if set, will be called after recording the calls below.
10 // If it isn't set, then the *Err values will be returned. 12 // If it isn't set, then the *Err values will be returned.
11 Proxy Getter 13 Proxy Getter