renamed Action method to DoAction
This commit is contained in:
2
do.go
2
do.go
@ -5,7 +5,7 @@ import (
|
|||||||
"fmt"
|
"fmt"
|
||||||
)
|
)
|
||||||
|
|
||||||
func (c *Client) Action(action Action) error {
|
func (c *Client) DoAction(action Action) error {
|
||||||
// print request and response to console:
|
// print request and response to console:
|
||||||
//
|
//
|
||||||
// io.Copy(os.Stdout, asJsonReader(action))
|
// io.Copy(os.Stdout, asJsonReader(action))
|
||||||
|
Reference in New Issue
Block a user