mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
remove commented codes
This commit is contained in:
parent
9dc51d0412
commit
6821747763
15
command.go
15
command.go
@ -64,21 +64,6 @@ func (c *GetCommand) Apply(server *raft.Server) (interface{}, error) {
|
||||
return etcdStore.Get(c.Key)
|
||||
}
|
||||
|
||||
// List command
|
||||
// type ListCommand struct {
|
||||
// Prefix string `json:"prefix"`
|
||||
// }
|
||||
|
||||
// // The name of the list command in the log
|
||||
// func (c *ListCommand) CommandName() string {
|
||||
// return "list"
|
||||
// }
|
||||
|
||||
// // List all the keys have the given prefix path
|
||||
// func (c *ListCommand) Apply(server *raft.Server) (interface{}, error) {
|
||||
// return etcdStore.Get(c.Prefix)
|
||||
// }
|
||||
|
||||
// Delete command
|
||||
type DeleteCommand struct {
|
||||
Key string `json:"key"`
|
||||
|
Loading…
x
Reference in New Issue
Block a user