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.34.6 (latest)
Published
Jan 8, 2025
Platform
windows/amd64
Last checked
3 hours ago

Tools for package owners.