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