mirror of
https://github.com/hauler-dev/hauler.git
synced 2026-03-31 07:51:45 +00:00
8 lines
133 B
Go
8 lines
133 B
Go
package create
|
|
|
|
import "github.com/rancherfederal/hauler/pkg/apis/bundle"
|
|
|
|
func ResolveBundle(b bundle.Bundle) error {
|
|
|
|
return nil
|
|
} |