package ports import "th7/data/core" type DBPort interface { Close() Save([]core.Channel) error }