Documentation
¶
Index ¶
Constants ¶
View Source
const (
Path = "/ol_rpc"
)
The http path used for our rpc handlers
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
Server holds an RPC server that is served over HTTP
func (*Server) Close ¶
func (srv *Server) Close()
Close terminates the underlying HTTP server and listener
Click to show internal directories.
Click to hide internal directories.