summaryrefslogtreecommitdiffstats
path: root/src/dkv/api/endpointViews_fake.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/dkv/api/endpointViews_fake.go')
-rw-r--r--src/dkv/api/endpointViews_fake.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dkv/api/endpointViews_fake.go b/src/dkv/api/endpointViews_fake.go
index c147673..ecc6466 100644
--- a/src/dkv/api/endpointViews_fake.go
+++ b/src/dkv/api/endpointViews_fake.go
@@ -78,7 +78,7 @@ func (f *FakeKeyValues) ReadConfigs(body POSTBodyStruct) error {
return nil
}
-func (f *FakeKeyValues) WriteKVsToConsul() error {
+func (f *FakeKeyValues) WriteKVsToConsul(prefix string) error {
return nil
}
@@ -91,6 +91,6 @@ func (f *FakeKeyValuesErr) ReadConfigs(body POSTBodyStruct) error {
return errors.New("Internal Server Error")
}
-func (f *FakeKeyValuesErr) WriteKVsToConsul() error {
+func (f *FakeKeyValuesErr) WriteKVsToConsul(prefix string) error {
return errors.New("Internal Server Error")
}