kubo/commands
2014-10-20 07:04:51 -07:00
..
command_test.go commands: Updated Command tests for new Response API 2014-10-20 07:04:51 -07:00
command.go commands: Updated Command to use Response for output rather than (interface{}, error) 2014-10-20 07:04:50 -07:00
option.go commands: Created a list of global options (for options owned by commands package) 2014-10-20 07:04:50 -07:00
request.go commands: Added Request#SetOption so we can set options with multiple names 2014-10-20 07:04:51 -07:00
response_test.go commands: Wrote tests for Response marshalling 2014-10-20 07:04:51 -07:00
response.go commands: Added marshalling to Response 2014-10-20 07:04:51 -07:00