Ejemplo n.º 1
0
func ProcessSubscribeEntry(returnConfig *operations.SubscribeReturnConfig,
	key types.Key, value types.Array,
	hashes hashes.Hashes, out *operations.NotificationSubscribe) {

	out.Deleted = value == nil
	ProcessScanEntry(&returnConfig.ReturnConfig, key, value,
		hashes, &out.ScanEntry)
}