Documentation ¶
Index ¶
- func NewCredentials() credentials.TransportCredentials
- type GuestAgentClient
- func (c *GuestAgentClient) Events(ctx context.Context, eventCb func(response *api.Event)) error
- func (c *GuestAgentClient) Info(ctx context.Context) (*api.Info, error)
- func (c *GuestAgentClient) Inotify(ctx context.Context) (api.GuestService_PostInotifyClient, error)
- func (c *GuestAgentClient) Tunnel(ctx context.Context) (api.GuestService_TunnelClient, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCredentials ¶ added in v0.21.0
func NewCredentials() credentials.TransportCredentials
NewCredentials returns a lima credential implementing credentials.TransportCredentials.
Types ¶
type GuestAgentClient ¶
type GuestAgentClient struct {
// contains filtered or unexported fields
}
func NewGuestAgentClient ¶
func (*GuestAgentClient) Inotify ¶ added in v0.21.0
func (c *GuestAgentClient) Inotify(ctx context.Context) (api.GuestService_PostInotifyClient, error)
func (*GuestAgentClient) Tunnel ¶ added in v1.0.0
func (c *GuestAgentClient) Tunnel(ctx context.Context) (api.GuestService_TunnelClient, error)
Click to show internal directories.
Click to hide internal directories.