Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Trigger_client ¶
type Trigger_client struct {
Base_url string
Username string
Password string
// contains filtered or unexported fields
}
func New_trigger_client ¶
func New_trigger_client(base_url, username, password string) *Trigger_client
func (*Trigger_client) Send_request ¶
func (tc *Trigger_client) Send_request(id string, function_name string, args interface{}) ([]byte, error)
Click to show internal directories.
Click to hide internal directories.