Directories ¶
Path | Synopsis |
---|---|
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. |
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. |
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. |
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. |
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. |
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. |
Package log provides logging support for the application and framework developers
|
Package log provides logging support for the application and framework developers |
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. |
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. |
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. |
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. |
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. |
action
Package action defines actions that you can trigger using events.
|
Package action defines actions that you can trigger using events. |
control
Package control contains implementations of standard HTML controls in GoRADD.
|
Package control contains implementations of standard HTML controls in GoRADD. |
control/button
Package button includes button and button-like controls that are clickable, including things that toggle.
|
Package button includes button and button-like controls that are clickable, including things that toggle. |
control/dialog
Package dialog contains dialog controls.
|
Package dialog contains dialog controls. |
control/generator
Package generator contains helper objects to describe controls to the code generator so that they can generate customizable data connectors that associate controls with data in the database.
|
Package generator contains helper objects to describe controls to the code generator so that they can generate customizable data connectors that associate controls with data in the database. |
control/list
Package list contains list-type controls.
|
Package list contains list-type controls. |
control/table
Package table implements various table controls.
|
Package table implements various table controls. |
control/textbox
Package textbox implements textbox-like form controls.
|
Package textbox implements textbox-like form controls. |
event
Package event contains functions that specify various kinds of javascript events that GoRADD controls respond to.
|
Package event contains functions that specify various kinds of javascript events that GoRADD controls respond to. |
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 |
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. |
package stringmap contains utilities to handle common map operations
|
package stringmap contains utilities to handle common map operations |
Package time has some utilities for time.Time values
|
Package time has some utilities for time.Time values |
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 |
Click to show internal directories.
Click to hide internal directories.