Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExecuteEngine ¶
type ExecuteEngine struct {
PathCmd string
}
type IncogClient ¶
func (*IncogClient) Post ¶
func (i *IncogClient) Post(method string, params interface{}) ([]byte, error)
func (*IncogClient) PostAndReceiveInterface ¶
func (i *IncogClient) PostAndReceiveInterface(method string, params interface{}) (interface{}, []byte, error)
type IncogClientInterface ¶
type IncogClientInterface interface { Post() error // contains filtered or unexported methods }
Click to show internal directories.
Click to hide internal directories.