command

package
v0.0.0-...-077b43f Latest Latest
Warning

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

Go to latest
Published: Sep 27, 2017 License: Apache-2.0 Imports: 92 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Agent

type Agent struct {
	Ui  cli.Ui
	Cmd string
}

func (*Agent) Help

func (this *Agent) Help() string

func (*Agent) Run

func (this *Agent) Run(args []string) (exitCode int)

func (*Agent) Synopsis

func (*Agent) Synopsis() string

type Alias

type Alias struct {
	Ui  cli.Ui
	Cmd string
}

func (*Alias) Help

func (this *Alias) Help() string

func (*Alias) Run

func (this *Alias) Run(args []string) (exitCode int)

func (*Alias) Synopsis

func (*Alias) Synopsis() string

type Audit

type Audit struct {
	Ui  cli.Ui
	Cmd string
}

func (*Audit) Help

func (this *Audit) Help() string

func (*Audit) Run

func (this *Audit) Run(args []string) (exitCode int)

func (*Audit) Synopsis

func (*Audit) Synopsis() string

type AuthFunc

type AuthFunc func(user, pass string) bool
var (
	Authenticator AuthFunc
)

type Autocomplete

type Autocomplete struct {
	Ui  cli.Ui
	Cmd string
}

func (*Autocomplete) Help

func (this *Autocomplete) Help() string

func (*Autocomplete) Run

func (this *Autocomplete) Run(args []string) (exitCode int)

func (*Autocomplete) Synopsis

func (this *Autocomplete) Synopsis() string

type Balance

type Balance struct {
	Ui  cli.Ui
	Cmd string
	// contains filtered or unexported fields
}

func (*Balance) Help

func (this *Balance) Help() string

func (*Balance) Run

func (this *Balance) Run(args []string) (exitCode int)

func (*Balance) Synopsis

func (*Balance) Synopsis() string

type Brokers

type Brokers struct {
	Ui  cli.Ui
	Cmd string
	// contains filtered or unexported fields
}

func (*Brokers) Help

func (this *Brokers) Help() string

func (*Brokers) Run

func (this *Brokers) Run(args []string) (exitCode int)

func (*Brokers) Synopsis

func (*Brokers) Synopsis() string

type Capacity

type Capacity struct {
	Ui  cli.Ui
	Cmd string
}

chain of dependencies, performance metrics, prioritization

func (*Capacity) Help

func (this *Capacity) Help() string

func (*Capacity) Run

func (this *Capacity) Run(args []string) (exitCode int)

func (*Capacity) Synopsis

func (this *Capacity) Synopsis() string

type Chaos

type Chaos struct {
	Ui  cli.Ui
	Cmd string
}

func (*Chaos) Help

func (this *Chaos) Help() string

func (*Chaos) Run

func (this *Chaos) Run(args []string) (exitCode int)

func (*Chaos) Synopsis

func (*Chaos) Synopsis() string

type Checkup

type Checkup struct {
	Ui  cli.Ui
	Cmd string
}

func (*Checkup) Help

func (this *Checkup) Help() string

func (*Checkup) Run

func (this *Checkup) Run(args []string) (exitCode int)

func (*Checkup) Synopsis

func (*Checkup) Synopsis() string

type Clusters

type Clusters struct {
	Ui  cli.Ui
	Cmd string
	// contains filtered or unexported fields
}

func (*Clusters) Help

func (this *Clusters) Help() string

func (*Clusters) Run

func (this *Clusters) Run(args []string) (exitCode int)

func (*Clusters) Synopsis

func (*Clusters) Synopsis() string

type Comma

type Comma struct {
	Ui  cli.Ui
	Cmd string
}

func (*Comma) Help

func (this *Comma) Help() string

func (*Comma) Run

func (this *Comma) Run(args []string) (exitCode int)

func (*Comma) Synopsis

func (*Comma) Synopsis() string

type Console

type Console struct {
	Ui  cli.Ui
	Cmd string

	Cmds map[string]cli.CommandFactory
	Line *liner.State
	// contains filtered or unexported fields
}

func (*Console) Help

func (this *Console) Help() string

func (*Console) Run

func (this *Console) Run(args []string) (exitCode int)

func (*Console) Synopsis

func (*Console) Synopsis() string

type Consumers

type Consumers struct {
	Ui  cli.Ui
	Cmd string
	// contains filtered or unexported fields
}

func (*Consumers) Help

func (this *Consumers) Help() string

