Conn is used to access the underlying tailnet conn of the ServerTailnet. It should only be used for read-only purposes.
()
| 152 | // Conn is used to access the underlying tailnet conn of the ServerTailnet. It |
| 153 | // should only be used for read-only purposes. |
| 154 | func (s *ServerTailnet) Conn() *tailnet.Conn { |
| 155 | return s.conn |
| 156 | } |
| 157 | |
| 158 | func (s *ServerTailnet) Describe(descs chan<- *prometheus.Desc) { |
| 159 | s.connsPerAgent.Describe(descs) |
no outgoing calls