Documentation
¶
Index ¶
- Variables
- func DeleteTranscription(ctx context.Context, url string) error
- func GetModelName(ctx context.Context, url string) (string, error)
- func GetSummary(ctx context.Context, url string) (string, string, error)
- func GetTranscription(ctx context.Context, url string) (string, string, error)
- func InitializeDB(dbPath string) error
- func SetSummary(ctx context.Context, url, summary, summaryModelName string) error
- func SetTranscription(ctx context.Context, url, text, modelName string) error
- func SetTranscriptionStatus(ctx context.Context, url, status string) error
Constants ¶
This section is empty.
Variables ¶
View Source
var DB *sql.DB
Functions ¶
func GetTranscription ¶
func InitializeDB ¶
func SetTranscription ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.