Versions in this module Expand all Collapse all v1 v1.11.13-rc.2 Dec 4, 2024 v1.0.0 Dec 4, 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)