command

package
v0.0.15 Latest Latest
Warning

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

Go to latest
Published: Oct 25, 2024 License: Apache-2.0 Imports: 18 Imported by: 0

Documentation

Overview

Copyright © 2020 Marvin

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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.

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

This section is empty.

Functions

This section is empty.

Types

type App

type App struct {
	Server  string
	Version bool
	Args    []string
}

func (*App) AppAssess

func (a *App) AppAssess() component.Cmder

func (*App) AppCompare

func (a *App) AppCompare() component.Cmder

func (*App) AppCsv

func (a *App) AppCsv() component.Cmder

func (*App) AppDatabase

func (a *App) AppDatabase() component.Cmder

func (*App) AppDatasource

func (a *App) AppDatasource() component.Cmder

func (*App) AppDecrypt

func (a *App) AppDecrypt() component.Cmder

func (*App) AppScan

func (a *App) AppScan() component.Cmder

func (*App) AppSql

func (a *App) AppSql() component.Cmder

func (*App) AppStatement

func (a *App) AppStatement() component.Cmder

func (*App) AppStruct

func (a *App) AppStruct() component.Cmder

func (*App) AppTask

func (a *App) AppTask() component.Cmder

func (*App) AppVerify

func (a *App) AppVerify() component.Cmder

func (*App) Cmd

func (a *App) Cmd() *cobra.Command

func (*App) PersistentPreRunE

func (a *App) PersistentPreRunE(cmd *cobra.Command, args []string) error

func (*App) RunE

func (a *App) RunE(cmd *cobra.Command, args []string) error

type AppAssess

type AppAssess struct {
	*App
}

func (*AppAssess) AppAssessDelete

func (a *AppAssess) AppAssessDelete() component.Cmder

func (*AppAssess) AppAssessGen

func (a *AppAssess) AppAssessGen() component.Cmder

func (*AppAssess) AppAssessGet

func (a *AppAssess) AppAssessGet() component.Cmder

func (*AppAssess) AppAssessUpsert

func (a *AppAssess) AppAssessUpsert() component.Cmder

func (*AppAssess) Cmd

func (a *AppAssess) Cmd() *cobra.Command

func (*AppAssess) RunE

func (a *AppAssess) RunE(cmd *cobra.Command, args []string) error

type AppAssessDelete

type AppAssessDelete struct {
	*AppAssess
	// contains filtered or unexported fields
}

func (*AppAssessDelete) Cmd

func (a *AppAssessDelete) Cmd() *cobra.Command

func (*AppAssessDelete) RunE

func (a *AppAssessDelete) RunE(cmd *cobra.Command, args []string) error

type AppAssessGen

type AppAssessGen struct {
	*AppAssess
	// contains filtered or unexported fields
}

func (*AppAssessGen) Cmd

func (a *AppAssessGen) Cmd() *cobra.Command

func (*AppAssessGen) RunE

func (a *AppAssessGen) RunE(cmd *cobra.Command, args []string) error

type AppAssessGet

type AppAssessGet struct {
	*AppAssess
	// contains filtered or unexported fields
}

func (*AppAssessGet) Cmd

func (a *AppAssessGet) Cmd() *cobra.Command

func (*AppAssessGet) RunE

func (a *AppAssessGet) RunE(cmd *cobra.Command, args []string) error

type AppAssessUpsert

type AppAssessUpsert struct {
	*AppAssess
	// contains filtered or unexported fields
}

func (*AppAssessUpsert) Cmd

func (a *AppAssessUpsert) Cmd() *cobra.Command

func (*AppAssessUpsert) RunE

func (a *AppAssessUpsert) RunE(cmd *cobra.Command, args []string) error

type AppCompare

type AppCompare struct {
	*App
}

func (*AppCompare) AppCompareDelete

func (a *AppCompare) AppCompareDelete() component.Cmder

func (*AppCompare) AppCompareGen

func (a *AppCompare) AppCompareGen() component.Cmder

func (*AppCompare) AppCompareGet

func (a *AppCompare) AppCompareGet() component.Cmder

func (*AppCompare) AppCompareUpsert

func (a *AppCompare) AppCompareUpsert() component.Cmder

func (*AppCompare) Cmd

func (a *AppCompare) Cmd() *cobra.Command

func (*AppCompare) RunE

