caddymanager

package module
v0.3.3 Latest Latest
Warning

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

Go to latest
Published: Apr 9, 2022 License: AGPL-3.0 Imports: 11 Imported by: 2

README

caddymanager

Caddy服务管理

Documentation

Index

Constants

View Source
const ID = `caddy`

Variables

View Source
var LeftNavigate = handler.LeftNavigate
View Source
var Module = module.Module{
	Startup: ID,
	Extend: map[string]extend.Initer{
		ID: pluginCmder.Initer,
	},
	Cmder: map[string]cmder.Cmder{
		ID: pluginCmder.New(),
	},
	TemplatePath: map[string]string{
		ID: `caddymanager/template/backend`,
	},
	AssetsPath:    []string{},
	SQLCollection: setup.RegisterSQL,
	Dashboard:     RegisterDashboard,
	Navigate:      RegisterNavigate,
	Route:         handler.RegisterRoute,
	LogParser: map[string]common.LogParser{
		`access`: handler.ParseTailLine,
	},
	DBSchemaVer: 0.0000,
}

Functions

func RegisterDashboard

func RegisterDashboard(dd *dashboard.Dashboards)

func RegisterNavigate

func RegisterNavigate(nc *navigate.Collection)

Types

This section is empty.

Directories

Path Synopsis
pkg
handler
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.
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.
model
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.
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.

Jump to

Keyboard shortcuts

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