Skip to content

Commit

Permalink
add response pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
veezhang committed Apr 15, 2022
1 parent 2bac74f commit 15afb8a
Show file tree
Hide file tree
Showing 7 changed files with 444 additions and 500 deletions.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ vet:

imports: $(GOBIN)/goimports $(GOBIN)/impi
$(GOBIN)/impi --local github.com/vesoft-inc --scheme stdLocalThirdParty \
--skip handler/*.go --skip model/*.go \
-ignore-generated ./... \
|| exit 1

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
- [mail](mail) - Simple mail client.
- [notify](notify) - Notification interface, supports template, filter, tingtalk and mail.
- [validator](validator) - Used for parameter validation.
- [middleware]middleware - Some generic middleware.
- [response](response) - Standard response.
168 changes: 0 additions & 168 deletions middleware/standard_response.go

This file was deleted.

Loading

0 comments on commit 15afb8a

Please sign in to comment.