コード例 #1
0
ファイル: commands.go プロジェクト: derekperkins/gorma
// Run makes the HTTP request corresponding to the ListBottleCommand command.
func (cmd *ListBottleCommand) Run(c *client.Client) (*http.Response, error) {
	return c.ListBottle(cmd.Path, cmd.Years)
}