Versions in this module Expand all Collapse all v0 v0.0.2 Mar 11, 2019 v0.0.1 Feb 26, 2019 Changes in this version + const CLIENT_VERSION + type State struct + func New(cfg *cmdconfig.Config) (*State, error) + func (d *State) Build() (contents, hash []byte, err error) + func (d *State) Index(scriptUrl, loaderUrl, binaryUrl string) (contents, hash []byte, err error) + func (d *State) Loader(binaryUrl string) (contents, hash []byte, err error) + func (d *State) Start() error