network

package
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: Apr 27, 2023 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Overview

Package network is used to distribute controlling

Index

Constants

View Source
const (
	// SetNoncePath set nonce path.
	SetNoncePath = "/set-nonce"
	// UploadPath upload path.
	UploadPath = "/upload"
	// InitPath init path.
	InitPath = "/init"
	// SetContextPath set context path.
	SetContextPath = "/set-context"
	// BeforeRunPath before run path.
	BeforeRunPath = "/before-run"
	// DoPath do path.
	DoPath = "/do"
	// StatisticsPath Statistics path.
	StatisticsPath = "/statistics"
	// AfterRunPath after run path.
	AfterRunPath = "/after-run"
	// TeardownPath teardown path.
	TeardownPath = "/teardown"
	// CheckoutCollectorPath checkout collector path.
	CheckoutCollectorPath = "/checkout-collector"
	// ConfigPath key of configPath
	ConfigPath = "configDir"
	// FileName key of file
	FileName = "file"
	// FilePath key of file path
	FilePath = "filepath"
)

Variables

This section is empty.

Functions

func Bytes2Hex

func Bytes2Hex(d []byte) string

Bytes2Hex convert bytes to hex.

func Hex2Bytes

func Hex2Bytes(h string) []byte

Hex2Bytes convert hex to bytes.

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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