merch-api/pkg/utils/handler.go
2026-02-23 20:46:53 +03:00

8 lines
83 B
Go

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