Documentation ¶
There is no documentation for this package.
Directories ¶
Path | Synopsis |
---|---|
codegen
|
|
connector
The connector package is a group of support types and functions that enable the connector dialog to edit the generated connector and see changes on the fly.
|
The connector package is a group of support types and functions that enable the connector dialog to edit the generated connector and see changes on the fly. |
examples
|
|
The ideas package contains code that is not being used, but that we might use some day and include, but right now we don't want to support it.
|
The ideas package contains code that is not being used, but that we might use some day and include, but right now we don't want to support it. |
internal
|
|
install/goradd-project/web/app
The app package contains your local application object.
|
The app package contains your local application object. |
install/goradd-project/web/form
The form package contains code-generated forms that give you default functionality for your website.
|
The form package contains code-generated forms that give you default functionality for your website. |
install/goradd-tmp/template
The template package contains generated templates from the pre-generation process for codegen.
|
The template package contains generated templates from the pre-generation process for codegen. |
pkg
|
|
bootstrap
The bootstrap package is an example of an add-on module to goradd.
|
The bootstrap package is an example of an add-on module to goradd. |
datetime
The datetime package contains utilities for time and date related functions.
|
The datetime package contains utilities for time and date related functions. |
html
The HTML package includes general functions for manipulating html tags, comments and the like.
|
The HTML package includes general functions for manipulating html tags, comments and the like. |
i18n
The i18n package provides support services for translation of goradd web pages and widgets.
|
The i18n package provides support services for translation of goradd web pages and widgets. |
javascript
Package javascript converts go objects and types to javascript code, suitable for embedding in html or sending to the browser via a specialized ajax call.
|
Package javascript converts go objects and types to javascript code, suitable for embedding in html or sending to the browser via a specialized ajax call. |
log
Package log provides logging support for the application and framework developers
|
Package log provides logging support for the application and framework developers |
math
This math package contains number utlities that are not included in the Go math library, but that are still very useful.
|
This math package contains number utlities that are not included in the Go math library, but that are still very useful. |
orm/db
The db package works with the rest of the orm to interface between a database and the ORM abstraction of reading and querying a database.
|
The db package works with the rest of the orm to interface between a database and the ORM abstraction of reading and querying a database. |
orm/op
The op package contains operation and aggregation nodes that can be added to a QueryBuilder.
|
The op package contains operation and aggregation nodes that can be added to a QueryBuilder. |
orm/query
The query package primarily contains code used internally by the framework to build queries.
|
The query package primarily contains code used internally by the framework to build queries. |
page
Package page is the user-interface layer of goradd, and implements state management and rendering of an html page, as well as the framework for rendering controls.
|
Package page is the user-interface layer of goradd, and implements state management and rendering of an html page, as well as the framework for rendering controls. |
page/action
Package action defines actions that you can trigger using events.
|
Package action defines actions that you can trigger using events. |
page/control
Package control contains the implementations of the standard controls in goradd.
|
Package control contains the implementations of the standard controls in goradd. |
page/widget
The widget package contains supported composite and special purpose controls that are not part of the html standard
|
The widget package contains supported composite and special purpose controls that are not part of the html standard |
session/location
The location package implements a location queue built on top of the session service.
|
The location package implements a location queue built on top of the session service. |
url
package url contains url utilities beyond what is available in the net/url package
|
package url contains url utilities beyond what is available in the net/url package |
test
|
|
browsertest
Package test contains the test harness, which controls browser based tests.
|
Package test contains the test harness, which controls browser based tests. |
web
|
|
Click to show internal directories.
Click to hide internal directories.