niki/purchaseapp/delivery/http/invoice/handler.go

9 lines
85 B
Go

package invoice
type Handler struct {
}
func New() *Handler {
return &Handler{}
}