gitea-local/models/packages/container/const.go
2024-08-07 15:56:31 +08:00

10 lines
186 B
Go
Executable File

// Copyright 2022 The Gitea Authors. All rights reserved.
// SPDX-License-Identifier: MIT
package container
const (
ManifestFilename = "manifest.json"
UploadVersion = "_upload"
)