Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateService ¶
type CreateService interface {
// Call and execute the process
Call(
ctx context.Context,
cfg config.Config,
textTemplateValues *data.TextTemplateValues,
customFlags map[string]string,
message string,
commitType string,
onlyMessage bool,
) (string, error)
}
CreateService is the service interface to create new git commits
func NewCreateService ¶
func NewCreateService(git gitPkg.Git) CreateService
NewCreateService returns an instance which implements the CreateService interface
Click to show internal directories.
Click to hide internal directories.