func (*Consumers) Run

func (this *Consumers) Run(args []string) (exitCode int)

func (*Consumers) Synopsis

func (*Consumers) Synopsis() string

type Controllers

type Controllers struct {
	Ui  cli.Ui
	Cmd string
	// contains filtered or unexported fields
}

func (*Controllers) Help

func (this *Controllers) Help() string

func (*Controllers) Run

func (this *Controllers) Run(args []string) (exitCode int)

func (*Controllers) Synopsis

func (*Controllers) Synopsis() string

type Cpu

type Cpu struct {
	Ui  cli.Ui
	Cmd string
}

func (*Cpu) Help

func (this *Cpu) Help() string

func (*Cpu) Run

func (this *Cpu) Run(args []string) (exitCode int)

func (*Cpu) Synopsis

func (*Cpu) Synopsis() string

type Deploy

type Deploy struct {
	Ui  cli.Ui
	Cmd string
	// contains filtered or unexported fields
}

func (*Deploy) Help

func (this *Deploy) Help() string

func (*Deploy) Run

func (this *Deploy) Run(args []string) (exitCode int)

TODO 1. broker id assignment 2. port assignment

func (*Deploy) Synopsis

func (*Deploy) Synopsis() string

type Disable

type Disable struct {
	Ui  cli.Ui
	Cmd string
	// contains filtered or unexported fields
}

func (*Disable) Help

func (this *Disable) Help() string

func (*Disable) Run

func (this *Disable) Run(args []string) (exitCode int)

func (*Disable) Synopsis

func (this *Disable) Synopsis() string

type Discover

type Discover struct {
	Ui  cli.Ui
	Cmd string
}

func (*Discover) Help

func (this *Discover) Help() string

func (*Discover) Run

func (this *Discover) Run(args []string) (exitCode int)

TODO cluster info will contain desciption,owner,etc.

func (*Discover) Synopsis

func (*Discover) Synopsis() string

type Ext4fs

type Ext4fs struct {
	Ui  cli.Ui
	Cmd string
}

func (*Ext4fs) Help

func (this *Ext4fs) Help() string

func (*Ext4fs) Run

func (this *Ext4fs) Run(args []string) (exitCode int)

func (*Ext4fs) Synopsis

func (*Ext4fs) Synopsis() string

type Faq

type Faq struct {
	Ui  cli.Ui
	Cmd string
}

func (*Faq) Help

func (this *Faq) Help() string

func (*Faq) Run

func (this *Faq) Run(args []string) (exitCode int)

func (*Faq) Synopsis

func (*Faq) Synopsis() string

type Farm

type Farm struct {
	Ui  cli.Ui
	Cmd string
}

func (*Farm) Help

func (this *Farm) Help() string

func (*Farm) Run

func (this *Farm) Run(args []string) (exitCode int)

func (*Farm) Synopsis

func (*Farm) Synopsis() string

type GC

type GC struct {
	Ui  cli.Ui
	Cmd string
	// contains filtered or unexported fields
}

func (*GC) Help

func (this *GC) Help() string

func (*GC) Run

func (this *GC) Run(args []string) (exitCode int)

func (*GC) Synopsis

func (*GC) Synopsis() string

type Haproxy

type Haproxy struct {
	Ui  cli.Ui
	Cmd string
	// contains filtered or unexported fields
}

func (*Haproxy) Help

func (this *Haproxy) Help() string

func (*Haproxy) Run

func (this *Haproxy) Run(args []string) (exitCode int)

func (*Haproxy) Synopsis

func (*Haproxy) Synopsis() string

type Histogram

type Histogram struct {
	Ui  cli.Ui
	Cmd string
	// contains filtered or unexported fields
}

#!/bin/sh date >> /var/wd/topics_offsets/offsets; /usr/bin/gk topics -z prod -l | grep CUM >> /var/wd/topics_offsets/offsets

date >> /var/wd/topics_offsets/network; consul exec ifconfig bond0 | grep 'RX bytes' | awk '{print $1,$3,$7}' | sort >> /var/wd/topics_offsets/network

func (*Histogram) Help

func (this *Histogram) Help() string

func (*Histogram) Run

func (this *Histogram) Run(args []string) (exitCode int)

func (*Histogram) Synopsis

func (*Histogram) Synopsis() string

type Host

type Host struct {
	Ui  cli.Ui
	Cmd string
	// contains filtered or unexported fields
}

func (*Host) Help

