vim/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/net/rpc.json

1 line
1.8 KiB
JSON

[0, [{"class": "const", "name": "DefaultDebugPath", "type": ""}, {"class": "const", "name": "DefaultRPCPath", "type": ""}, {"class": "func", "name": "Accept", "type": "func(lis net.Listener)"}, {"class": "func", "name": "Dial", "type": "func(network string, address string) (*rpc.Client, error)"}, {"class": "func", "name": "DialHTTP", "type": "func(network string, address string) (*rpc.Client, error)"}, {"class": "func", "name": "DialHTTPPath", "type": "func(network string, address string, path string) (*rpc.Client, error)"}, {"class": "func", "name": "HandleHTTP", "type": "func()"}, {"class": "func", "name": "NewClient", "type": "func(conn io.ReadWriteCloser) *rpc.Client"}, {"class": "func", "name": "NewClientWithCodec", "type": "func(codec rpc.ClientCodec) *rpc.Client"}, {"class": "func", "name": "NewServer", "type": "func() *rpc.Server"}, {"class": "func", "name": "Register", "type": "func(rcvr interface{}) error"}, {"class": "func", "name": "RegisterName", "type": "func(name string, rcvr interface{}) error"}, {"class": "func", "name": "ServeCodec", "type": "func(codec rpc.ServerCodec)"}, {"class": "func", "name": "ServeConn", "type": "func(conn io.ReadWriteCloser)"}, {"class": "func", "name": "ServeRequest", "type": "func(codec rpc.ServerCodec) error"}, {"class": "type", "name": "Call", "type": "struct"}, {"class": "type", "name": "Client", "type": "struct"}, {"class": "type", "name": "ClientCodec", "type": "interface"}, {"class": "type", "name": "Request", "type": "struct"}, {"class": "type", "name": "Response", "type": "struct"}, {"class": "type", "name": "Server", "type": "struct"}, {"class": "type", "name": "ServerCodec", "type": "interface"}, {"class": "type", "name": "ServerError", "type": "string"}, {"class": "var", "name": "DefaultServer", "type": "*rpc.Server"}, {"class": "var", "name": "ErrShutdown", "type": "error"}]]