Documentation ¶
Overview ¶
Package clipboard will provide the functionality of a clipboard
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Clipboard ¶
type Clipboard struct {
Entries []Entry
}
Clipboard is the in memory clipboard to hold the copy-pasteable content
func (*Clipboard) ClearClipboard ¶
ClearClipboard will empty the clipboard
func (*Clipboard) DeleteEntry ¶
DeleteEntry will give the opportunity to delete an entry from the clipboard
func (*Clipboard) Download ¶
Download will return a json encoded representation of the clipboards content for download purposes
func (*Clipboard) GetEntries ¶
GetEntries will give the opportunity to receive the entries from the clipboard
Click to show internal directories.
Click to hide internal directories.