You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
matt2e
changed the title
Go build fails when calling external verb with a request type from a different module
Go build fails when using external verb client with external type
Mar 18, 2025
I had the following modules:
stocks
defines a type calledStockPrice
stocksdb
defines agetLatestPricesClient
verb which returns an array of StockPricesstocksdb.getLatestPricesClient
but the build always failsThe build error is due to the types.ftl.go file not having an import for
ftlstocks "ftl/stocks"
The text was updated successfully, but these errors were encountered: