Versions in this module Expand all Collapse all v0 v0.1.1 Sep 8, 2016 Changes in this version + const CHUNK_SIZE + const DATABASE + const HANDLER + const SPORT + const TABLE + func InitPushServer(port int, cluster []string) *r.PushServer + type FileProcessor struct + func (p FileProcessor) Process(name string, files map[string][]byte) ([]r.DBInsert, error) + type PullClient struct + Client *r.PullClient + func InitPullClient(cluster []string) *PullClient + func (c *PullClient) Pull(name string) []byte + type PushClient struct + Client *r.PushClient + func InitPushClient(saddr string) *PushClient + func (c *PushClient) PushFiles(name, fname, ftype string)