| 130 | ) |
| 131 | |
| 132 | type DefaultProvider struct { |
| 133 | l *logrusx.Logger |
| 134 | p *configx.Provider |
| 135 | c contextx.Contextualizer |
| 136 | } |
| 137 | |
| 138 | func (p *DefaultProvider) GetHasherAlgorithm(ctx context.Context) string { |
| 139 | return strings.ToLower(p.getProvider(ctx).String(KeyHasherAlgorithm)) |
nothing calls this directly
no outgoing calls
no test coverage detected