| 1163 | } |
| 1164 | |
| 1165 | type appsTestKeychain struct { |
| 1166 | values map[string]string |
| 1167 | } |
| 1168 | |
| 1169 | func newAppsTestKeychain() *appsTestKeychain { |
| 1170 | return &appsTestKeychain{values: map[string]string{}} |
nothing calls this directly
no outgoing calls
no test coverage detected