ApplicationServerAuthInfo contains the authentication information of an Application Server.
| 64 | |
| 65 | // ApplicationServerAuthInfo contains the authentication information of an Application Server. |
| 66 | type ApplicationServerAuthInfo struct { |
| 67 | ASID string |
| 68 | Addresses []string |
| 69 | } |
| 70 | |
| 71 | func (a ApplicationServerAuthInfo) addressPatterns() []string { return a.Addresses } |
| 72 |
nothing calls this directly
no outgoing calls
no test coverage detected