Discover Packages
github.com/webteleport/ufo
apps
gopilot
package
Version:
v0.4.6
Opens a new window with list of versions in this module.
Published: Jan 29, 2024
License: MIT
Opens a new window with license information.
Imports: 19
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation Source Files Index Constants Variables Functions Types Arg0(args, fallback) Run(args) type Model type ModelList
Documentation
¶
type Model struct {
ID string `json:"id"`
Object string `json:"object"`
Created int `json:"created"`
OwnedBy string `json:"owned_by"`
Root string `json:"root"`
Parent *string `json:"parent"`
}
type ModelList struct {
Object string `json:"object"`
Data []Model `json:"data"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.