Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsLLMGatewayEnabled ¶
Types ¶
type Repository ¶
type Template ¶
type Template struct {
ID string `json:"id"`
Name string `json:"name"`
Description string `json:"description"`
IsGlobal bool `json:"isGlobal"`
IsPremium bool `json:"isPremium"`
Readme string `json:"readme"`
Tags []string `json:"tags"`
Repository Repository `json:"repository"`
MediaURL string `json:"mediaURL"`
}
func GetTemplate ¶
func (Template) DefaultDir ¶
func (Template) FilterValue ¶
type TemplateList ¶
type TemplateList struct {
Templates []Template `json:"data"`
Count int `json:"count"`
TotalCount int `json:"totalCount"`
Next string `json:"next"`
Previous string `json:"previous"`
}
func GetTemplates ¶
func GetTemplates() (*TemplateList, error)
Click to show internal directories.
Click to hide internal directories.