Created
February 18, 2020 09:50
-
-
Save bykof/c1d3f682261e31763d85af5f7eada662 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
func (orderController *OrderController) Inject( | |
responder *web.Responder, | |
orderService service.IOrderService, | |
) { | |
orderController.responder = responder | |
orderController.orderService = orderService | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment