Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Step ¶
type Step struct {
ID int `json:"id"`
Content string `json:"content"`
Status string `json:"status"` // "completed", "active", or "upcoming"
CreatedAt time.Time `json:"createdAt"`
}
Step represents a task step in the stream
type StreamInfo ¶
type StreamInfo struct {
ID int `json:"id"`
Title string `json:"title"`
Description string `json:"description"`
StartTime time.Time `json:"startTime"`
Language string `json:"language"`
GithubRepo string `json:"githubRepo"`
ViewerCount int `json:"viewerCount"`
}
StreamInfo represents the stream information data structure
Click to show internal directories.
Click to hide internal directories.