mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
22 lines
309 B
Go
22 lines
309 B
Go
package scaffold
|
|
|
|
import _ "embed"
|
|
|
|
//go:embed filer.toml
|
|
var Filer string
|
|
|
|
//go:embed notification.toml
|
|
var Notification string
|
|
|
|
//go:embed replication.toml
|
|
var Replication string
|
|
|
|
//go:embed security.toml
|
|
var Security string
|
|
|
|
//go:embed master.toml
|
|
var Master string
|
|
|
|
//go:embed shell.toml
|
|
var Shell string
|