Versions in this module Expand all Collapse all v0 v0.35.0 Sep 1, 2024 Changes in this version + func NewClient(conn *rpcc.Conn) *domainClient + type CancelPromptArgs struct + ID RequestID + func NewCancelPromptArgs(id RequestID) *CancelPromptArgs + type DeviceID string + type DeviceRequestPromptedClient interface + Recv func() (*DeviceRequestPromptedReply, error) + type DeviceRequestPromptedReply struct + Devices []PromptDevice + ID RequestID + type PromptDevice struct + ID DeviceID + Name string + type RequestID string + type SelectPromptArgs struct + DeviceID DeviceID + ID RequestID + func NewSelectPromptArgs(id RequestID, deviceID DeviceID) *SelectPromptArgs