aboutsummaryrefslogtreecommitdiffstats
path: root/models/packages/container/const.go
diff options
context:
space:
mode:
Diffstat (limited to 'models/packages/container/const.go')
-rw-r--r--models/packages/container/const.go10
1 files changed, 10 insertions, 0 deletions
diff --git a/models/packages/container/const.go b/models/packages/container/const.go
new file mode 100644
index 0000000000..9d3ed64a6e
--- /dev/null
+++ b/models/packages/container/const.go
@@ -0,0 +1,10 @@
+// Copyright 2022 The Gitea Authors. All rights reserved.
+// Use of this source code is governed by a MIT-style
+// license that can be found in the LICENSE file.
+
+package container
+
+const (
+ ManifestFilename = "manifest.json"
+ UploadVersion = "_upload"
+)