Documentation ¶ Index ¶ func Request(host string, port string, header map[string]string, body map[string]string) []byte type Rpc func New(host string, port string) *Rpc func (this *Rpc) Request(header map[string]string, body map[string]string) []byte Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Request ¶ func Request(host string, port string, header map[string]string, body map[string]string) []byte Types ¶ type Rpc ¶ added in v0.0.4 type Rpc struct { Host string Port string } func New ¶ added in v0.0.4 func New(host string, port string) *Rpc func (*Rpc) Request ¶ added in v0.0.4 func (this *Rpc) Request(header map[string]string, body map[string]string) []byte Source Files ¶ View all Source files Request.go Rpc.go Directories ¶ Show internal Expand all Path Synopsis pb Click to show internal directories. Click to hide internal directories.