Versions in this module Expand all Collapse all v1 v1.0.0 Mar 25, 2026 Changes in this version + type Badge struct + Criteria string + Description string + Name string + type LearningPath struct + Lessons []string + Name string + type Lesson struct + Content string + ID string + Level string + Protocol string + Title string + type Platform struct + Badges []Badge + Lessons []Lesson + Paths []LearningPath + Quizzes []Quiz + func NewPlatform() *Platform + func (p *Platform) ListBadges() string + func (p *Platform) ListLessons() string + func (p *Platform) ListPaths() string + type Quiz struct + Answer int + Options []string + Question string