(raw string)
| 62 | } |
| 63 | |
| 64 | func resolveMemoryWorkspace(raw string) (string, error) { |
| 65 | return core.ResolveMemoryWorkspace(raw) |
| 66 | } |
| 67 | |
| 68 | func parseLogsCursor(raw string) (logsCursor, error) { |
| 69 | return core.ParseLogsCursor(raw) |
no test coverage detected