clipboard

package
v0.99.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 24, 2026 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Init

func Init() error

Init initializes the clipboard (stub implementation)

func Read

func Read(format Format) []byte

Read reads data from clipboard in the specified format (stub implementation)

func Write

func Write(format Format, data []byte)

Write writes data to clipboard in the specified format (stub implementation)

Types

type Format

type Format int

Format represents clipboard data format

const (
	// FmtText is the text format
	FmtText Format = 0
	// FmtImage is the image format
	FmtImage Format = 1
)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL