Documentation ¶
Overview ¶
Package web contains all the logic that makes this software a web-service. It is filled with server related content and basically functions as a gateway between the user interface and the use cases. It figures out which request corresponds to which use cases and passes the required information to them. After that responses form the executed use case are collected and send back to the front-end.
Directories ¶
Path | Synopsis |
---|---|
Package action contains the action const for creating, saving, deleting, editing and updating
|
Package action contains the action const for creating, saving, deleting, editing and updating |
Package context is used to create a context that can be passed to the execution of templates.
|
Package context is used to create a context that can be passed to the execution of templates. |
Package errors contains helpful types and structures simplifying error handling.
|
Package errors contains helpful types and structures simplifying error handling. |
Package templates is used to easily retrieve parsed templates without hassle.
|
Package templates is used to easily retrieve parsed templates without hassle. |
Click to show internal directories.
Click to hide internal directories.