(auth *Auth, routeModel string)
| 1147 | } |
| 1148 | |
| 1149 | func (m *Manager) selectionModelKeyForAuth(auth *Auth, routeModel string) string { |
| 1150 | return canonicalModelKey(m.selectionModelForAuth(auth, routeModel)) |
| 1151 | } |
| 1152 | |
| 1153 | func (m *Manager) stateModelForExecution(auth *Auth, routeModel, upstreamModel string, pooled bool) string { |
| 1154 | if auth != nil && auth.Attributes != nil { |
no test coverage detected