Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Content ¶
type Content struct { //App fyne.App -> if needed InfoLog *log.Logger ErrorLog *log.Logger //Services GoldPriceService services.GoldPriceClient ToolBar *widget.Toolbar AddHoldingsPurchaseAmountEntry *widget.Entry AddHoldingsPurchaseDateEntry *widget.Entry AddHoldingsPurchasePriceEntry *widget.Entry Repository repository.Repository // contains filtered or unexported fields }
func NewContent ¶
func NewContent() *Content
func (*Content) GetGraphTabContainer ¶
func (c *Content) GetGraphTabContainer() *fyne.Container
func (*Content) GetHoldingsTabContainer ¶
func (c *Content) GetHoldingsTabContainer() *fyne.Container
func (*Content) GetPriceContainer ¶
func (c *Content) GetPriceContainer() *fyne.Container
type LocalWindow ¶
type LocalWindow struct {
// contains filtered or unexported fields
}
func NewWindow ¶
func NewWindow(title string) *LocalWindow
func (*LocalWindow) ShowAndRun ¶
func (l *LocalWindow) ShowAndRun()
Click to show internal directories.
Click to hide internal directories.