Documentation ¶ Index ¶ type Clipboard Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Clipboard ¶ type Clipboard interface { // String returns the current value of the clipboard, if it is compatible with UTF-8. String() (string, error) // SetString sets the current value of the clipboard as UTF-8 string. SetString(value string) } Clipboard represents a temporary storage. Source Files ¶ View all Source files Clipboard.go Click to show internal directories. Click to hide internal directories.