Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Logger ¶
type Logger interface {
Debug(msg string, keyvals ...interface{})
Warn(msg string, keyvals ...interface{})
Error(msg string, keyvals ...interface{})
}
Logger interface for clipboard operations
type Service ¶
type Service interface {
// Read reads content from the system clipboard
Read(ctx context.Context, cfg *config.Config) (string, error)
// Write copies text to the system clipboard and returns a tea.Cmd for async operations
Write(ctx context.Context, text string, cfg *config.Config) tea.Cmd
}
Service provides clipboard operations across different platforms
Click to show internal directories.
Click to hide internal directories.