Files
APIPark/service/release/commit.go
T
2024-08-12 21:38:09 +08:00

10 lines
182 B
Go

package release
type CommitType = string
const (
CommitApiDocument CommitType = "api_doc"
CommitUpstream CommitType = "upstream"
CommitApiProxy CommitType = "api_proxy"
)