Versions in this module Expand all Collapse all v0 v0.4.1 Feb 20, 2015 Changes in this version + type Client struct + func NewClient(url string) *Client + func (client *Client) Branch(commit, branch string) error + func (client *Client) Commit(branch, commit string, run bool) error + func (client *Client) MakeJob(branch, name string, job mapreduce.Job) error