Documentation ¶
Overview ¶
Copyright © 2018 Camunda Services GmbH (info@camunda.com)
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 © 2018 Camunda Services GmbH (info@camunda.com)
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 © 2018 Camunda Services GmbH (info@camunda.com)
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 © 2018 Camunda Services GmbH (info@camunda.com)
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 © 2018 Camunda Services GmbH (info@camunda.com)
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 © 2018 Camunda Services GmbH (info@camunda.com)
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 © 2018 Camunda Services GmbH (info@camunda.com)
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 © 2018 Camunda Services GmbH (info@camunda.com)
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
- Variables
- func Execute()
- func VersionString() string
- type ByNodeID
- type ByPartitionID
- type CancelInstanceResponseWrapper
- type CompleteJobResponseWrapper
- type FailJobResponseWrapper
- type Printable
- type ResolveIncidentResponseWrapper
- type SetVariablesResponseWrapper
- type StatusResponseWrapper
- type ThrowErrorResponseWrapper
- type UpdateJobRetriesResponseWrapper
Constants ¶
const (
DefaultJobWorkerName = "zbctl"
)
Variables ¶
var ( Version = "development" Commit = "HEAD" )
Functions ¶
func Execute ¶
func Execute()
Execute adds all child commands to the root command and sets flags appropriately. This is called by main.main(). It only needs to happen once to the rootCmd.
func VersionString ¶
func VersionString() string
Types ¶
type ByNodeID ¶
type ByNodeID []*pb.BrokerInfo
type ByPartitionID ¶
func (ByPartitionID) Len ¶
func (a ByPartitionID) Len() int
func (ByPartitionID) Less ¶
func (a ByPartitionID) Less(i, j int) bool
func (ByPartitionID) Swap ¶
func (a ByPartitionID) Swap(i, j int)
type CancelInstanceResponseWrapper ¶
type CancelInstanceResponseWrapper struct {
// contains filtered or unexported fields
}
type CompleteJobResponseWrapper ¶
type CompleteJobResponseWrapper struct {
// contains filtered or unexported fields
}
type FailJobResponseWrapper ¶
type FailJobResponseWrapper struct {
// contains filtered or unexported fields
}
type ResolveIncidentResponseWrapper ¶
type ResolveIncidentResponseWrapper struct {
// contains filtered or unexported fields
}
type SetVariablesResponseWrapper ¶
type SetVariablesResponseWrapper struct {
// contains filtered or unexported fields
}
type StatusResponseWrapper ¶
type StatusResponseWrapper struct {
// contains filtered or unexported fields
}
type ThrowErrorResponseWrapper ¶
type ThrowErrorResponseWrapper struct {
// contains filtered or unexported fields
}
type UpdateJobRetriesResponseWrapper ¶
type UpdateJobRetriesResponseWrapper struct {
// contains filtered or unexported fields
}
Source Files ¶
- activate.go
- activateJobs.go
- cancel.go
- cancelInstance.go
- complete.go
- completeJob.go
- create.go
- createInstance.go
- createWorker.go
- deploy.go
- deployResource.go
- fail.go
- failJob.go
- generate.go
- generateCompletion.go
- output.go
- publish.go
- publishMessage.go
- resolve.go
- resolveIncident.go
- root.go
- set.go
- setVariables.go
- status.go
- throwError.go
- throwErrorJob.go
- update.go
- updateRetries.go
- version.go