# Functions
AccountByUsername requests the account for supplied ID number.
AccountByIndex requests the account for supplied ID number.
AccountByUsername requests the account for supplied ID number.
Accounts requests the full list if accounts stored in the DB - TODO paginate this request.
BuildService constructs a service with PostgreSQL DB client using the supplied configuration parameters.
CreateAccount validates then writes a new account to the database Once registered the new account will have a unique ID number.
CreateTx posts a new transaction to the DB.
No description provided by the author
No description provided by the author
Health pings the connected DB instance.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NewLogger initializes a new (logrus) Logger instance Supported log types are: text, json, none.
No description provided by the author
No description provided by the author
Status implements the status request endpoint.
TransactionByIndex requests the transaction for supplied ID number - TODO paginate these requests.
TxHistory returns the full list of to and from transactions from the database.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
BuildDate returns a build date generator.
CommitDate returns a commit date generator.
No description provided by the author
GitCommitHash https://icinga.com/blog/2022/05/25/embedding-git-commit-information-in-go-binaries/.
Version is the full Git semver tag.
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
HealthResponse contains status response fields.
No description provided by the author
Service represents the main psqllgedger service body with HTTP interface and DB connection.
StatusResponse contains status response fields.