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 a VM runtime initializer.
func NewClient ¶
func NewClient(client pb.RuntimeClient) *Client
type Server ¶
type Server struct { pb.UnsafeRuntimeServer // contains filtered or unexported fields }
Server is a VM runtime initializer controlled by RPC.
func NewServer ¶
func NewServer(runtime runtime.Initializer) *Server
func (*Server) Initialize ¶
Click to show internal directories.
Click to hide internal directories.