Documentation ¶
There is no documentation for this package.
Directories ¶
Path | Synopsis |
---|---|
codegen
|
|
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
|
|
ci
Package ci contains the code performed by the continuous-integration tests
|
Package ci contains the code performed by the continuous-integration tests |
ci/goradd-test
This application puts the browser tests into an application that will launch a server, run the tests and then exit with the results of the tests.
|
This application puts the browser tests into an application that will launch a server, run the tests and then exit with the results of the tests. |
install/goradd-project/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. |
install/goradd-project/web/app
Package app contains your local application object.
|
Package app contains your local application object. |
install/goradd-project/web/form
This form package is a place for you to put your application's forms.
|
This form package is a place for you to put your application's forms. |
pkg
|
|
api
Package api gives you a default pattern for registering an API, like a REST API, to be served by the app.
|
Package api gives you a default pattern for registering an API, like a REST API, to be served by the app. |
auth
Package auth provides a default authentication framework based on user name and password.
|
Package auth provides a default authentication framework based on user name and password. |
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. |
http
Package http contains utilities to support traditional http server output and middleware from the goradd server.
|
Package http contains utilities to support traditional http server output and middleware from the goradd server. |
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
Package math contains number utilities that are not included in the Go math library, but that are useful.
|
Package math contains number utilities that are not included in the Go math library, but that are useful. |
messageServer
Package messageServer implements a general purpose messaging platform based on the gorilla websocket implementation.
|
Package messageServer implements a general purpose messaging platform based on the gorilla websocket implementation. |
orm/db
Package db works with the rest of the orm to interface between a database and the ORM abstraction of reading and querying a database.
|
Package db 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. |
stringmap
package stringmap contains utilities to handle common map operations
|
package stringmap contains utilities to handle common map operations |
time
Package time has some utilities for time.Time values
|
Package time has some utilities for time.Time values |
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.