open-consul/consul/kvs_endpoint.go

9 lines
118 B
Go
Raw Normal View History

2014-03-31 21:15:49 +00:00
package consul
import ()
// KVS endpoint is used to manipulate the Key-Value store
type KVS struct {
srv *Server
}