package transport type TransPortInterface interface { GetTargetAddr(...string) (string, error) IsEmpty() bool AddTarget(targets ...string) }