Documentation
¶
Index ¶
- Variables
- func IsValidWannabeID(id string) bool
- func UpdateIssues(ctx context.Context, s Storer, currentIssues map[string]Issue, ...) error
- type ContextKey
- type GithubStorer
- func (s GithubStorer) CloseIssue(ctx context.Context, id string) error
- func (s GithubStorer) CreateIssue(ctx context.Context, issue Issue) error
- func (s GithubStorer) FetchCurrentOpenIssues(ctx context.Context) (map[string]Issue, error)
- func (s *GithubStorer) Init(ctx context.Context) error
- func (s GithubStorer) UpdateIssue(ctx context.Context, id string, issue Issue) error
- type Issue
- type Storer
Constants ¶
This section is empty.
Variables ¶
View Source
var AvailableStorer = map[string]Storer{ "github": &GithubStorer{}, }
Functions ¶
func IsValidWannabeID ¶
Types ¶
type GithubStorer ¶
type GithubStorer struct {
// contains filtered or unexported fields
}
func (GithubStorer) CloseIssue ¶
func (s GithubStorer) CloseIssue(ctx context.Context, id string) error
func (GithubStorer) CreateIssue ¶
func (s GithubStorer) CreateIssue(ctx context.Context, issue Issue) error
func (GithubStorer) FetchCurrentOpenIssues ¶
func (GithubStorer) UpdateIssue ¶
Click to show internal directories.
Click to hide internal directories.