mirror of
https://github.com/pterodactyl/wings.git
synced 2026-04-11 22:03:09 -05:00
5 lines
254 B
Go
5 lines
254 B
Go
// Package transfer handles all logic related to transferring servers between
|
|
// two nodes. This includes the logic for archiving a server on the source node
|
|
// and logic for importing a server from the source node into the target node.
|
|
package transfer
|