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/>.
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 ¶
- type Command
- type ForeverProcess
- func (u *ForeverProcess) Add() (pk interface{}, err error)
- func (u *ForeverProcess) ArgsSlice() []string
- func (u *ForeverProcess) Edit(mw func(db.Result) db.Result, args ...interface{}) error
- func (u *ForeverProcess) EnvSlice() []string
- func (u *ForeverProcess) Exists(name string) (bool, error)
- func (u *ForeverProcess) Exists2(name string, excludeID uint) (bool, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Command ¶
type Command struct {
*dbschema.NgingCommand
}
func NewCommand ¶
type ForeverProcess ¶
type ForeverProcess struct {
*dbschema.NgingForeverProcess
}
func NewForeverProcess ¶
func NewForeverProcess(ctx echo.Context) *ForeverProcess
func (*ForeverProcess) Add ¶
func (u *ForeverProcess) Add() (pk interface{}, err error)
func (*ForeverProcess) ArgsSlice ¶
func (u *ForeverProcess) ArgsSlice() []string
func (*ForeverProcess) EnvSlice ¶
func (u *ForeverProcess) EnvSlice() []string