func (a *AppCompare) RunE(cmd *cobra.Command, args []string) error

type AppCompareDelete

type AppCompareDelete struct {
	*AppCompare
	// contains filtered or unexported fields
}

func (*AppCompareDelete) Cmd

func (a *AppCompareDelete) Cmd() *cobra.Command

func (*AppCompareDelete) RunE

func (a *AppCompareDelete) RunE(cmd *cobra.Command, args []string) error

type AppCompareGen

type AppCompareGen struct {
	*AppCompare
	// contains filtered or unexported fields
}

func (*AppCompareGen) Cmd

func (a *AppCompareGen) Cmd() *cobra.Command

func (*AppCompareGen) RunE

func (a *AppCompareGen) RunE(cmd *cobra.Command, args []string) error

type AppCompareGet

type AppCompareGet struct {
	*AppCompare
	// contains filtered or unexported fields
}

func (*AppCompareGet) Cmd

func (a *AppCompareGet) Cmd() *cobra.Command

func (*AppCompareGet) RunE

func (a *AppCompareGet) RunE(cmd *cobra.Command, args []string) error

type AppCompareUpsert

type AppCompareUpsert struct {
	*AppCompare
	// contains filtered or unexported fields
}

func (*AppCompareUpsert) Cmd

func (a *AppCompareUpsert) Cmd() *cobra.Command

func (*AppCompareUpsert) RunE

func (a *AppCompareUpsert) RunE(cmd *cobra.Command, args []string) error

type AppCsv

type AppCsv struct {
	*App
}

func (*AppCsv) AppCsvDelete

func (a *AppCsv) AppCsvDelete() component.Cmder

func (*AppCsv) AppCsvGet

func (a *AppCsv) AppCsvGet() component.Cmder

func (*AppCsv) AppCsvUpsert

func (a *AppCsv) AppCsvUpsert() component.Cmder

func (*AppCsv) Cmd

func (a *AppCsv) Cmd() *cobra.Command

func (*AppCsv) RunE

func (a *AppCsv) RunE(cmd *cobra.Command, args []string) error

type AppCsvDelete

type AppCsvDelete struct {
	*AppCsv
	// contains filtered or unexported fields
}

func (*AppCsvDelete) Cmd

func (a *AppCsvDelete) Cmd() *cobra.Command

func (*AppCsvDelete) RunE

func (a *AppCsvDelete) RunE(cmd *cobra.Command, args []string) error

type AppCsvGet

type AppCsvGet struct {
	*AppCsv
	// contains filtered or unexported fields
}

func (*AppCsvGet) Cmd

func (a *AppCsvGet) Cmd() *cobra.Command

func (*AppCsvGet) RunE

func (a *AppCsvGet) RunE(cmd *cobra.Command, args []string) error

type AppCsvUpsert

type AppCsvUpsert struct {
	*AppCsv
	// contains filtered or unexported fields
}

func (*AppCsvUpsert) Cmd

func (a *AppCsvUpsert) Cmd() *cobra.Command

func (*AppCsvUpsert) RunE

func (a *AppCsvUpsert) RunE(cmd *cobra.Command, args []string) error

type AppDatabase

type AppDatabase struct {
	*App
}

func (*AppDatabase) AppDatabaseDelete

func (a *AppDatabase) AppDatabaseDelete() component.Cmder

func (*AppDatabase) AppDatabaseGet

func (a *AppDatabase) AppDatabaseGet() component.Cmder

func (*AppDatabase) AppDatabaseUpsert

func (a *AppDatabase) AppDatabaseUpsert() component.Cmder

func (*AppDatabase) Cmd

func (a *AppDatabase) Cmd() *cobra.Command

func (*AppDatabase) RunE

func (a *AppDatabase) RunE(cmd *cobra.Command, args []string) error

type AppDatabaseDelete

type AppDatabaseDelete struct {
	*AppDatabase
	// contains filtered or unexported fields
}

func (*AppDatabaseDelete) Cmd

func (a *AppDatabaseDelete) Cmd() *cobra.Command

func (*AppDatabaseDelete) RunE

func (a *AppDatabaseDelete) RunE(cmd *cobra.Command, args []string) error

type AppDatabaseGet

type AppDatabaseGet struct {
	*AppDatabase
}

