package
Version:
v0.1.0
Opens a new window with list of versions in this module.
Published: Nov 5, 2023
License: GPL-3.0
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
const (
TableApiKeys = "api_keys"
ColumnApiKey = "api_key"
)
type ApiKey struct {
dtoutils.BaseModel
ApiKey string `json:"api_key,omitempty" mapstructure:"api_key,omitempty"`
UserId string `json:"user_id,omitempty" mapstructure:"user_id,omitempty"`
LlmModels []string `json:"llm_models,omitempty" mapstructure:"llm_models,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.