Skip to content

Commit

Permalink
chore: implement task pkg that run one-off task
Browse files Browse the repository at this point in the history
  • Loading branch information
Lou1415926 committed Jul 14, 2020
1 parent 8969090 commit 3b0ded3
Show file tree
Hide file tree
Showing 4 changed files with 752 additions and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -170,3 +170,4 @@ gen-mocks: tools
${GOBIN}/mockgen -package=mocks -destination=./internal/pkg/deploy/cloudformation/stack/mocks/mock_lb_web_svc.go -source=./internal/pkg/deploy/cloudformation/stack/lb_web_svc.go
${GOBIN}/mockgen -package=mocks -destination=./internal/pkg/deploy/cloudformation/stack/mocks/mock_backend_svc.go -source=./internal/pkg/deploy/cloudformation/stack/backend_svc.go
${GOBIN}/mockgen -package=mocks -destination=./internal/pkg/template/mocks/mock_template.go -source=./internal/pkg/template/template.go
${GOBIN}/mockgen -package=mocks -destination=./internal/pkg/task/mocks/mock_task.go -source=./internal/pkg/task/task.go
188 changes: 188 additions & 0 deletions internal/pkg/task/mocks/mock_task.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 3b0ded3

Please sign in to comment.