(path string)
| 47 | } |
| 48 | |
| 49 | func WithModelPath(path string) SystemStateOptions { |
| 50 | return func(s *SystemState) { |
| 51 | s.Model.ModelsPath = path |
| 52 | } |
| 53 | } |
| 54 | |
| 55 | func WithBackendImagesReleaseTag(tag string) SystemStateOptions { |
| 56 | return func(s *SystemState) { |
no outgoing calls