8 lines
79 B
Go

package model
type Issue struct {
ID string
Title string
Body string
}