Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CopyToClipboard ¶
func ReadPassword ¶
Types ¶
type DaemonRequest ¶
type DaemonResponse ¶
type DaemonResponse struct {
Success bool `json:"success"`
Password string `json:"password,omitempty"`
Message string `json:"message,omitempty"`
}
func SendToDaemon ¶
func SendToDaemon(socketPath string, req DaemonRequest) (*DaemonResponse, error)
Click to show internal directories.
Click to hide internal directories.