mirror of
https://github.com/hauler-dev/hauler.git
synced 2026-05-22 17:13:31 +00:00
6 lines
165 B
Go
6 lines
165 B
Go
/*
|
|
Package deployer implements a Deployer that inspects a generated archive,
|
|
installs k3s, and deploys all dependencies bundled in that archive.
|
|
*/
|
|
package deployer
|