xmlrpc

package
v0.2.56 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 6, 2020 License: MIT Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Call

func Call(url, name string, args ...interface{}) (v interface{}, e error)

Call call remote procedures function name with args

Types

type Array

type Array []interface{}

type Client

type Client struct {
	HttpClient *http.Client
	// contains filtered or unexported fields
}

Client is client of XMLRPC

func NewClient

func NewClient(url string) *Client

NewClient create new Client

func (*Client) Call

func (c *Client) Call(name string, args ...interface{}) (v interface{}, e error)

Call call remote procedures function name with args

type Map

type Map map[string]interface{}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL