Пример #1
0
func readKey(key string, kvs kvstore.KVStore) ([]byte, error) {
	log.Info("Read key " + key)
	return kvs.Get(key)
}