add kit service for workflows

This commit is contained in:
Victor Vrantchan
2016-05-03 15:54:27 -04:00
parent 821f702f05
commit 4dfd04fd8d
11 changed files with 421 additions and 29 deletions

View File

@@ -17,7 +17,7 @@ import (
var (
// ErrEmptyRequest is returned if the request body is empty
ErrEmptyRequest = errors.New("Request must contain UDID of the device")
ErrEmptyRequest = errors.New("request must contain UDID of the device")
errBadRouting = errors.New("inconsistent mapping between route and handler (programmer error)")
)