Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Model ¶
type Model struct {
// contains filtered or unexported fields
}
func InitialModel ¶
func InitialModel(gc *git.GitConfig, searchMode SearchMode) Model
type ModelBuilder ¶
type ModelBuilder interface { Build() Model AddInputs(searchMode SearchMode, gc *git.GitConfig) ModelBuilder AddSpinner() ModelBuilder InitUI(gc *git.GitConfig) ModelBuilder }
func NewBuilder ¶
func NewBuilder() ModelBuilder
type SearchMode ¶
type SearchMode int64
const ( Local SearchMode = iota Remote )
func (SearchMode) String ¶
func (searchMode SearchMode) String() string
Click to show internal directories.
Click to hide internal directories.