Versions in this module Expand all Collapse all v1 v1.1.1 Dec 18, 2024 Changes in this version + type Client struct + func NewClient(client pb.RuntimeClient) *Client + func (c *Client) Initialize(ctx context.Context, protocolVersion uint, vmAddr string) error + type Server struct + func NewServer(runtime runtime.Initializer) *Server + func (s *Server) Initialize(ctx context.Context, req *pb.InitializeRequest) (*emptypb.Empty, error)