(mod pendingModule)
| 947 | } |
| 948 | |
| 949 | func moduleProgressName(mod pendingModule) string { |
| 950 | if mod.Name != "" { |
| 951 | return mod.Name |
| 952 | } |
| 953 | if mod.Ref != "" { |
| 954 | return mod.Ref |
| 955 | } |
| 956 | return "<unknown>" |
| 957 | } |
| 958 | |
| 959 | func moduleLoadJobName(load moduleLoadRequest) string { |
| 960 | prefix := "load module: " |