harness-drone/pkg/types/status.go
2015-09-03 17:21:08 -07:00

10 lines
236 B
Go

package types
type Status struct {
ID int64 `json:"-"`
CommitID int64 `json:"-"`
State string `json:"status"`
Link string `json:"target_url"`
Desc string `json:"description"`
Context string `json:"context"`
}