Documentation
¶
Index ¶
- func NotificationFeed(ctx *util.ScrapeCtx) (feed *feeds.Feed, err error)
- func Request(method string, url string, ctx *util.ScrapeCtx) (status int, body []byte, err error)
- type Discussion
- type Issue
- type Notification
- type NotificationRepository
- type NotificationSubject
- type Release
- type Time
- type User
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Discussion ¶
type Notification ¶
type Notification struct {
Id string
Last_read_at Time
Reason string
Subject NotificationSubject
Unread bool
Updated_at Time
Repository NotificationRepository
Url string
Subscription_url string
}
type NotificationRepository ¶
type NotificationSubject ¶
type Time ¶
func (*Time) UnmarshalJSON ¶
Click to show internal directories.
Click to hide internal directories.