Documentation
¶
Overview ¶
* Copyright 2014-2015 LDLN * * This file is part of LDLN Base Station. * * LDLN Base Station is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. * * LDLN Base Station is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with LDLN Base Station. If not, see <http://www.gnu.org/licenses/>.
* Copyright 2014-2015 LDLN * * This file is part of LDLN Base Station. * * LDLN Base Station is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * any later version. * * LDLN Base Station is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with LDLN Base Station. If not, see <http://www.gnu.org/licenses/>.
Index ¶
- type SyncableObjects
- func (c SyncableObjects) CreateDataTypeAction() revel.Result
- func (c SyncableObjects) CreateDataTypeForm() revel.Result
- func (c SyncableObjects) CreateObjectAction(object_key string) revel.Result
- func (c SyncableObjects) CreateObjectForm(object_key string) revel.Result
- func (c SyncableObjects) ListDataTypes() revel.Result
- func (c SyncableObjects) ListObjects(object_key string) revel.Result
- func (c SyncableObjects) Map() revel.Result
- func (c SyncableObjects) MarkdownEditor() revel.Result
- func (c SyncableObjects) ViewObject(object_key, uuid string) revel.Result
- type Web
- func (c Web) CreateUserAction(username, password, confirm_password string) revel.Result
- func (c Web) CreateUserForm() revel.Result
- func (c Web) FirstTimeSetupAction(org_title, org_subtitle, org_mbtiles_file, org_map_center_lat, ... string) revel.Result
- func (c Web) FirstTimeSetupForm() revel.Result
- func (c Web) LoginAction(username, password string) revel.Result
- func (c Web) LoginForm() revel.Result
- func (c Web) Logout() revel.Result
- func (c Web) WebSocketTest() revel.Result
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SyncableObjects ¶
type SyncableObjects struct {
*revel.Controller
}
func (SyncableObjects) CreateDataTypeAction ¶
func (c SyncableObjects) CreateDataTypeAction() revel.Result
func (SyncableObjects) CreateDataTypeForm ¶
func (c SyncableObjects) CreateDataTypeForm() revel.Result
func (SyncableObjects) CreateObjectAction ¶
func (c SyncableObjects) CreateObjectAction(object_key string) revel.Result
func (SyncableObjects) CreateObjectForm ¶
func (c SyncableObjects) CreateObjectForm(object_key string) revel.Result
func (SyncableObjects) ListDataTypes ¶
func (c SyncableObjects) ListDataTypes() revel.Result
func (SyncableObjects) ListObjects ¶
func (c SyncableObjects) ListObjects(object_key string) revel.Result
func (SyncableObjects) Map ¶
func (c SyncableObjects) Map() revel.Result
func (SyncableObjects) MarkdownEditor ¶
func (c SyncableObjects) MarkdownEditor() revel.Result
func (SyncableObjects) ViewObject ¶
func (c SyncableObjects) ViewObject(object_key, uuid string) revel.Result
type Web ¶
type Web struct {
*revel.Controller
}