Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Processor ¶
type Processor struct {
// contains filtered or unexported fields
}
Processor handles reading and processing instruction files for a specific assignment
func NewWithDefaults ¶
NewWithDefaults creates a new instructions processor with branch and assignment path
func (*Processor) AddPullRequestLinkToReadme ¶
func (p *Processor) AddPullRequestLinkToReadme(content, repositoryName, branchName, prNumber string) string
AddPullRequestLinkToReadme adds a pull request link to the top of README content
func (*Processor) AugmentExistingReadmeContent ¶
AugmentExistingReadmeContent adds augmentation content to existing README content
func (*Processor) CreateNewReadmeContent ¶
CreateNewReadmeContent creates content for a new README file
func (*Processor) CreatePullRequestBody ¶
CreatePullRequestBody creates pull request body content from the processor's assignment path
Click to show internal directories.
Click to hide internal directories.