pingcap / etcdv3-gateway

Gateway for etcdv3
Apache License 2.0
6 stars 4 forks source link

undefined: clientv3.SortByCreatedRev #3

Open lemon9921010 opened 7 years ago

lemon9921010 commented 7 years ago

../github.com/pingcap/etcdv3-gateway/gateway/gateway.go:128: undefined: clientv3.SortByCreatedRev ../github.com/pingcap/etcdv3-gateway/gateway/gateway.go:130: undefined: clientv3.SortByModifiedRev go run main.go report above error 128 line should be "create": clientv3.SortByCreateRevision,

130 line should be "modify": clientv3.SortByModRevision,

siddontang commented 7 years ago

@liuniansheng

We don't maintain this project anymore, now etcd has already supported gRPC and HTTP in one port.