func (this *Host) Help() string

func (*Host) Run

func (this *Host) Run(args []string) (exitCode int)

func (*Host) Synopsis

func (*Host) Synopsis() string

type Influx

type Influx struct {
	Ui  cli.Ui
	Cmd string
}

func (*Influx) Help

func (this *Influx) Help() string

func (*Influx) Run

func (this *Influx) Run(args []string) (exitCode int)

func (*Influx) Synopsis

func (*Influx) Synopsis() string

type Jmx

type Jmx struct {
	Ui  cli.Ui
	Cmd string
	// contains filtered or unexported fields
}

func (*Jmx) Help

func (this *Jmx) Help() string

func (*Jmx) Run

func (this *Jmx) Run(args []string) (exitCode int)

func (*Jmx) Synopsis

func (*Jmx) Synopsis() string

type Job

type Job struct {
	Ui  cli.Ui
	Cmd string
	// contains filtered or unexported fields
}

func (*Job) Help

func (this *Job) Help() string

func (*Job) Run

func (this *Job) Run(args []string) (exitCode int)

func (*Job) Synopsis

func (*Job) Synopsis() string

type Kafka

type Kafka struct {
	Ui  cli.Ui
	Cmd string
}

func (*Kafka) Help

func (this *Kafka) Help() string

func (*Kafka) Run

func (this *Kafka) Run(args []string) (exitCode int)

func (*Kafka) Synopsis

func (*Kafka) Synopsis() string

type Kateway

type Kateway struct {
	Ui  cli.Ui
	Cmd string
	// contains filtered or unexported fields
}

func (*Kateway) Help

func (this *Kateway) Help() string

func (*Kateway) Run

func (this *Kateway) Run(args []string) (exitCode int)

func (*Kateway) Synopsis

func (*Kateway) Synopsis() string

type Kguard

type Kguard struct {
	Ui  cli.Ui
	Cmd string
	// contains filtered or unexported fields
}

func (*Kguard) Help

func (this *Kguard) Help() string

func (*Kguard) Run

func (this *Kguard) Run(args []string) (exitCode int)

func (*Kguard) Synopsis

func (*Kguard) Synopsis() string

type Lags

type Lags struct {
	Ui  cli.Ui
	Cmd string
	// contains filtered or unexported fields
}

func (*Lags) Help

func (this *Lags) Help() string

func (*Lags) Run

func (this *Lags) Run(args []string) (exitCode int)

func (*Lags) Synopsis

func (*Lags) Synopsis() string

type Logstash

type Logstash struct {
	Ui  cli.Ui
	Cmd string
}

func (*Logstash) Help

func (this *Logstash) Help() string

func (*Logstash) Run

func (this *Logstash) Run(args []string) (exitCode int)

func (*Logstash) Synopsis

func (*Logstash) Synopsis() string

type Lookup

type Lookup struct {
	Ui  cli.Ui
	Cmd string
}

func (*Lookup) Help

func (this *Lookup) Help() string

func (*Lookup) Run

func (this *Lookup) Run(args []string) (exitCode int)

func (*Lookup) Synopsis

func (this *Lookup) Synopsis() string

type LsZk

type LsZk struct {
	Ui  cli.Ui
	Cmd string
	// contains filtered or unexported fields
}

func (*LsZk) Help

func (this *LsZk) Help() string

func (*LsZk) Run

func (this *LsZk) Run(args []string) (exitCode int)

func (*LsZk) Synopsis

func (*LsZk) Synopsis() string

type Members

type Members struct {
	Ui  cli.Ui
	Cmd string
	// contains filtered or unexported fields
}

consul members will include: - zk cluster as server - agents

  • brokers
  • kateway
  • kguard

func (*Members) Help

func (this *Members) Help() string

func (*Members) Run

func (this *Members) Run(args []string) (exitCode int)

func (*Members) Synopsis

func (*Members) Synopsis() string

type Merkle

type Merkle struct {
	Ui  cli.Ui
	Cmd string
	// contains filtered or unexported fields
}

func (*Merkle) Help

func (this *Merkle) Help() string

func (*Merkle) Run

func (this *Merkle) Run(args []string) (exitCode int)

func (*Merkle) Synopsis

func (*Merkle) Synopsis() string

type Migrate

type Migrate struct {
	Ui  cli.Ui
	Cmd string
	// contains filtered or unexported fields
}

func (*Migrate) Help

func (this *Migrate) Help() string

