dolar/internal/ports/nats.go
maximo tejeda 4b60ebc7a7
All checks were successful
dev test / test (push) Successful in 17s
dev test / vulnCheck (push) Successful in 30s
dev test / Ci-Lint (push) Successful in 19s
${{ github.actor }} executed Build Push Prod / build (push) Successful in 4m24s
${{ github.actor }} executed Build Push Prod / deploy (push) Successful in 18s
FIRST commit
2024-12-02 16:07:48 -04:00

9 lines
219 B
Go

package ports
import "git.maximotejeda.com/maximo/dolar/internal/application/core/domain"
type NATSPort interface {
ChangeRegistered(history *domain.Message) error
NewInstRegistered(history *domain.Message) error
}