Versions in this module Expand all Collapse all v0 v0.0.1 Jan 5, 2025 Changes in this version + type Epic struct + Description string + Stories []Story + Title string + type Process struct + Epics []Epic + func (p *Process) GenerateSchema() string + type Story struct + Description string + Tasks []Task + Title string + type Task struct + Description string + Title string