Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ReadCmd ¶
ReadCmd requests the text of the clipboard, delivered to the handler through an io/transfer.DataEvent.
func (ReadCmd) ImplementsCommand ¶
func (ReadCmd) ImplementsCommand()
type WriteCmd ¶
type WriteCmd struct { Type string Data io.ReadCloser }
WriteCmd copies Text to the clipboard.
func (WriteCmd) ImplementsCommand ¶
func (WriteCmd) ImplementsCommand()
Click to show internal directories.
Click to hide internal directories.