renamed Action method to DoAction

This commit is contained in:
2025-07-30 10:09:22 +02:00
parent 580b7d5a3a
commit 713a6bd6be

2
do.go
View File

@ -5,7 +5,7 @@ import (
"fmt"
)
func (c *Client) Action(action Action) error {
func (c *Client) DoAction(action Action) error {
// print request and response to console:
//
// io.Copy(os.Stdout, asJsonReader(action))