func (*AppDatabaseGet) Cmd

func (a *AppDatabaseGet) Cmd() *cobra.Command

func (*AppDatabaseGet) RunE

func (a *AppDatabaseGet) RunE(cmd *cobra.Command, args []string) error

type AppDatabaseUpsert

type AppDatabaseUpsert struct {
	*AppDatabase
	// contains filtered or unexported fields
}

func (*AppDatabaseUpsert) Cmd

func (a *AppDatabaseUpsert) Cmd() *cobra.Command

func (*AppDatabaseUpsert) RunE

func (a *AppDatabaseUpsert) RunE(cmd *cobra.Command, args []string) error

type AppDatasource

type AppDatasource struct {
	*App
}

func (*AppDatasource) AppDatasourceDelete

func (a *AppDatasource) AppDatasourceDelete() component.Cmder

func (*AppDatasource) AppDatasourceGet

func (a *AppDatasource) AppDatasourceGet() component.Cmder

func (*AppDatasource) AppDatasourceUpsert

func (a *AppDatasource) AppDatasourceUpsert() component.Cmder

func (*AppDatasource) Cmd

func (a *AppDatasource) Cmd() *cobra.Command

func (*AppDatasource) RunE

func (a *AppDatasource) RunE(cmd *cobra.Command, args []string) error

type AppDatasourceDelete

type AppDatasourceDelete struct {
	*AppDatasource
	// contains filtered or unexported fields
}

func (*AppDatasourceDelete) Cmd

func (a *AppDatasourceDelete) Cmd() *cobra.Command

func (*AppDatasourceDelete) RunE

func (a *AppDatasourceDelete) RunE(cmd *cobra.Command, args []string) error

type AppDatasourceGet

type AppDatasourceGet struct {
	*AppDatasource
	// contains filtered or unexported fields
}

func (*AppDatasourceGet) Cmd

func (a *AppDatasourceGet) Cmd() *cobra.Command

func (*AppDatasourceGet) RunE

func (a *AppDatasourceGet) RunE(cmd *cobra.Command, args []string) error

type AppDatasourceUpsert

type AppDatasourceUpsert struct {
	*AppDatasource
	// contains filtered or unexported fields
}

func (*AppDatasourceUpsert) Cmd

func (a *AppDatasourceUpsert) Cmd() *cobra.Command

func (*AppDatasourceUpsert) RunE

func (a *AppDatasourceUpsert) RunE(cmd *cobra.Command, args []string) error

type AppDecrypt

type AppDecrypt struct {
	*App
	// contains filtered or unexported fields
}

func (*AppDecrypt) Cmd

func (a *AppDecrypt) Cmd() *cobra.Command

func (*AppDecrypt) RunE

func (a *AppDecrypt) RunE(cmd *cobra.Command, args []string) error

type AppScan

type AppScan struct {
	*App
}

func (*AppScan) AppScanDelete

func (a *AppScan) AppScanDelete() component.Cmder

func (*AppScan) AppScanGen

func (a *AppScan) AppScanGen() component.Cmder

func (*AppScan) AppScanGet

func (a *AppScan) AppScanGet() component.Cmder

func (*AppScan) AppScanUpsert

func (a *AppScan) AppScanUpsert() component.Cmder

func (*AppScan) Cmd

func (a *AppScan) Cmd() *cobra.Command

func (*AppScan) RunE

func (a *AppScan) RunE(cmd *cobra.Command, args []string) error

type AppScanDelete

type AppScanDelete struct {
	*AppScan
	// contains filtered or unexported fields
}

func (*AppScanDelete) Cmd

func (a *AppScanDelete) Cmd() *cobra.Command

func (*AppScanDelete) RunE

func (a *AppScanDelete) RunE(cmd *cobra.Command, args []string) error

type AppScanGen

type AppScanGen struct {
	*AppScan
	// contains filtered or unexported fields
}

func (*AppScanGen) Cmd

func (a *AppScanGen) Cmd() *cobra.Command

func (*AppScanGen) RunE

func (a *AppScanGen) RunE(cmd *cobra.Command, args []string) error

type AppScanGet

type AppScanGet struct {
	*AppScan
	// contains filtered or unexported fields
}

func (*AppScanGet) Cmd

func (a *AppScanGet) Cmd() *cobra.Command

