Documentation ¶
Overview ¶
* Copyright 2016 Adobe Systems Incorporated. All rights reserved. * This file is licensed to you 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 REPRESENTATIONS * OF ANY KIND, either express or implied. See the License for the specific language * governing permissions and limitations under the License.
* Copyright 2016 Adobe Systems Incorporated. All rights reserved. * This file is licensed to you 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 REPRESENTATIONS * OF ANY KIND, either express or implied. See the License for the specific language * governing permissions and limitations under the License.
* Copyright 2016 Adobe Systems Incorporated. All rights reserved. * This file is licensed to you 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 REPRESENTATIONS * OF ANY KIND, either express or implied. See the License for the specific language * governing permissions and limitations under the License.
* Copyright 2016 Adobe Systems Incorporated. All rights reserved. * This file is licensed to you 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 REPRESENTATIONS * 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 DaemonCmd ¶
type DaemonCmd struct{}
func (*DaemonCmd) SubCommands ¶
func (recv *DaemonCmd) SubCommands() []cli.Command
type DockerCmd ¶
type DockerCmd struct{}
This implementation is tightly coupled with HAProxyCmd and how these commands are called together
func (*DockerCmd) SubCommands ¶
func (recv *DockerCmd) SubCommands() []cli.Command
type HAProxyCmd ¶
type HAProxyCmd struct{}
func (*HAProxyCmd) Execute ¶
func (recv *HAProxyCmd) Execute(args []string) bool
func (*HAProxyCmd) LongHelp ¶
func (recv *HAProxyCmd) LongHelp() string
func (*HAProxyCmd) Name ¶
func (recv *HAProxyCmd) Name() string
func (*HAProxyCmd) ShortHelp ¶
func (recv *HAProxyCmd) ShortHelp() string
func (*HAProxyCmd) SubCommands ¶
func (recv *HAProxyCmd) SubCommands() []cli.Command
type RsyslogCmd ¶
type RsyslogCmd struct{}
func (*RsyslogCmd) Execute ¶
func (recv *RsyslogCmd) Execute(args []string) bool
func (*RsyslogCmd) LongHelp ¶
func (recv *RsyslogCmd) LongHelp() string
func (*RsyslogCmd) Name ¶
func (recv *RsyslogCmd) Name() string
func (*RsyslogCmd) ShortHelp ¶
func (recv *RsyslogCmd) ShortHelp() string
func (*RsyslogCmd) SubCommands ¶
func (recv *RsyslogCmd) SubCommands() []cli.Command