Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type TagCommand ¶
type TagCommand struct {
// contains filtered or unexported fields
}
TagCommand handles tag operations with injected dependencies.
func NewDefaultTagCommand ¶
func NewDefaultTagCommand() *TagCommand
NewDefaultTagCommand creates a TagCommand with the default OS git operations.
func NewTagCommand ¶
func NewTagCommand(gitOps core.GitTagOperations) *TagCommand
NewTagCommand creates a new TagCommand with the given git operations.
Click to show internal directories.
Click to hide internal directories.