lgtm/model/issue.go

9 строки
133 B
Go

package model
// Issue represents an issue from the the remote API.
type Issue struct {
Number int
Title string
Author string
}