7 lines
69 B
Go
Raw Normal View History

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