package
Version:
v0.0.0-...-e990aca
Opens a new window with list of versions in this module.
Published: Jun 14, 2023
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 Presentation struct {
Slides []Slide `json:"slides"`
}
type Slide struct {
Title string `json:"title"`
Subtitle []string `json:"subtitle"`
}
type TopicRequest struct {
Topic string `json:"topic"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.