func (*AppScanGet) RunE

func (a *AppScanGet) RunE(cmd *cobra.Command, args []string) error

type AppScanUpsert

type AppScanUpsert struct {
	*AppScan
	// contains filtered or unexported fields
}

func (*AppScanUpsert) Cmd

func (a *AppScanUpsert) Cmd() *cobra.Command

func (*AppScanUpsert) RunE

func (a *AppScanUpsert) RunE(cmd *cobra.Command, args []string) error

type AppSql

type AppSql struct {
	*App
}

func (*AppSql) AppSqlDelete

func (a *AppSql) AppSqlDelete() component.Cmder

func (*AppSql) AppSqlGet

func (a *AppSql) AppSqlGet() component.Cmder

func (*AppSql) AppSqlUpsert

func (a *AppSql) AppSqlUpsert() component.Cmder

func (*AppSql) Cmd

func (a *AppSql) Cmd() *cobra.Command

func (*AppSql) RunE

func (a *AppSql) RunE(cmd *cobra.Command, args []string) error

type AppSqlDelete

type AppSqlDelete struct {
	*AppSql
	// contains filtered or unexported fields
}

func (*AppSqlDelete) Cmd

func (a *AppSqlDelete) Cmd() *cobra.Command

func (*AppSqlDelete) RunE

func (a *AppSqlDelete) RunE(cmd *cobra.Command, args []string) error

type AppSqlGet

type AppSqlGet struct {
	*AppSql
	// contains filtered or unexported fields
}

func (*AppSqlGet) Cmd

func (a *AppSqlGet) Cmd() *cobra.Command

func (*AppSqlGet) RunE

func (a *AppSqlGet) RunE(cmd *cobra.Command, args []string) error

type AppSqlUpsert

type AppSqlUpsert struct {
	*AppSql
	// contains filtered or unexported fields
}

func (*AppSqlUpsert) Cmd

func (a *AppSqlUpsert) Cmd() *cobra.Command

func (*AppSqlUpsert) RunE

func (a *AppSqlUpsert) RunE(cmd *cobra.Command, args []string) error

type AppStatement

type AppStatement struct {
	*App
}

func (*AppStatement) AppStatementDelete

func (a *AppStatement) AppStatementDelete() component.Cmder

func (*AppStatement) AppStatementGet

func (a *AppStatement) AppStatementGet() component.Cmder

func (*AppStatement) AppStatementUpsert

func (a *AppStatement) AppStatementUpsert() component.Cmder

func (*AppStatement) Cmd

func (a *AppStatement) Cmd() *cobra.Command

func (*AppStatement) RunE

func (a *AppStatement) RunE(cmd *cobra.Command, args []string) error

type AppStatementDelete

type AppStatementDelete struct {
	*AppStatement
	// contains filtered or unexported fields
}

func (*AppStatementDelete) Cmd

func (a *AppStatementDelete) Cmd() *cobra.Command

func (*AppStatementDelete) RunE

func (a *AppStatementDelete) RunE(cmd *cobra.Command, args []string) error

type AppStatementGet

type AppStatementGet struct {
	*AppStatement
	// contains filtered or unexported fields
}

func (*AppStatementGet) Cmd

func (a *AppStatementGet) Cmd() *cobra.Command

func (*AppStatementGet) RunE

func (a *AppStatementGet) RunE(cmd *cobra.Command, args []string) error

type AppStatementUpsert

type AppStatementUpsert struct {
	*AppStatement
	// contains filtered or unexported fields
}

func (*AppStatementUpsert) Cmd

func (a *AppStatementUpsert) Cmd() *cobra.Command

func (*AppStatementUpsert) RunE

func (a *AppStatementUpsert) RunE(cmd *cobra.Command, args []string) error

type AppStruct

type AppStruct struct {
	*App
}

func (*AppStruct) AppStructDelete

func (a *AppStruct) AppStructDelete() component.Cmder

func (*AppStruct) AppStructGen

func (a *AppStruct) AppStructGen() component.Cmder

func (*AppStruct) AppStructGet

func (a *AppStruct) AppStructGet() component.Cmder

func (*AppStruct) AppStructUpsert

func (a *AppStruct) AppStructUpsert() component.Cmder

func (*AppStruct) Cmd

func (a *AppStruct) Cmd() *cobra.Command

