Documentation ¶
Directories ¶
Path | Synopsis |
---|---|
cmd
|
|
package portfolio contains all kinds of different finance calculations.
|
package portfolio contains all kinds of different finance calculations. |
import
|
|
csv
package csv contains a CSV importer for securities and portfolios.
|
package csv contains a CSV importer for securities and portfolios. |
package persistence contains our storage layer.
|
package persistence contains our storage layer. |
repl provides a simple Read-Eval-Print-Loop (REPL) to issue commands to an integrated client.
|
repl provides a simple Read-Eval-Print-Loop (REPL) to issue commands to an integrated client. |
commands
package commands contains commands that can be executed by the REPL.
|
package commands contains commands that can be executed by the REPL. |
service
|
|
internal/crud
package crud contains helpers to handle CRUD (Create, Read, Update and Delete) requests that work on [persistence.StorageOperations] in a common way.
|
package crud contains helpers to handle CRUD (Create, Read, Update and Delete) requests that work on [persistence.StorageOperations] in a common way. |
portfolio
package portfolio contains the code for the PortfolioService implementation.
|
package portfolio contains the code for the PortfolioService implementation. |
securities
package securities contains the code for the SecuritiesService implementation.
|
package securities contains the code for the SecuritiesService implementation. |
Click to show internal directories.
Click to hide internal directories.