github.com/choria-io/go-choria@v0.28.1-0.20240416190746-b3bf9c7d5a45/internal/fs/fs.go (about)

     1  // Copyright (c) 2022, R.I. Pienaar and the Choria Project contributors
     2  //
     3  // SPDX-License-Identifier: Apache-2.0
     4  
     5  package fs
     6  
     7  import (
     8  	"embed"
     9  )
    10  
    11  //go:embed ddl
    12  //go:embed client
    13  //go:embed plugin
    14  //go:embed misc
    15  //go:embed completion
    16  //go:embed cheats
    17  //go:embed schemas
    18  var FS embed.FS