Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewComment ¶
func NewHandler ¶
func NewPackage ¶
Types ¶
type Handler ¶
type Handler struct { ID uint64 `db:"id"` Package uint64 `db:"package"` Name string `db:"name"` Coverage sql.NullFloat64 `db:"coverage"` }
type Package ¶
type Package struct { Created time.Time `db:"created"` Updated time.Time `db:"updated"` LastCheck sql.NullTime `db:"last_check"` Type string `db:"type"` Name string `db:"name"` URL string `db:"url"` Description sql.NullString `db:"description"` Coverage sql.NullFloat64 `db:"coverage"` Modules uint64 `db:"modules"` ID uint64 `db:"id"` Status uint64 `db:"status"` Comments uint64 `db:"comments"` Issues uint64 `db:"issues"` }
Click to show internal directories.
Click to hide internal directories.