Documentation ¶
Overview ¶
** Copyright [2013-2015] [Megam Systems] ** ** 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.
** Copyright [2013-2015] [Megam Systems] ** ** 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.
** Copyright [2013-2015] [Megam Systems] ** ** 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 ¶
var INSTALL_PACKAGES = []string{"NilavuInstall",
"GatewayInstall",
"MegamdInstall"}
var REMOVE_PACKAGES = []string{"SnowflakeRemove",
"NilavuRemove",
"GatewayRemove",
"MegamdRemove"}
var REPORT_PACKAGES = []string{"VerticeReport"}
Functions ¶
This section is empty.
Types ¶
type Megamremove ¶
type Megamremove struct { Fs *gnuflag.FlagSet All bool NilavuRemove bool GatewayRemove bool MegamdRemove bool SnowflakeRemove bool }
func (*Megamremove) Flags ¶
func (c *Megamremove) Flags() *gnuflag.FlagSet
func (*Megamremove) Info ¶
func (g *Megamremove) Info() *cmd.Info
type Megamreport ¶
func (*Megamreport) Flags ¶
func (c *Megamreport) Flags() *gnuflag.FlagSet
func (*Megamreport) Info ¶
func (g *Megamreport) Info() *cmd.Info
type VerticeInstall ¶
type VerticeInstall struct { Fs *gnuflag.FlagSet All bool NilavuInstall bool GatewayInstall bool MegamdInstall bool SnowflakeInstall bool Host string Username string Password string }
func (*VerticeInstall) Flags ¶
func (c *VerticeInstall) Flags() *gnuflag.FlagSet
func (*VerticeInstall) Info ¶
func (c *VerticeInstall) Info() *cmd.Info