package common

import "github.com/uber/tchannel-go/crossdock/common"

Index

Constants

const (
	// DefaultClientPortHTTP is the port where the client (controller) runs
	DefaultClientPortHTTP = "8080"

	// DefaultServerPort is the port of TChannel server
	DefaultServerPort = "8081"

	// DefaultServiceName is the service name used by TChannel server
	DefaultServiceName = "go"
)

Source Files

constants.go

Version
v1.22.0
Published
Aug 17, 2021
Platform
js/wasm
Last checked
8 hours ago

Tools for package owners.