func (*Migrate) Run

func (this *Migrate) Run(args []string) (exitCode int)

func (*Migrate) Synopsis

func (*Migrate) Synopsis() string

type Mirror

type Mirror struct {
	Ui  cli.Ui
	Cmd string
	// contains filtered or unexported fields
}

func (*Mirror) Help

func (this *Mirror) Help() string

func (*Mirror) Run

func (this *Mirror) Run(args []string) (exitCode int)

func (*Mirror) Synopsis

func (*Mirror) Synopsis() string

type Mount

type Mount struct {
	Ui  cli.Ui
	Cmd string
	// contains filtered or unexported fields
}

func (*Mount) Help

func (this *Mount) Help() string

func (*Mount) Run

func (this *Mount) Run(args []string) (exitCode int)

func (*Mount) Synopsis

func (*Mount) Synopsis() string

type Move

type Move struct {
	Ui  cli.Ui
	Cmd string
	// contains filtered or unexported fields
}

func (*Move) Help

func (this *Move) Help() string

func (*Move) Run

func (this *Move) Run(args []string) (exitCode int)

func (*Move) Synopsis

func (*Move) Synopsis() string

type Normalize

type Normalize struct {
	Ui  cli.Ui
	Cmd string
	// contains filtered or unexported fields
}

func (*Normalize) Help

func (this *Normalize) Help() string

func (*Normalize) Run

func (this *Normalize) Run(args []string) (exitCode int)

func (*Normalize) Synopsis

func (*Normalize) Synopsis() string

type Offset

type Offset struct {
	Ui  cli.Ui
	Cmd string
}

func (*Offset) Help

func (this *Offset) Help() string

func (*Offset) Run

func (this *Offset) Run(args []string) (exitCode int)

func (*Offset) Synopsis

func (*Offset) Synopsis() string

type Partition

type Partition struct {
	Ui  cli.Ui
	Cmd string
}

func (*Partition) Help

func (this *Partition) Help() string

func (*Partition) Run

func (this *Partition) Run(args []string) (exitCode int)

func (*Partition) Synopsis

func (*Partition) Synopsis() string

type Peek

type Peek struct {
	Ui  cli.Ui
	Cmd string
	// contains filtered or unexported fields
}

func (*Peek) Help

func (this *Peek) Help() string

func (*Peek) Run

func (this *Peek) Run(args []string) (exitCode int)

func (*Peek) Synopsis

func (*Peek) Synopsis() string

type Perf

type Perf struct {
	Ui  cli.Ui
	Cmd string
}

func (*Perf) Help

func (this *Perf) Help() string

func (*Perf) Run

func (this *Perf) Run(args []string) (exitCode int)

func (*Perf) Synopsis

func (*Perf) Synopsis() string

type Ping

type Ping struct {
	Ui  cli.Ui
	Cmd string
	// contains filtered or unexported fields
}

func (*Ping) Help

func (this *Ping) Help() string

func (*Ping) Run

func (this *Ping) Run(args []string) (exitCode int)

TODO run 3 nodes in a zone to monitor as daemon register the 3 nodes as host service tag.

func (*Ping) Synopsis

func (*Ping) Synopsis() string

type Produce

type Produce struct {
	Ui  cli.Ui
	Cmd string
	// contains filtered or unexported fields
}

func (*Produce) Help

func (this *Produce) Help() string

func (*Produce) Run

func (this *Produce) Run(args []string) (exitCode int)

func (*Produce) Synopsis

func (*Produce) Synopsis() string

type Rebalance

type Rebalance struct {
	Ui  cli.Ui
	Cmd string
	// contains filtered or unexported fields
}

func (*Rebalance) Help

func (this *Rebalance) Help() string

func (*Rebalance) Run

func (this *Rebalance) Run(args []string) (exitCode int)

func (*Rebalance) Synopsis

func (*Rebalance) Synopsis() string

type Redis

type Redis struct {
	Ui  cli.Ui
	Cmd string
	// contains filtered or unexported fields
}

TODO add cluster

func (*Redis) Help

func (this *Redis) Help() string

func (*Redis) Run

func (this *Redis) Run(args []string) (exitCode int)

func (*Redis) Synopsis

func (*Redis) Synopsis() string

type Sample

type Sample struct {
	Ui  cli.Ui
	Cmd string
	// contains filtered or unexported fields
}

func (*Sample) Help

func (this *Sample) Help() string

func (*Sample) Run

