Directories
¶
| Path | Synopsis |
|---|---|
|
core
|
|
|
crud/delegate
Package delegate provides the ability to make function calls between different core packages when an import is not possible.
|
Package delegate provides the ability to make function calls between different core packages when an import is not possible. |
|
crud/home
Package home provides a business access to home data in the system.
|
Package home provides a business access to home data in the system. |
|
crud/home/stores/homedb
Package homedb contains home related CRUD functionality.
|
Package homedb contains home related CRUD functionality. |
|
crud/product
Package product provides an example of a core business API.
|
Package product provides an example of a core business API. |
|
crud/product/stores/productdb
Package productdb contains product related CRUD functionality.
|
Package productdb contains product related CRUD functionality. |
|
crud/user
Package user provides an example of a core business API.
|
Package user provides an example of a core business API. |
|
crud/user/stores/usercache
Package usercache contains user related CRUD functionality with caching.
|
Package usercache contains user related CRUD functionality with caching. |
|
crud/user/stores/userdb
Package userdb contains user related CRUD functionality.
|
Package userdb contains user related CRUD functionality. |
|
views/vproduct
Package vproduct provides an example of a core business API that is based on a view.
|
Package vproduct provides an example of a core business API that is based on a view. |
|
views/vproduct/stores/vproductdb
Package vproductdb provides access to the product view.
|
Package vproductdb provides access to the product view. |
|
data
|
|
|
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. |
|
migrate
Package migrate contains the database schema, migrations and seeding data.
|
Package migrate contains the database schema, migrations and seeding data. |
|
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. |
|
transaction
Package transaction provides support for database transaction related functionality.
|
Package transaction provides support for database transaction related functionality. |
|
web
|
|
|
auth
Package auth provides authentication and authorization support.
|
Package auth provides authentication and authorization support. |
|
debug
Package debug provides handler support for the debugging endpoints.
|
Package debug provides handler support for the debugging endpoints. |
|
errs
Package errs provides types and support related to web error functionality.
|
Package errs provides types and support related to web error functionality. |
|
metrics
Package metrics constructs the metrics the application will track.
|
Package metrics constructs the metrics the application will track. |
|
mid
Package mid contains the set of middleware functions.
|
Package mid contains the set of middleware functions. |
|
mux
Package mux provides support to bind domain level routes to the application mux.
|
Package mux provides support to bind domain level routes to the application mux. |
|
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. |
Click to show internal directories.
Click to hide internal directories.