Documentation
¶
Overview ¶
Copyright 2022 Nethermind
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 2022 Nethermind ¶
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 2022 Nethermind ¶
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 2022 Nethermind ¶
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 2022 Nethermind ¶
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 2022 Nethermind ¶
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 2022 Nethermind ¶
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 2022 Nethermind ¶
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 ¶
- func CliCmd(cmdRunner commands.CommandRunner, prompt prompts.Prompt) *cobra.Command
- func ClientsCmd() *cobra.Command
- func DownCmd(cmdRunner commands.CommandRunner) *cobra.Command
- func KeysCmd(prompt prompts.Prompt) *cobra.Command
- func LogsCmd(cmdRunner commands.CommandRunner) *cobra.Command
- func NetworksCmd() *cobra.Command
- func RootCmd() *cobra.Command
- func RunValidatorOrExit(cmdRunner commands.CommandRunner, flags *CliCmdFlags) error
- func VersionCmd() *cobra.Command
- type CliCmdFlags
- type DownCmdFlags
- type KeysCmdFlags
- type LogsCmdFlags
- type MonitoringTool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ClientsCmd ¶ added in v0.5.0
func NetworksCmd ¶ added in v0.5.0
func RunValidatorOrExit ¶
func RunValidatorOrExit(cmdRunner commands.CommandRunner, flags *CliCmdFlags) error
func VersionCmd ¶ added in v0.5.0
Types ¶
type CliCmdFlags ¶ added in v0.5.0
type CliCmdFlags struct {
// contains filtered or unexported fields
}
type DownCmdFlags ¶ added in v0.5.0
type DownCmdFlags struct {
// contains filtered or unexported fields
}
type KeysCmdFlags ¶ added in v0.5.0
type KeysCmdFlags struct {
// contains filtered or unexported fields
}
type LogsCmdFlags ¶ added in v0.5.0
type LogsCmdFlags struct {
// contains filtered or unexported fields
}
type MonitoringTool ¶
type MonitoringTool interface {
TrackSync(done <-chan struct{}, beaconEndpoints, executionEndpoints []string, wait time.Duration) <-chan posmoni.EndpointSyncStatus
}
Interface for Posmoni Eth2 monitor