(suffix string)
| 65 | } |
| 66 | |
| 67 | func WithBackendDevSuffix(suffix string) SystemStateOptions { |
| 68 | return func(s *SystemState) { |
| 69 | s.BackendDevSuffix = suffix |
| 70 | } |
| 71 | } |
| 72 | |
| 73 | func WithPreferDevelopmentBackends(prefer bool) SystemStateOptions { |
| 74 | return func(s *SystemState) { |