ai-gateway/common/config/key.go
2024-04-06 02:03:59 +08:00

10 lines
170 B
Go

package config
const (
KeyPrefix = "cfg_"
KeyAPIVersion = KeyPrefix + "api_version"
KeyLibraryID = KeyPrefix + "library_id"
KeyPlugin = KeyPrefix + "plugin"
)