Versions in this module Expand all Collapse all v0 v0.0.1 Aug 28, 2024 Changes in this version + type GRPCCloudClient struct + func (c GRPCCloudClient) Execute(args []string, stdout, stderr io.Writer) int + type GRPCCloudPlugin struct + Impl cloudplugin.Cloud1 + func (p *GRPCCloudPlugin) Client(*plugin.MuxBroker, *rpc.Client) (interface{}, error) + func (p *GRPCCloudPlugin) GRPCClient(ctx context.Context, broker *plugin.GRPCBroker, c *grpc.ClientConn) (interface{}, error) + func (p *GRPCCloudPlugin) GRPCServer(broker *plugin.GRPCBroker, s *grpc.Server) error + func (p *GRPCCloudPlugin) Server(*plugin.MuxBroker) (interface{}, error)