Documentation
¶
Index ¶
- type Background
- func (b *Background) BranchCount() int
- func (b *Background) BranchPlatforms() []develop.Develop
- func (b *Background) Branches() []*develop.BranchInfo
- func (b *Background) LoadBranches()
- func (b *Background) LoadMeta(dev develop.Develop)
- func (b *Background) MetaPlatforms() []develop.Develop
- func (b *Background) SetProgram(p *tea.Program)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Background ¶
Background is a wrapper between McModder and the TUI
func NewBackground ¶
func NewBackground(conf *config.Config, repo *git.Repository, cwd string) (*Background, error)
func (*Background) BranchCount ¶
func (b *Background) BranchCount() int
func (*Background) BranchPlatforms ¶
func (b *Background) BranchPlatforms() []develop.Develop
func (*Background) Branches ¶
func (b *Background) Branches() []*develop.BranchInfo
func (*Background) LoadBranches ¶
func (b *Background) LoadBranches()
func (*Background) LoadMeta ¶
func (b *Background) LoadMeta(dev develop.Develop)
func (*Background) MetaPlatforms ¶
func (b *Background) MetaPlatforms() []develop.Develop
func (*Background) SetProgram ¶
func (b *Background) SetProgram(p *tea.Program)
Click to show internal directories.
Click to hide internal directories.