NetworkServerAuthInfo contains the authentication information of a Network Server.
| 31 | |
| 32 | // NetworkServerAuthInfo contains the authentication information of a Network Server. |
| 33 | type NetworkServerAuthInfo struct { |
| 34 | NetID types.NetID |
| 35 | Addresses []string |
| 36 | } |
| 37 | |
| 38 | func (n NetworkServerAuthInfo) addressPatterns() []string { return n.Addresses } |
| 39 |
nothing calls this directly
no outgoing calls
no test coverage detected