Directories ¶
Path | Synopsis |
---|---|
api
|
|
services/auth
Package auth represent the encore application.
|
Package auth represent the encore application. |
services/sales
Package sales represent the encore application.
|
Package sales represent the encore application. |
services/sales/tests/apitest
Package apitest contains supporting code for running app layer tests.
|
Package apitest contains supporting code for running app layer tests. |
app
|
|
domain/homeapp
Package homeapp maintains the app layer api for the home domain.
|
Package homeapp maintains the app layer api for the home domain. |
domain/productapp
Package productapp maintains the app layer api for the product domain.
|
Package productapp maintains the app layer api for the product domain. |
domain/tranapp
Package tranapp maintains the app layer api for the tran domain.
|
Package tranapp maintains the app layer api for the tran domain. |
domain/userapp
Package userapp maintains the app layer api for the user domain.
|
Package userapp maintains the app layer api for the user domain. |
domain/vproductapp
Package vproductapp maintains the app layer api for the vproduct domain.
|
Package vproductapp maintains the app layer api for the vproduct domain. |
sdk/auth
Package auth provides authentication and authorization support.
|
Package auth provides authentication and authorization support. |
sdk/debug
Package debug provides handler support for the debugging endpoints.
|
Package debug provides handler support for the debugging endpoints. |
sdk/errs
Package errs provides types and support related to web error functionality.
|
Package errs provides types and support related to web error functionality. |
sdk/metrics
Package metrics provides support to update metric values.
|
Package metrics provides support to update metric values. |
sdk/mid
Package mid provides context support.
|
Package mid provides context support. |
sdk/query
Package query provides support for query paging.
|
Package query provides support for query paging. |
business
|
|
domain/homebus
Package homebus provides business access to home domain.
|
Package homebus provides business access to home domain. |
domain/homebus/stores/homedb
Package homedb contains home related CRUD functionality.
|
Package homedb contains home related CRUD functionality. |
domain/productbus
Package productbus provides business access to product domain.
|
Package productbus provides business access to product domain. |
domain/productbus/stores/productdb
Package productdb contains product related CRUD functionality.
|
Package productdb contains product related CRUD functionality. |
domain/userbus
Package userbus provides business access to user domain.
|
Package userbus provides business access to user domain. |
domain/userbus/stores/usercache
Package usercache contains user related CRUD functionality with caching.
|
Package usercache contains user related CRUD functionality with caching. |
domain/userbus/stores/userdb
Package userdb contains user related CRUD functionality.
|
Package userdb contains user related CRUD functionality. |
domain/vproductbus
Package vproductbus provides business access to view product domain.
|
Package vproductbus provides business access to view product domain. |
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. |
sdk/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. |
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. |
sdk/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. |
sdk/order
Package order provides support for describing the ordering of data.
|
Package order provides support for describing the ordering of data. |
sdk/page
Package page provides support for query paging.
|
Package page provides support for query paging. |
sdk/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. |
sdk/sqldb
Package sqldb provides support for access the database.
|
Package sqldb provides support for access the database. |
sdk/sqldb/dbarray
Package dbarray provides support for database array types.
|
Package dbarray provides support for database array types. |
sdk/unitest
Package unitest provides support for excuting unit test logic.
|
Package unitest provides support for excuting unit test logic. |
foundation
|
|
keystore
Package keystore implements the auth.KeyLookup interface.
|
Package keystore implements the auth.KeyLookup interface. |
logger
Package logger provides support for initializing the log system.
|
Package logger provides support for initializing the log system. |
Click to show internal directories.
Click to hide internal directories.