maximo tejeda baa2d658af
All checks were successful
dev test / test (push) Successful in 18s
dev test / vulnCheck (push) Successful in 13s
dev test / Ci-Lint (push) Successful in 38s
change repo name
2024-12-02 22:56:57 -04:00

8 lines
167 B
Go

package ports
import "git.maximotejeda.com/maximo/us-dop-scrapper/internal/application/core/domain"
type DollarPort interface {
NewHistory(*domain.History) error
}