mirror of
https://gitea.com/gitea/tea
synced 2024-10-31 21:20:23 +00:00
b868d30434
Co-authored-by: techknowlogick <hello@techknowlogick.com> Co-committed-by: techknowlogick <hello@techknowlogick.com>
12 lines
217 B
Go
12 lines
217 B
Go
// Copyright 2020 The Gitea Authors. All rights reserved.
|
|
// SPDX-License-Identifier: MIT
|
|
|
|
package cmd
|
|
|
|
var (
|
|
catSetup = "SETUP"
|
|
catEntities = "ENTITIES"
|
|
catHelpers = "HELPERS"
|
|
catMisc = "MISCELLANEOUS"
|
|
)
|