workflow-pr: more tests
This commit is contained in:
@@ -41,10 +41,10 @@ type GitHandler struct {
|
||||
}
|
||||
|
||||
type GitHandlerGenerator interface {
|
||||
CreateGitHandler(git_author, email, prj_name string) (*GitHandler, error);
|
||||
CreateGitHandler(git_author, email, prj_name string) (*GitHandler, error)
|
||||
}
|
||||
|
||||
type GitHandlerImpl struct {}
|
||||
type GitHandlerImpl struct{}
|
||||
|
||||
func (*GitHandlerImpl) CreateGitHandler(git_author, email, prj_name string) (*GitHandler, error) {
|
||||
var err error
|
||||
|
Reference in New Issue
Block a user