Directories
¶
| Path | Synopsis |
|---|---|
|
domain
|
|
|
auditbus
Package auditbus provides a business logic layer for handling audit events.
|
Package auditbus provides a business logic layer for handling audit events. |
|
auditbus/stores/auditdb
Package auditdb contains audit related CRUD functionality.
|
Package auditdb contains audit related CRUD functionality. |
|
homebus
Package homebus provides business access to home domain.
|
Package homebus provides business access to home domain. |
|
homebus/stores/homedb
Package homedb contains home related CRUD functionality.
|
Package homedb contains home related CRUD functionality. |
|
productbus
Package productbus provides business access to product domain.
|
Package productbus provides business access to product domain. |
|
productbus/stores/productdb
Package productdb contains product related CRUD functionality.
|
Package productdb contains product related CRUD functionality. |
|
userbus
Package userbus provides business access to user domain.
|
Package userbus provides business access to user domain. |
|
userbus/extensions/useraudit
Package useraudit provides an extension for userbus that adds auditing functionality.
|
Package useraudit provides an extension for userbus that adds auditing functionality. |
|
userbus/extensions/userotel
Package userotel provides an extension for userbus that adds otel tracking.
|
Package userotel provides an extension for userbus that adds otel tracking. |
|
userbus/stores/usercache
Package usercache contains user related CRUD functionality with caching.
|
Package usercache contains user related CRUD functionality with caching. |
|
userbus/stores/userdb
Package userdb contains user related CRUD functionality.
|
Package userdb contains user related CRUD functionality. |
|
vproductbus
Package vproductbus provides business access to view product domain.
|
Package vproductbus provides business access to view product domain. |
|
vproductbus/stores/vproductdb
Package vproductdb provides access to the product view.
|
Package vproductdb provides access to the product view. |
|
sdk
|
|
|
dbtest
Package dbtest contains supporting code for running tests that hit the DB.
|
Package dbtest contains supporting code for running tests that hit the DB. |
|
delegate
Package delegate provides the ability to make function calls between different domain packages when an import is not possible.
|
Package delegate provides the ability to make function calls between different domain packages when an import is not possible. |
|
migrate
Package migrate contains the database schema, migrations and seeding data.
|
Package migrate contains the database schema, migrations and seeding data. |
|
order
Package order provides support for describing the ordering of data.
|
Package order provides support for describing the ordering of data. |
|
page
Package page provides support for query paging.
|
Package page provides support for query paging. |
|
sqldb
Package sqldb provides support for access the database.
|
Package sqldb provides support for access the database. |
|
sqldb/dbarray
Package dbarray provides support for database array types.
|
Package dbarray provides support for database array types. |
|
unitest
Package unitest provides support for excuting unit test logic.
|
Package unitest provides support for excuting unit test logic. |
|
types
|
|
|
domain
Package domain represents the domain type in the system.
|
Package domain represents the domain type in the system. |
|
hometype
Package hometype represents the home type in the system.
|
Package hometype represents the home type in the system. |
|
money
Package money represents a money in the system.
|
Package money represents a money in the system. |
|
name
Package name represents a name in the system.
|
Package name represents a name in the system. |
|
quantity
Package quantity represents a quantity in the system.
|
Package quantity represents a quantity in the system. |
|
role
Package role represents the role type in the system.
|
Package role represents the role type in the system. |
Click to show internal directories.
Click to hide internal directories.