ai-gateway/common/config/key.go

10 lines
170 B
Go
Raw Normal View History

2024-04-05 18:03:59 +00:00
package config
const (
KeyPrefix = "cfg_"
KeyAPIVersion = KeyPrefix + "api_version"
KeyLibraryID = KeyPrefix + "library_id"
KeyPlugin = KeyPrefix + "plugin"
)