Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Repo ¶
type Repo struct {
RepoID string `dynamobav:"repoID,string" json:"repo_id,omitempty"`
Name string `dynamodbav:"repoName,string" json:"name,omitempty"`
Owner string `dynamodbav:"repoOwner,string" json:"owner,omitempty"`
Link string `dynamodbav:"repoLink,string" json:"link,omitempty"`
ShouldNotifyPrerelease bool `dynamodbav:"shouldPre,bool" json:"shouldPre,omitempty"`
Release
}
type RepoWithChatID ¶
Click to show internal directories.
Click to hide internal directories.