mirror of
https://gitea.com/gitea/tea
synced 2024-10-31 21:20:23 +00:00
832136b6d4
Co-authored-by: Matti R <matti@mdranta.net> Co-authored-by: Norwin <noerw@noreply.gitea.io> Co-authored-by: 6543 <6543@obermui.de> Co-authored-by: Norwin <git@nroo.de> Reviewed-on: https://gitea.com/gitea/tea/pulls/427 Reviewed-by: Norwin <noerw@noreply.gitea.io> Reviewed-by: 6543 <6543@obermui.de> Co-authored-by: techknowlogick <techknowlogick@gitea.io> Co-committed-by: techknowlogick <techknowlogick@gitea.io>
13 lines
289 B
Go
13 lines
289 B
Go
// Copyright 2020 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 cmd
|
|
|
|
var (
|
|
catSetup = "SETUP"
|
|
catEntities = "ENTITIES"
|
|
catHelpers = "HELPERS"
|
|
catMisc = "MISCELLANEOUS"
|
|
)
|