Added GraphQL server #2498
Annotations
10 errors and 1 warning
Build Backend:
finance/snapshot.go#L89
cannot use eventsBefore(txs, timestamp) (value of type []*persistence.PortfolioEvent) as []*portfoliov1.PortfolioEvent value in assignment
|
Build Backend:
finance/snapshot.go#L89
cannot use txs (variable of type []*portfoliov1.PortfolioEvent) as []*persistence.PortfolioEvent value in argument to eventsBefore
|
Build Backend:
finance/snapshot.go#L89
cannot use timestamp (variable of type *time.Time) as time.Time value in argument to eventsBefore
|
Build Backend:
finance/snapshot.go#L95
snap.Cash.PlusAssign undefined (type *persistence.Currency has no field or method PlusAssign)
|
Build Backend:
finance/snapshot.go#L104
snap.Cash.PlusAssign undefined (type *persistence.Currency has no field or method PlusAssign)
|
Build Backend:
finance/snapshot.go#L107
cannot use secmap[name] (map index expression of type *persistence.Security) as *portfoliov1.Security value in struct literal
|
Build Backend:
finance/snapshot.go#L111
undefined: marketPrice
|
Build Backend:
finance/snapshot.go#L112
undefined: marketPrice
|
Build Backend:
finance/snapshot.go#L120
snap.TotalPurchaseValue undefined (type *models.PortfolioSnapshot has no field or method TotalPurchaseValue)
|
Build Backend:
finance/snapshot.go#L121
snap.TotalMarketValue undefined (type *models.PortfolioSnapshot has no field or method TotalMarketValue)
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading