Exemple #1
0
// Run makes the HTTP request corresponding to the DeleteBottleCommand command.
func (cmd *DeleteBottleCommand) Run(c *client.Client) (*http.Response, error) {
	return c.DeleteBottle(cmd.Path)
}