Documentation ¶
Index ¶
Constants ¶
View Source
const ( ModuleId = "salsaflow.modules.releasenotes.github" ModuleKind = loader.ModuleKindReleaseNotes )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type GlobalConfig ¶
type GlobalConfig struct {
Token string `prompt:"GitHub token to be used for posting release notes" secret:"true" json:"token"`
}
func (*GlobalConfig) PromptUserForConfig ¶
func (global *GlobalConfig) PromptUserForConfig() error
PromptUserForConfig is a part of loader.ConfigContainer
Click to show internal directories.
Click to hide internal directories.