func (this *Sample) Run(args []string) (exitCode int)

func (*Sample) Synopsis

func (*Sample) Synopsis() string

type Scale

type Scale struct {
	Ui  cli.Ui
	Cmd string
}

func (*Scale) Help

func (this *Scale) Help() string

func (*Scale) Run

func (this *Scale) Run(args []string) (exitCode int)

func (*Scale) Synopsis

func (*Scale) Synopsis() string

type Segment

type Segment struct {
	Ui  cli.Ui
	Cmd string
	// contains filtered or unexported fields
}

TODO calculate how much data produced each day "github.com/hashicorp/go-memdb"

func (*Segment) Help

func (this *Segment) Help() string

func (*Segment) Run

func (this *Segment) Run(args []string) (exitCode int)

func (*Segment) Synopsis

func (*Segment) Synopsis() string

type Sniff

type Sniff struct {
	Ui  cli.Ui
	Cmd string
}

func (*Sniff) Help

func (this *Sniff) Help() string

func (*Sniff) Run

func (this *Sniff) Run(args []string) (exitCode int)

func (*Sniff) Synopsis

func (this *Sniff) Synopsis() string

type Systool

type Systool struct {
	Ui  cli.Ui
	Cmd string
}

func (*Systool) Help

func (this *Systool) Help() string

func (*Systool) Run

func (this *Systool) Run(args []string) (exitCode int)

func (*Systool) Synopsis

func (*Systool) Synopsis() string

type Time

type Time struct {
	Ui  cli.Ui
	Cmd string
}

func (*Time) Help

func (this *Time) Help() string

func (*Time) Run

func (this *Time) Run(args []string) (exitCode int)

func (*Time) Synopsis

func (*Time) Synopsis() string

type Top

type Top struct {
	Ui  cli.Ui
	Cmd string
	// contains filtered or unexported fields
}

func (*Top) Help

func (this *Top) Help() string

func (*Top) Run

func (this *Top) Run(args []string) (exitCode int)

func (*Top) Synopsis

func (*Top) Synopsis() string

type TopBroker

type TopBroker struct {
	Ui  cli.Ui
	Cmd string
	// contains filtered or unexported fields
}

func (*TopBroker) Help

func (this *TopBroker) Help() string

func (*TopBroker) Run

func (this *TopBroker) Run(args []string) (exitCode int)

func (*TopBroker) Synopsis

func (*TopBroker) Synopsis() string

type TopicInfo

type TopicInfo struct {
	TopicId        string `db:"TopicId"`
	AppId          string `db:"AppId"`
	TopicName      string `db:"TopicName"`
	TopicIntro     string `db:"TopicIntro"`
	KafkaTopicName string `db:"KafkaTopicName"`
}

type Topics

type Topics struct {
	Ui  cli.Ui
	Cmd string
	// contains filtered or unexported fields
}

func (*Topics) Help

func (this *Topics) Help() string

func (*Topics) Run

func (this *Topics) Run(args []string) (exitCode int)

func (*Topics) Synopsis

func (*Topics) Synopsis() string

type Topology

type Topology struct {
	Ui  cli.Ui
	Cmd string
	// contains filtered or unexported fields
}

func (*Topology) Help

func (this *Topology) Help() string

func (*Topology) Run

func (this *Topology) Run(args []string) (exitCode int)

func (*Topology) Synopsis

func (*Topology) Synopsis() string

type Trace

type Trace struct {
	Ui  cli.Ui
	Cmd string
	// contains filtered or unexported fields
}

func (*Trace) Help

func (this *Trace) Help() string

func (*Trace) Run

func (this *Trace) Run(args []string) (exitCode int)

func (*Trace) Synopsis

func (*Trace) Synopsis() string

type UnderReplicated

type UnderReplicated struct {
	Ui  cli.Ui
	Cmd string
	// contains filtered or unexported fields
}

func (*UnderReplicated) Help

func (this *UnderReplicated) Help() string

func (*UnderReplicated) Run

func (this *UnderReplicated) Run(args []string) (exitCode int)

func (*UnderReplicated) Synopsis

func (*UnderReplicated) Synopsis() string

type Upgrade

type Upgrade struct {
	Ui  cli.Ui
	Cmd string
	// contains filtered or unexported fields
}

func (*Upgrade) Help

func (this *Upgrade) Help() string

func (*Upgrade) Run

func (this *Upgrade) Run(args []string) (exitCode int)

