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