func (*AppStruct) RunE

func (a *AppStruct) RunE(cmd *cobra.Command, args []string) error

type AppStructDelete

type AppStructDelete struct {
	*AppStruct
	// contains filtered or unexported fields
}

func (*AppStructDelete) Cmd

func (a *AppStructDelete) Cmd() *cobra.Command

func (*AppStructDelete) RunE

func (a *AppStructDelete) RunE(cmd *cobra.Command, args []string) error

type AppStructGen

type AppStructGen struct {
	*AppStruct
	// contains filtered or unexported fields
}

func (*AppStructGen) Cmd

func (a *AppStructGen) Cmd() *cobra.Command

func (*AppStructGen) RunE

func (a *AppStructGen) RunE(cmd *cobra.Command, args []string) error

type AppStructGet

type AppStructGet struct {
	*AppStruct
	// contains filtered or unexported fields
}

func (*AppStructGet) Cmd

func (a *AppStructGet) Cmd() *cobra.Command

func (*AppStructGet) RunE

func (a *AppStructGet) RunE(cmd *cobra.Command, args []string) error

type AppStructUpsert

type AppStructUpsert struct {
	*AppStruct
	// contains filtered or unexported fields
}

func (*AppStructUpsert) Cmd

func (a *AppStructUpsert) Cmd() *cobra.Command

func (*AppStructUpsert) RunE

func (a *AppStructUpsert) RunE(cmd *cobra.Command, args []string) error

type AppTask

type AppTask struct {
	*App
}

func (*AppTask) AppTaskCrontab

func (a *AppTask) AppTaskCrontab() component.Cmder

func (*AppTask) AppTaskDelete

func (a *AppTask) AppTaskDelete() component.Cmder

func (*AppTask) AppTaskList added in v0.0.5

func (a *AppTask) AppTaskList() component.Cmder

func (*AppTask) AppTaskStart

func (a *AppTask) AppTaskStart() component.Cmder

func (*AppTask) AppTaskStatus added in v0.0.1

func (a *AppTask) AppTaskStatus() component.Cmder

func (*AppTask) AppTaskStop

func (a *AppTask) AppTaskStop() component.Cmder

func (*AppTask) Cmd

func (a *AppTask) Cmd() *cobra.Command

func (*AppTask) RunE

func (a *AppTask) RunE(cmd *cobra.Command, args []string) error

type AppTaskCrontab

type AppTaskCrontab struct {
	*AppTask
}

func (*AppTaskCrontab) AppTaskCrontabClear added in v0.0.1

func (a *AppTaskCrontab) AppTaskCrontabClear() component.Cmder

func (*AppTaskCrontab) AppTaskCrontabDisplay added in v0.0.1

func (a *AppTaskCrontab) AppTaskCrontabDisplay() component.Cmder

func (*AppTaskCrontab) AppTaskCrontabSubmit added in v0.0.1

func (a *AppTaskCrontab) AppTaskCrontabSubmit() component.Cmder

func (*AppTaskCrontab) Cmd

func (a *AppTaskCrontab) Cmd() *cobra.Command

func (*AppTaskCrontab) RunE

func (a *AppTaskCrontab) RunE(cmd *cobra.Command, args []string) error

type AppTaskCrontabClear added in v0.0.1

type AppTaskCrontabClear struct {
	*AppTaskCrontab
	// contains filtered or unexported fields
}

func (*AppTaskCrontabClear) Cmd added in v0.0.1

func (a *AppTaskCrontabClear) Cmd() *cobra.Command

func (*AppTaskCrontabClear) RunE added in v0.0.1

func (a *AppTaskCrontabClear) RunE(cmd *cobra.Command, args []string) error

type AppTaskCrontabDisplay added in v0.0.1

type AppTaskCrontabDisplay struct {
	*AppTaskCrontab
	// contains filtered or unexported fields
}

func (*AppTaskCrontabDisplay) Cmd added in v0.0.1

func (*AppTaskCrontabDisplay) RunE added in v0.0.1

func (a *AppTaskCrontabDisplay) RunE(cmd *cobra.Command, args []string) error

type AppTaskCrontabSubmit added in v0.0.1

type AppTaskCrontabSubmit struct {
	*AppTaskCrontab
	// contains filtered or unexported fields
}

