diff options
| author | Wayne-Cole <77279425+Wacky404@users.noreply.github.com> | 2026-02-17 20:39:32 -0600 |
|---|---|---|
| committer | Wayne-Cole <77279425+Wacky404@users.noreply.github.com> | 2026-02-17 20:39:32 -0600 |
| commit | 46794376469f5460b1f3a6beac747e2f0ba140ff (patch) | |
| tree | 0389eba4890de17d2721d5164b4da525c55fd9ab /internal/handler/img.go | |
| parent | a3151074722294f050e8d37fa973c55ed93ffdd2 (diff) | |
| download | lurchers-46794376469f5460b1f3a6beac747e2f0ba140ff.tar.xz lurchers-46794376469f5460b1f3a6beac747e2f0ba140ff.zip | |
feat: progress...
Diffstat (limited to 'internal/handler/img.go')
| -rw-r--r-- | internal/handler/img.go | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/internal/handler/img.go b/internal/handler/img.go new file mode 100644 index 0000000..858e52f --- /dev/null +++ b/internal/handler/img.go @@ -0,0 +1,10 @@ +package handler + +import ( + "log" +) + +func EventImg(event string, callback func(string)) { + log.Printf() + callback(event) +} |
