mirror of
https://github.com/status-im/consul.git
synced 2025-02-18 00:27:04 +00:00
Fix copy-paste comments
This commit is contained in:
parent
de7fc2c7ac
commit
6cdf354270
@ -9,8 +9,8 @@ import (
|
|||||||
"github.com/mitchellh/cli"
|
"github.com/mitchellh/cli"
|
||||||
)
|
)
|
||||||
|
|
||||||
// KVDeleteCommand is a Command implementation that is used to setup
|
// KVDeleteCommand is a Command implementation that is used to delete a key or
|
||||||
// a "watch" which uses a sub-process
|
// prefix of keys from the key-value store.
|
||||||
type KVDeleteCommand struct {
|
type KVDeleteCommand struct {
|
||||||
Ui cli.Ui
|
Ui cli.Ui
|
||||||
}
|
}
|
||||||
|
@ -12,8 +12,8 @@ import (
|
|||||||
"github.com/mitchellh/cli"
|
"github.com/mitchellh/cli"
|
||||||
)
|
)
|
||||||
|
|
||||||
// KVGetCommand is a Command implementation that is used to setup
|
// KVGetCommand is a Command implementation that is used to fetch the value of
|
||||||
// a "watch" which uses a sub-process
|
// a key from the key-value store.
|
||||||
type KVGetCommand struct {
|
type KVGetCommand struct {
|
||||||
Ui cli.Ui
|
Ui cli.Ui
|
||||||
}
|
}
|
||||||
|
@ -13,8 +13,8 @@ import (
|
|||||||
"github.com/mitchellh/cli"
|
"github.com/mitchellh/cli"
|
||||||
)
|
)
|
||||||
|
|
||||||
// KVPutCommand is a Command implementation that is used to setup
|
// KVPutCommand is a Command implementation that is used to write data to the
|
||||||
// a "watch" which uses a sub-process
|
// key-value store.
|
||||||
type KVPutCommand struct {
|
type KVPutCommand struct {
|
||||||
Ui cli.Ui
|
Ui cli.Ui
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user