Documentation
¶
Index ¶
- func ApplyGalleryFromFile(modelPath, s string, cm *config.ConfigLoader, galleries []gallery.Gallery) error
- func ApplyGalleryFromString(modelPath, s string, cm *config.ConfigLoader, galleries []gallery.Gallery) error
- func ApplyModelGalleryEndpoint(modelPath string, cm *config.ConfigLoader, g chan galleryOp, ...) func(c *fiber.Ctx) error
- func GetOpStatusEndpoint(g *galleryApplier) func(c *fiber.Ctx) error
- func ListModelFromGalleryEndpoint(galleries []gallery.Gallery, basePath string) func(c *fiber.Ctx) error
- func NewGalleryService(modelPath string) *galleryApplier
- func TTSEndpoint(cm *config.ConfigLoader, o *options.Option) func(c *fiber.Ctx) error
- type GalleryModel
- type TTSRequest
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ApplyGalleryFromFile ¶
func ApplyGalleryFromString ¶
func GetOpStatusEndpoint ¶
func NewGalleryService ¶
func NewGalleryService(modelPath string) *galleryApplier
func TTSEndpoint ¶
Types ¶
type GalleryModel ¶
type GalleryModel struct {
ID string `json:"id"`
gallery.GalleryModel
}
type TTSRequest ¶
Click to show internal directories.
Click to hide internal directories.