Versions in this module Expand all Collapse all v0 v0.1.0 Aug 27, 2020 Changes in this version + func MarshalBranch(b *code_push.Branch) (bytes []byte, err error) + func MarshalEnv(e *code_push.Env) (bytes []byte, err error) + func MarshalVersion(v *code_push.Version) (bytes []byte, err error) + func UnmarshalBranch(data []byte, b *code_push.Branch) error + func UnmarshalEnv(data []byte, e *code_push.Env) error + func UnmarshalVersion(data []byte, v *code_push.Version) error