summaryrefslogtreecommitdiffstats
path: root/models/packages/container/const.go
blob: 0dfbda051dbc0008013818b7137501c192ab12e6 (plain)
1
2
3
4
5
6
7
8
9
// Copyright 2022 The Gitea Authors. All rights reserved.
// SPDX-License-Identifier: MIT

package container

const (
	ManifestFilename = "manifest.json"
	UploadVersion    = "_upload"
)