Documentation ¶
Overview ¶
Nging is a toolbox for webmasters Copyright (C) 2018-present Wenhui Shen <swh@admpub.com>
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program 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 Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License along with this program. If not, see <https://www.gnu.org/licenses/>.
Index ¶
Constants ¶
This section is empty.
Variables ¶
var CaddyLogRegexpList = sync.Map{}
Functions ¶
This section is empty.
Types ¶
type AccessLog ¶
type AccessLog struct {
*dbschema.NgingAccessLog
}
func NewAccessLog ¶
func (*AccessLog) ToLite ¶
func (m *AccessLog) ToLite() *AccessLogLite
type AccessLogLite ¶
type Vhost ¶
type Vhost struct {
*dbschema.NgingVhost
}
func (*Vhost) RemoveCachedCert ¶
func (m *Vhost) RemoveCachedCert()
type VhostAndGroup ¶
type VhostAndGroup struct { *dbschema.NgingVhost Group *dbschema.NgingVhostGroup `db:"-,relation=id:group_id|gtZero"` }