func (*Upgrade) Synopsis

func (*Upgrade) Synopsis() string

type Verify

type Verify struct {
	Ui  cli.Ui
	Cmd string
	// contains filtered or unexported fields
}

func (*Verify) Help

func (this *Verify) Help() string

func (*Verify) Run

func (this *Verify) Run(args []string) (exitCode int)

func (*Verify) Synopsis

func (*Verify) Synopsis() string

type Watch

type Watch struct {
	Ui  cli.Ui
	Cmd string
}

func (*Watch) Help

func (this *Watch) Help() string

func (*Watch) Run

func (this *Watch) Run(args []string) (exitCode int)

func (*Watch) Synopsis

func (*Watch) Synopsis() string

type Webhook

type Webhook struct {
	Ui  cli.Ui
	Cmd string
}

func (*Webhook) Help

func (this *Webhook) Help() string

func (*Webhook) Run

func (this *Webhook) Run(args []string) (exitCode int)

func (*Webhook) Synopsis

func (*Webhook) Synopsis() string

type Whois

type Whois struct {
	Ui  cli.Ui
	Cmd string
	// contains filtered or unexported fields
}

func (*Whois) Help

func (this *Whois) Help() string

func (*Whois) Run

func (this *Whois) Run(args []string) (exitCode int)

func (*Whois) Synopsis

func (*Whois) Synopsis() string

type WhoisAppInfo

type WhoisAppInfo struct {
	AppId            string `db:"AppId"`
	ApplicationName  string `db:"ApplicationName"`
	ApplicationIntro string `db:"ApplicationIntro"`
	Cluster          string `db:"Cluster"`
	CreateBy         string `db:"CreateBy"`
	CreateTime       string `db:"CreateTime"`
	Status           string `db:"Status"`
	AppSecret        string `db:"AppSecret"`
	Raw              string `db:"Raw"`
}

type WhoisGroupInfo

type WhoisGroupInfo struct {
	AppId      string `db:"AppId"`
	AppName    string
	GroupName  string `db:"GroupName"`
	GroupIntro string `db:"GroupIntro"`
	CreateBy   string `db:"CreateBy"`
	CreateTime string `db:"CreateTime"`
	Status     string `db:"Status"`
}

type WhoisTopicInfo

type WhoisTopicInfo struct {
	AppId      string `db:"AppId"`
	AppName    string
	TopicName  string `db:"TopicName"`
	TopicIntro string `db:"TopicIntro"`
	CreateBy   string `db:"CreateBy"`
	CreateTime string `db:"CreateTime"`
	Status     string `db:"Status"`
}

type ZkInstall

type ZkInstall struct {
	Ui  cli.Ui
	Cmd string
	// contains filtered or unexported fields
}

func (*ZkInstall) Help

func (this *ZkInstall) Help() string

func (*ZkInstall) Run

func (this *ZkInstall) Run(args []string) (exitCode int)

func (*ZkInstall) Synopsis

func (*ZkInstall) Synopsis() string

type ZkLog

type ZkLog struct {
	Ui  cli.Ui
	Cmd string
	// contains filtered or unexported fields
}

func (*ZkLog) Help

func (this *ZkLog) Help() string

func (*ZkLog) Run

func (this *ZkLog) Run(args []string) (exitCode int)

func (*ZkLog) Synopsis

func (*ZkLog) Synopsis() string

type Zktop

type Zktop struct {
	Ui  cli.Ui
	Cmd string
	// contains filtered or unexported fields
}

func (*Zktop) Help

func (this *Zktop) Help() string

func (*Zktop) Run

func (this *Zktop) Run(args []string) (exitCode int)

func (*Zktop) Synopsis

func (*Zktop) Synopsis() string

type Zones

type Zones struct {
	Ui  cli.Ui
	Cmd string
	// contains filtered or unexported fields
}

func (*Zones) Help

func (this *Zones) Help() string

func (*Zones) Run

func (this *Zones) Run(args []string) (exitCode int)

func (*Zones) Synopsis

func (*Zones) Synopsis() string

type Zookeeper

type Zookeeper struct {
	Ui  cli.Ui
	Cmd string
	// contains filtered or unexported fields
}

func (*Zookeeper) Help

func (this *Zookeeper) Help() string

func (*Zookeeper) Run

func (this *Zookeeper) Run(args []string) (exitCode int)

func (*Zookeeper) Synopsis

func (*Zookeeper) Synopsis() string

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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