Skip to content

Commit

Permalink
feat: embedded commands fs support
Browse files Browse the repository at this point in the history
Signed-off-by: chenk <[email protected]>
  • Loading branch information
chen-keinan committed May 30, 2024
1 parent 972c991 commit a72e11b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions embed.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,8 @@ var EmbeddedPolicyFileSystem embed.FS
//go:embed lib/*
var EmbeddedLibraryFileSystem embed.FS

//go:embed commands/*
var EmbeddedCommandsFileSystem embed.FS
//go:embed commands/kubernetes/*
var EmbeddedK8sCommandsFileSystem embed.FS

//go:embed commands/config/*
var EmbeddedConfigCommandsFileSystem embed.FS

0 comments on commit a72e11b

Please sign in to comment.