Documentation ¶
Index ¶
- func SessionHandler(cfg *config.Config) func(ssh.Session) (tea.Model, []tea.ProgramOption)
- type Bubble
- type MenuEntry
- type Repo
- func (r *Repo) GetCommits(limit int) (gitypes.Commits, error)
- func (r *Repo) GetReadme() string
- func (r *Repo) GetReference() *plumbing.Reference
- func (r *Repo) Name() string
- func (r *Repo) Repository() *git.Repository
- func (r *Repo) SetReference(ref *plumbing.Reference) error
- func (r *Repo) Tree(path string) (*object.Tree, error)
- type SessionConfig
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SessionHandler ¶
Types ¶
type Repo ¶ added in v0.2.0
type Repo struct {
// contains filtered or unexported fields
}
func (*Repo) GetCommits ¶ added in v0.2.0
func (*Repo) GetReference ¶ added in v0.2.0
func (*Repo) Repository ¶ added in v0.2.0
func (r *Repo) Repository() *git.Repository
func (*Repo) SetReference ¶ added in v0.2.0
Click to show internal directories.
Click to hide internal directories.