Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/claygod/transaction
/ types & classes
Types & classes
9 in github.com/claygod/transaction
⨍
Functions
107
◇
Types & classes
9
Struct
Core
* Core - root application structure */
core_public.go:20
Struct
Transaction
Core Transaction Copyright © 2017-2018 Eduard Sesigin. All rights reserved. Contacts: <claygod@yandex.ru> * Transaction - preparation and execution of
transaction_public.go:10
Struct
account
* account - keeps a balance. Account balance can not be less than zero. The counter has two tasks: counts the number of operations performed stops
account.go:20
TypeAlias
errorCodes
config.go:14
TypeAlias
logger
* logger - prints error messages to the console */
logger.go:15
Struct
request
* request - single operation data */
transaction_private.go:144
Struct
section
* section - provides access to units. Frequent operations to get a unit are executed in the read/unlocked mode. Rare operations of adding and removing
storage.go:59
TypeAlias
storage
* storage - provides access to sections with units. The storage is executed as an array with maps to reduce the GC pauses. */
storage.go:19
Struct
unit
* unit - aggregates accounts. */
unit.go:14