Documentation
¶
Index ¶
- func ListBranch(ctx context.Context, ref string, filter ...BranchFilter) ([]api.BranchResponse, error)
- func Run(ctx context.Context, fsys afero.Fs) error
- func RunVolcengine(ctx context.Context, params RunVolcengineParams) error
- func ToMarkdown(branches []api.BranchResponse) string
- type BranchFilter
- type RunVolcengineParams
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ListBranch ¶
func ListBranch(ctx context.Context, ref string, filter ...BranchFilter) ([]api.BranchResponse, error)
func RunVolcengine ¶
func RunVolcengine(ctx context.Context, params RunVolcengineParams) error
func ToMarkdown ¶
func ToMarkdown(branches []api.BranchResponse) string
Types ¶
type BranchFilter ¶
type BranchFilter func(api.BranchResponse) bool
func FilterByName ¶
func FilterByName(branchName string) BranchFilter
Click to show internal directories.
Click to hide internal directories.