FixerScalewayAccessKey changes the "access_key" of a template to "organization_id".
| 10 | // FixerScalewayAccessKey changes the "access_key" of a template |
| 11 | // to "organization_id". |
| 12 | type FixerScalewayAccessKey struct{} |
| 13 | |
| 14 | func (FixerScalewayAccessKey) DeprecatedOptions() map[string][]string { |
| 15 | return map[string][]string{ |
nothing calls this directly
no outgoing calls
no test coverage detected