Documentation ¶ Index ¶ type Config func ReadJsonConfig(path string) Config Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Config ¶ type Config struct { Id int `json:"id"` Name int `json:"name"` Isin int `json:"isin"` Type int `json:"type"` Ticker int `json:"ticker"` Date int `json:"date"` Shares int `json:"shares"` Amount int `json:"amount"` } func ReadJsonConfig ¶ func ReadJsonConfig(path string) Config Source Files ¶ View all Source files helpers.go Click to show internal directories. Click to hide internal directories.