api

package
v1.0.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 8, 2023 License: MIT Imports: 4 Imported by: 0

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 NewOrgRepo(str string) (OrgRepo, error)

func (OrgRepo) Org

func (m OrgRepo) Org() string

func (OrgRepo) PullRequestUrl

func (m OrgRepo) PullRequestUrl(number int) string

func (OrgRepo) Repo

func (m OrgRepo) Repo() string

func (OrgRepo) RepositoryUrl

func (m OrgRepo) RepositoryUrl() string

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

type Track

type Track struct {
	Id   int32
	Name string
}

func NewTrack

func NewTrack(str string) (Track, error)

func (Track) String

func (m Track) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL