2016-07-31 21:21:20 +00:00
|
|
|
// Copyright 2013 bee authors
|
|
|
|
//
|
|
|
|
// 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.
|
|
|
|
|
2017-03-06 23:58:53 +00:00
|
|
|
package generate
|
2016-07-31 21:21:20 +00:00
|
|
|
|
2020-12-16 05:20:41 +00:00
|
|
|
import "github.com/beego/bee/v2/utils"
|
2016-07-31 21:21:20 +00:00
|
|
|
|
2017-03-06 23:58:53 +00:00
|
|
|
var SQLDriver utils.DocValue
|
|
|
|
var SQLConn utils.DocValue
|
|
|
|
var Level utils.DocValue
|
|
|
|
var Tables utils.DocValue
|
|
|
|
var Fields utils.DocValue
|
2017-07-13 15:00:06 +00:00
|
|
|
var DDL utils.DocValue
|
2021-02-09 15:33:22 +00:00
|
|
|
|
|
|
|
|
|
|
|
// bee generate routers
|
|
|
|
var ControllerDirectory utils.DocValue
|
|
|
|
var RoutersFile utils.DocValue
|
|
|
|
var RouterPkg utils.DocValue
|