aboutsummaryrefslogtreecommitdiff
path: root/tools/src/updater/manifest.go
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2020-11-06 21:13:38 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2020-11-06 21:13:38 +0200
commitc8ddd2afa2ad74e010f0951c200420bab7275f7a (patch)
tree210dc9f1aa5bb2dbfb123ee83d948441cc6a74b3 /tools/src/updater/manifest.go
parentRemove data/resources.qrc (diff)
downloadsmolbote-c8ddd2afa2ad74e010f0951c200420bab7275f7a.tar.xz
Remove updater
Diffstat (limited to 'tools/src/updater/manifest.go')
-rw-r--r--tools/src/updater/manifest.go16
1 files changed, 0 insertions, 16 deletions
diff --git a/tools/src/updater/manifest.go b/tools/src/updater/manifest.go
deleted file mode 100644
index f9d3d86..0000000
--- a/tools/src/updater/manifest.go
+++ /dev/null
@@ -1,16 +0,0 @@
-package main
-
-import (
- "time"
-)
-
-type CommitResponse struct {
- ID string `json:"id"`
- Timestamp time.Time `json:"timestamp"`
-}
-
-type BranchResponse struct {
- Name string `json:"name"`
- Commit CommitResponse `json:"commit"`
-}
-