Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CheckResource ¶
CheckResource interface
func NewCheckResource ¶
func NewCheckResource(gts services.GitTagsService) (CheckResource, error)
NewCheckResource returns a new instance
type InResource ¶
type InResource interface {
Execute(source utils.Source, destination string, version string) (string, error)
}
InResource interface
func NewInResource ¶
func NewInResource(gts services.GitTagsService) (InResource, error)
NewInResource returns a new instance
Click to show internal directories.
Click to hide internal directories.