Versions in this module Expand all Collapse all v1 v1.1.2 Oct 4, 2021 Changes in this version + const ProxyStateError + const ProxyStateInitialized + const ProxyStateListening + const ProxyStateStopped + var Logger = tapdance.Logger() + type TapDanceProxy struct + State string + func NewTapDanceProxy(listenPort int) *TapDanceProxy + func (proxy *TapDanceProxy) GetStatistics() (statistics string) + func (proxy *TapDanceProxy) GetStats() (stats string) + func (proxy *TapDanceProxy) ListenAndServe() error + func (proxy *TapDanceProxy) Stop() error