Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client is an http.Handler that talks over RPC.
func NewClient ¶
func NewClient(client ghttpproto.HTTPClient, broker *plugin.GRPCBroker) *Client
NewClient returns an HTTP handler database instance connected to a remote HTTP handler instance
type Server ¶
type Server struct { ghttpproto.UnimplementedHTTPServer // contains filtered or unexported fields }
Server is an http.Handler that is managed over RPC.
func (*Server) Handle ¶
func (s *Server) Handle(ctx context.Context, req *ghttpproto.HTTPRequest) (*ghttpproto.HTTPResponse, error)
Click to show internal directories.
Click to hide internal directories.