Versions in this module Expand all Collapse all v0 v0.11.11 Jun 28, 2015 v0.11.10 Jun 21, 2015 Changes in this version + const APIKey + func AwaitSync(folder string, ps ...*Process) + func InSync(folder string, ps ...*Process) bool + type Event struct + Data interface{} + ID int + Time time.Time + Type string + type Model struct + GlobalBytes int + GlobalDeleted int + GlobalFiles int + InSyncBytes int + InSyncFiles int + Invalid string + LocalBytes int + LocalDeleted int + LocalFiles int + NeedBytes int + NeedFiles int + State string + StateChanged time.Time + Version int + type Process struct + func NewProcess(addr string) *Process + func (p *Process) AwaitStartup() + func (p *Process) Events(since int) ([]Event, error) + func (p *Process) Get(path string) ([]byte, error) + func (p *Process) LogTo(filename string) error + func (p *Process) Model(folder string) (Model, error) + func (p *Process) Post(path string, data io.Reader) ([]byte, error) + func (p *Process) Rescan(folder string) error + func (p *Process) RescanDelay(folder string, delaySeconds int) error + func (p *Process) Start(bin string, args ...string) error + func (p *Process) Stop() (*os.ProcessState, error)