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