Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Protobuild.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@ prefixes = [
"github.com/Microsoft/hcsshim/internal/computeagent",
"github.com/Microsoft/hcsshim/internal/ncproxyttrpc",
"github.com/Microsoft/hcsshim/internal/vmservice",
"github.com/Microsoft/hcsshim/internal/migration",
]
generators = ["go", "go-ttrpc"]
4 changes: 4 additions & 0 deletions internal/migration/doc.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
// Package migration contains the proto and compiled go files for the live
// migration service, which manages sandbox live migration workflows including
// preparation, memory transfer, and finalization.
package migration
Loading
Loading