Documentation ¶
Index ¶
- type FlakeRepo
- func (fr *FlakeRepo) AheadBehind(verbose bool) (bool, bool, []byte, error)
- func (fr *FlakeRepo) Commit() ([]byte, error)
- func (fr *FlakeRepo) CreateRepo() ([]byte, error)
- func (fr *FlakeRepo) Dirty() (bool, []byte, error)
- func (fr *FlakeRepo) IsValid() bool
- func (fr *FlakeRepo) LocalConfig(user, email string) ([]byte, error)
- func (fr *FlakeRepo) Pull() ([]byte, error)
- func (fr *FlakeRepo) Push() ([]byte, error)
- func (fr *FlakeRepo) Remote() (string, error)
- func (fr *FlakeRepo) RemoteAdd(remote string, name string) error
- func (fr *FlakeRepo) SetRebase() ([]byte, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FlakeRepo ¶
type FlakeRepo struct { RootDir string // contains filtered or unexported fields }
func NewFlakeRepo ¶
func (*FlakeRepo) AheadBehind ¶
func (*FlakeRepo) CreateRepo ¶
func (*FlakeRepo) LocalConfig ¶
Click to show internal directories.
Click to hide internal directories.