(minLength int)
| 69 | } |
| 70 | |
| 71 | func withMinPasswordLength(minLength int) bootstrapOption { |
| 72 | return func(bc *bootstrapContext) { |
| 73 | bc.minPasswordLength = minLength |
| 74 | } |
| 75 | } |
| 76 | |
| 77 | func withDefaultContextValues(context string) bootstrapOption { |
| 78 | return func(bc *bootstrapContext) { |
no outgoing calls
no test coverage detected
searching dependent graphs…