Directories ¶
Path | Synopsis |
---|---|
domain
|
|
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/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
|
|
appdb
Package appdb declares the application database, contains the SQL for database migrations and seeding.
|
Package appdb declares the application database, contains the SQL for database migrations and seeding. |
appdb/migrate
Package migrate provides functions used by the dbtest package to init a database for proper use.
|
Package migrate provides functions used by the dbtest package to init a database for proper use. |
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. |
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. |
pubsub
Package pubsub provides topics that can be access by the business layer.
|
Package pubsub provides topics that can be access by the business layer. |
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. |
Click to show internal directories.
Click to hide internal directories.