Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type GitHub ¶ added in v0.0.4
type GitHub interface { Labels(context.Context, github.Remote) (github.LabelSet, error) PatchLabels(context.Context, github.LabelSet, string) (github.LabelSet, error) UpdateLabels(context.Context, github.Remote, github.LabelSet) error }
GitHub represents a GitHub service.
Click to show internal directories.
Click to hide internal directories.