lgtm/model/comment.go

8 строки
126 B
Go

package model
// Comment represents a comment from the the remote API.
type Comment struct {
Author string
Body string
}