You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
309 B

  1. package scaffold
  2. import _ "embed"
  3. //go:embed filer.toml
  4. var Filer string
  5. //go:embed notification.toml
  6. var Notification string
  7. //go:embed replication.toml
  8. var Replication string
  9. //go:embed security.toml
  10. var Security string
  11. //go:embed master.toml
  12. var Master string
  13. //go:embed shell.toml
  14. var Shell string