(actorKind string)
| 69 | ) |
| 70 | |
| 71 | func normalizeNativeMemoryActorKind(actorKind string) nativeMemoryActorKind { |
| 72 | return nativeMemoryActorKind(taskpkg.ActorKind(actorKind).Normalize()) |
| 73 | } |
| 74 | |
| 75 | type daemonNativeToolsDeps struct { |
| 76 | Registry func() toolspkg.Registry |
no test coverage detected