Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Notification ¶
type Notification struct {
Id uint
Pinned bool
Reason string
Repository NotificationRepository
Subject NotificationSubject
SubscriptionUrl string `json:"subscription_url"`
Unread bool
UpdatedAt Time `json:"updated_at"`
Url string
}
type NotificationRepository ¶
type NotificationRepository struct {
Archived bool
ArchivedAt Time `json:"archived_at"`
AvatarUrl string `json:"avatar_url"`
CreatedAt Time `json:"created_at"`
DefaultBranch string `json:"default_branch"`
Description string
Fork bool
FullName string `json:"full_name"`
HtmlUrl string `json:"html_url"`
Id uint
Name string
Owner User
Private bool
Url string
Website string
}
type NotificationSubject ¶
type Time ¶
func (*Time) UnmarshalJSON ¶
Click to show internal directories.
Click to hide internal directories.