package app import "code.tnxs.net/taxnexus/lib/api/ops/ops_models" // TotalItemChannelWrapper wraps the object with workflow params type TotalItemChannelWrapper struct { Obj ops_models.TotalItem Principal User SagaID string SagaType string } // TotalItem is a DB struct type TotalItem struct { ID string TotalTaxItems []*TotalTaxItem DisplayName string Amount float64 Count int64 TenantID string }