Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Profile ¶ added in v0.3.1
type Profile struct { TrackedRepos []Repo `json:"trackedRepos,omitempty"` Token string `json:"token,omitempty"` APIURL string `json:"apiUrl,omitempty"` }
Profile defines the structure of pull request parser profile
type PrpConfig ¶
PrpConfig defines the structure of the pull request parser config file
func LoadFromFile ¶ added in v0.3.1
LoadFromFile loads a PrpConfig from a file
Click to show internal directories.
Click to hide internal directories.