func (*AppTaskCrontabSubmit) Cmd added in v0.0.1

func (*AppTaskCrontabSubmit) RunE added in v0.0.1

func (a *AppTaskCrontabSubmit) RunE(cmd *cobra.Command, args []string) error

type AppTaskDelete

type AppTaskDelete struct {
	*AppTask
	// contains filtered or unexported fields
}

func (*AppTaskDelete) Cmd

func (a *AppTaskDelete) Cmd() *cobra.Command

func (*AppTaskDelete) RunE

func (a *AppTaskDelete) RunE(cmd *cobra.Command, args []string) error

type AppTaskList added in v0.0.5

type AppTaskList struct {
	*AppTask
	// contains filtered or unexported fields
}

func (*AppTaskList) Cmd added in v0.0.5

func (a *AppTaskList) Cmd() *cobra.Command

func (*AppTaskList) RunE added in v0.0.5

func (a *AppTaskList) RunE(cmd *cobra.Command, args []string) error

type AppTaskStart

type AppTaskStart struct {
	*AppTask
	// contains filtered or unexported fields
}

func (*AppTaskStart) Cmd

func (a *AppTaskStart) Cmd() *cobra.Command

func (*AppTaskStart) RunE

func (a *AppTaskStart) RunE(cmd *cobra.Command, args []string) error

type AppTaskStatus added in v0.0.1

type AppTaskStatus struct {
	*AppTask
	// contains filtered or unexported fields
}

func (*AppTaskStatus) Cmd added in v0.0.1

func (a *AppTaskStatus) Cmd() *cobra.Command

func (*AppTaskStatus) RunE added in v0.0.1

func (a *AppTaskStatus) RunE(cmd *cobra.Command, args []string) error

type AppTaskStop

type AppTaskStop struct {
	*AppTask
	// contains filtered or unexported fields
}

func (*AppTaskStop) Cmd

func (a *AppTaskStop) Cmd() *cobra.Command

func (*AppTaskStop) RunE

func (a *AppTaskStop) RunE(cmd *cobra.Command, args []string) error

type AppVerify

type AppVerify struct {
	*App
}

func (*AppVerify) AppVerifyDelete

func (a *AppVerify) AppVerifyDelete() component.Cmder

func (*AppVerify) AppVerifyGen

func (a *AppVerify) AppVerifyGen() component.Cmder

func (*AppVerify) AppVerifyGet

func (a *AppVerify) AppVerifyGet() component.Cmder

func (*AppVerify) AppVerifyUpsert

func (a *AppVerify) AppVerifyUpsert() component.Cmder

func (*AppVerify) Cmd

func (a *AppVerify) Cmd() *cobra.Command

func (*AppVerify) RunE

func (a *AppVerify) RunE(cmd *cobra.Command, args []string) error

type AppVerifyDelete

type AppVerifyDelete struct {
	*AppVerify
	// contains filtered or unexported fields
}

func (*AppVerifyDelete) Cmd

func (a *AppVerifyDelete) Cmd() *cobra.Command

func (*AppVerifyDelete) RunE

func (a *AppVerifyDelete) RunE(cmd *cobra.Command, args []string) error

type AppVerifyGen

type AppVerifyGen struct {
	*AppVerify
	// contains filtered or unexported fields
}

func (*AppVerifyGen) Cmd

func (a *AppVerifyGen) Cmd() *cobra.Command

func (*AppVerifyGen) RunE

func (a *AppVerifyGen) RunE(cmd *cobra.Command, args []string) error

type AppVerifyGet

type AppVerifyGet struct {
	*AppVerify
	// contains filtered or unexported fields
}

func (*AppVerifyGet) Cmd

func (a *AppVerifyGet) Cmd() *cobra.Command

func (*AppVerifyGet) RunE

func (a *AppVerifyGet) RunE(cmd *cobra.Command, args []string) error

type AppVerifyUpsert

type AppVerifyUpsert struct {
	*AppVerify
	// contains filtered or unexported fields
}

func (*AppVerifyUpsert) Cmd

func (a *AppVerifyUpsert) Cmd() *cobra.Command

func (*AppVerifyUpsert) RunE

func (a *AppVerifyUpsert) RunE(cmd *cobra.Command, args []string) error

Jump to

Keyboard shortcuts

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