Documentation
¶
Index ¶
Constants ¶
View Source
const ( // Action IDs ActIdCommon_NothingToDo = "common_nothing" ActIdCommon_Cancel = "common_cancel" )
View Source
const ( // Action IDs ActIdRelease_SelectedRepository = "release_selected_repo" ActIdRelease_SelectedLevelMajor = "release_selected_level_major" ActIdRelease_SelectedLevelMinor = "release_selected_level_minor" ActIdRelease_SelectedLevelPatch = "release_selected_level_patch" ActIdRelease_OK = "release_ok" // Callback Values CallbackValueRelease_VersionMajor = "release/major" CallbackValueRelease_VersionMinor = "release/minor" CallbackValueRelease_VersionPatch = "release/patch" )
View Source
const (
// Action IDs
ActIdEmtec_SceneNext = "emtec_scenenext"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OrgRepo ¶
type OrgRepo struct {
// contains filtered or unexported fields
}
func NewOrgRepo ¶
func (OrgRepo) PullRequestUrl ¶
func (OrgRepo) RepositoryUrl ¶
func (OrgRepo) WithLevel ¶
func (m OrgRepo) WithLevel(level string) OrgRepoLevel
type OrgRepoLevel ¶
type OrgRepoLevel struct { OrgRepo // contains filtered or unexported fields }
func NewOrgRepoLevel ¶
func NewOrgRepoLevel(str string) (OrgRepoLevel, error)
func (OrgRepoLevel) Level ¶
func (m OrgRepoLevel) Level() string
func (OrgRepoLevel) String ¶
func (m OrgRepoLevel) String() string
Click to show internal directories.
Click to hide internal directories.