Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ParseReadmeFromLink ¶
func ParseReadmeFromLink(ctx context.Context, client *query.Client, reqIssue ReleaseRequestIssue) (link.ResolveResult, error)
ParseReadmeFromLink ...
Types ¶
type ParsingOptions ¶
type ParsingOptions struct {
IncludeDataPlaneRequests bool
}
ParsingOptions ...
type ReleaseRequestIssue ¶
type ReleaseRequestIssue struct { IssueLink string TargetLink string Tag string ReleaseDate time.Time Labels []*github.Label }
ReleaseRequestIssue represents a release request issue
func NewReleaseRequestIssue ¶
func NewReleaseRequestIssue(issue github.Issue) (*ReleaseRequestIssue, error)
NewReleaseRequestIssue ...
Click to show internal directories.
Click to hide internal directories.