package
Version:
v0.0.0-...-b59a184
Opens a new window with list of versions in this module.
Published: Jun 2, 2023
License: MIT
Opens a new window with license information.
Imports: 27
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Go Money API
Go Money is a general day-to-day expenses manager.
Schemes: http
BasePath: /api/1
Version: 1.0.0
Consumes:
- application/json
Produces:
- application/json
swagger:meta
Money ...
func NewMoney(options ...moneyOption) (*Money, error)
NewMoney ...
func (m *Money) Reconfigure(options ...moneyOption)
Reconfigure ...
type MoneyConfig struct {
Log struct {
Level string `json:"level"`
} `json:"log"`
Host string `json:"host"`
Db gomanager.DBConfig `json:"db"`
Dropbox struct {
Enabled bool `json:"enabled"`
} `json:"dropbox"`
}
MoneyConfig ...
Source Files
¶
Click to show internal directories.
Click to hide internal directories.