Documentation
¶
Index ¶
- type Stacker
- func (s *Stacker) Clean(ctx context.Context) error
- func (s *Stacker) Fix(ctx context.Context, branches ...string) error
- func (s *Stacker) Init(ctx context.Context) error
- func (s *Stacker) Push(ctx context.Context) error
- func (s *Stacker) Rebase(ctx context.Context) error
- func (s *Stacker) Start(ctx context.Context, name string) error
- func (s *Stacker) Sync(ctx context.Context) error
- func (s *Stacker) ValidBranchName(name string) bool
- func (s *Stacker) ValidBranchNames(names ...string) bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Stacker ¶
type Stacker struct {
// contains filtered or unexported fields
}
func (*Stacker) ValidBranchName ¶
func (*Stacker) ValidBranchNames ¶
Click to show internal directories.
Click to hide internal directories.