package
Version:
v0.0.0-...-d3349d2
Opens a new window with list of versions in this module.
Published: Nov 5, 2024
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type AudioResponse struct {
ID int `json:"id"`
Lang2 string `json:"lang2"`
Text string `json:"text"`
Content string `json:"content"`
}
type SynthesizeParameter struct {
Lang2 string `json:"lang2" binding:"required,len=2"`
Text string `json:"text" binding:"required"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.