jsonrpc

package
v0.0.0-...-cb4d1f3 Latest Latest
Warning

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

Go to latest
Published: Jan 12, 2018 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Fuzz

func Fuzz(data []byte) int

Types

type Args

type Args struct {
	I int
	S string
	V []string
	X map[string]string
	N *Nested
}

type Foo

type Foo int

func (Foo) Bar

func (Foo) Bar(a *Args, r *int) error

type MyConn

type MyConn struct {
	// contains filtered or unexported fields
}

func (*MyConn) Close

func (c *MyConn) Close() error

func (*MyConn) Read

func (c *MyConn) Read(b []byte) (n int, err error)

func (*MyConn) Write

func (c *MyConn) Write(b []byte) (n int, err error)

type Nested

type Nested struct {
	I int
	S string
}

Jump to

Keyboard shortcuts

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