8 lines
79 B
Go
Raw Normal View History

2025-02-22 09:42:15 +01:00
package model
type Issue struct {
ID string
Title string
Body string
2025-02-22 09:42:15 +01:00
}