decanus 7911449a21 test
2019-08-07 14:41:42 +02:00
2019-08-07 14:31:32 +02:00
2019-08-07 14:31:32 +02:00
2019-08-07 14:31:32 +02:00
2019-08-07 14:31:32 +02:00
2019-07-03 18:10:56 -04:00
2019-08-07 14:22:17 +02:00
2019-08-07 14:31:32 +02:00
2019-08-07 14:31:32 +02:00
2019-07-03 18:14:17 -04:00
2019-08-07 14:41:42 +02:00
2019-08-07 14:31:32 +02:00

DaSy 🌼

Version License API Reference Go Report Card Build Status

/ˈdeɪzi/

Data Sync Client

This repository implements a basic data sync client that operates on top of mvds.

Usage

Listening to messages


postchan := make(chan event.Payload)

client.Feed(protobuf.Message_POST).Subscribe(postchan)

for {
	post := <-postchan
	fmt.Printf("%+v\n", post)
}

Description
No description provided
Readme MIT 2.5 MiB
Languages
Go 90.4%
Makefile 9.6%