Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Database ¶
type Database interface {
GetRepos(chatID string) ([]repo.Repo, error)
AddRepo(chatID string, details *repo.Repo) error
RemoveRepo(chatID, repoID string) error
SetPreReleaseRetrieve(chatID, repoID string, newValue bool) error
AllRepos() ([]repo.RepoWithChatID, error)
UpdateEntry(repo repo.RepoWithChatID) error
CheckExisting(chatID, repoID string) (bool, error)
}
Click to show internal directories.
Click to hide internal directories.