Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InsertPortfolio ¶
func RemovePortfolio ¶
func UpdatePortfolio ¶
Types ¶
type Portfolio ¶
type Portfolio struct { ID *int `json:"id"` UUID string `json:"uuid"` Name string `json:"name"` AlternateName string `json:"alternateName"` StartDate *time.Time `json:"startDate"` EndDate *time.Time `json:"endDate"` UserEmail string `json:"userEmail"` Description string `json:"description"` BaseAssetID *int `json:"baseAssetId"` PortfolioTypeID *int `json:"portfolioTypeId"` ParentID *int `json:"parentId"` CreatedBy string `json:"createdBy"` CreatedAt time.Time `json:"createdAt"` UpdatedBy string `json:"updatedBy"` UpdatedAt time.Time `json:"updatedAt"` }
Portfolio
func GetPortfolio ¶
func GetPortfolios ¶
func GetTopTenPortfolios ¶
Click to show internal directories.
Click to hide internal directories.