Documentation ¶
Overview ¶
package portfolio contains the code for the PortfolioService implementation.
Index ¶
Constants ¶
View Source
const DefaultSecuritiesServiceURL = "http://localhost:8080"
Variables ¶
Functions ¶
func NewService ¶
func NewService(opts Options) portfoliov1connect.PortfolioServiceHandler
Types ¶
type Options ¶
type Options struct { SecuritiesClient portfoliov1connect.SecuritiesServiceClient DB *persistence.DB }
Click to show internal directories.
Click to hide internal directories.