summaryrefslogtreecommitdiff
path: root/back/Runner
diff options
context:
space:
mode:
authorPhysick <96335032+DegustatorPonos@users.noreply.github.com>2026-07-19 20:13:23 +0500
committerPhysick <96335032+DegustatorPonos@users.noreply.github.com>2026-07-19 20:13:23 +0500
commitb3ea7a0ffcc24a3363d6fb507812438fe0d1ff16 (patch)
tree75cd964efc9a68338b0d5ab65f8bcadaf0730dea /back/Runner
init
Diffstat (limited to 'back/Runner')
-rw-r--r--back/Runner/runner.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/back/Runner/runner.go b/back/Runner/runner.go
new file mode 100644
index 0000000..36558df
--- /dev/null
+++ b/back/Runner/runner.go
@@ -0,0 +1,4 @@
+package runner
+
+type Message struct {
+}