Versions in this module Expand all Collapse all v6 v6.4.2 Aug 17, 2020 Changes in this version + type ConnState struct + ForwardedTCPIPs <-chan ForwardedTCPIP + Team string + type ForwardedTCPIP struct + BindAddr string + BoundPort uint32 + Drain chan<- struct{} + Logger lager.Logger + func (forward ForwardedTCPIP) Wait() + type TSACommand struct + ATCURLs []flag.URL + AuthorizedKeys flag.AuthorizedKeys + BindIP flag.IP + BindPort uint16 + ClientID string + ClientSecret string + ClusterName string + DebugBindIP flag.IP + DebugBindPort uint16 + GardenRequestTimeout time.Duration + HeartbeatInterval time.Duration + HostKey *flag.PrivateKey + LogClusterName bool + Logger flag.Lager + PeerAddress string + Scopes []string + TeamAuthorizedKeys map[string]flag.AuthorizedKeys + TeamAuthorizedKeysFile flag.File + TokenURL flag.URL + func (cmd *TSACommand) Execute(args []string) error + func (cmd *TSACommand) Runner(args []string) (ifrit.Runner, error) + type TeamAuthKeys struct + AuthKeys []ssh.PublicKey + Team string