From f3158b36f1f210ff54febbe82b571c1379b30c98 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Tue, 3 Mar 2020 16:20:07 -0500 Subject: Initial support for PGP decryption & signatures --- lib/ui/interfaces.go | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib/ui/interfaces.go') diff --git a/lib/ui/interfaces.go b/lib/ui/interfaces.go index 9e79571..c12bdb7 100644 --- a/lib/ui/interfaces.go +++ b/lib/ui/interfaces.go @@ -16,6 +16,10 @@ type Drawable interface { Invalidate() } +type RootDrawable interface { + Initialize(ui *UI) +} + type Interactive interface { // Returns true if the event was handled by this component Event(event tcell.Event) bool -- cgit 1.4.1-2-gfad0 alue='81b071eb26f53b49e53f82e87f170e48d4c2320c'>this commit Cetus is a simple wallpaper setting tool written in GoAndinus <andinus@nand.sh>
summary refs log blame commit diff stats
path: root/apod/json.go
blob: 2e1fcd0f22f4b3672b8c3473931608332fd50757 (plain) (tree)
1
2
3
4
5
6
7
8