https://github.com/microsoft/hcsshim/blob/main/internal/vmcompute/vmcompute.go https://github.com/microsoft/hcsshim/blob/main/internal/computecore/computecore.go is useful for third-party applications that call the HCS API.
Would it be possible to move internal/vmcompute internal/computecore (and ideally internal/hcs/... too) out of internal/ so that third-party applications can use this package without copying it?
https://github.com/microsoft/hcsshim/blob/main/internal/vmcompute/vmcompute.gohttps://github.com/microsoft/hcsshim/blob/main/internal/computecore/computecore.go is useful for third-party applications that call the HCS API.Would it be possible to move
internal/vmcomputeinternal/computecore(and ideallyinternal/hcs/...too) out ofinternal/so that third-party applications can use this package without copying it?