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
9 lines
219 B
Go
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
|
|
}
|