controller

package
v1.6.1-release Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 16, 2020 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Overview

Copyright [2018] [jc3wish]

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Copyright [2018] [jc3wish]

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Index

Constants

This section is empty.

Variables

View Source
var IndexHtml = `` /* 78253-byte string literal not displayed */
View Source
var StaticMap map[string]string

Functions

This section is empty.

Types

type DBController

type DBController struct {
	xgo.Controller
}

func (*DBController) Detail

func (c *DBController) Detail()

func (*DBController) GetTableFields

func (c *DBController) GetTableFields()

func (*DBController) TableList

func (c *DBController) TableList()

type IndexController

type IndexController struct {
	xgo.Controller
}

func (*IndexController) Index

func (c *IndexController) Index()

type OtherController

type OtherController struct {
	xgo.Controller
}

func (*OtherController) NotSupported

func (c *OtherController) NotSupported()

func (*OtherController) StaticHtml

func (c *OtherController) StaticHtml()

type ResultDataStruct

type ResultDataStruct struct {
	Status int8        `json:"status"`
	Msg    string      `json:"msg"`
	Data   interface{} `json:"data"`
}

type TableToServerController

type TableToServerController struct {
	xgo.Controller
}

func (*TableToServerController) Add

func (c *TableToServerController) Add()

func (*TableToServerController) List

func (c *TableToServerController) List()

type TableToServerParam

type TableToServerParam struct {
	DbName        string
	SchemaName    string
	TableName     string
	ToServerKey   string
	PluginName    string
	FieldList     []string
	MustBeSuccess bool
	FilterQuery   bool
	FilterUpdate  bool
	PluginParam   map[string]interface{}
	ToServerId    int
	Index         int
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL