mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-09-19 22:27:56 +08:00
extract embed toml example to separate files
This commit is contained in:
21
weed/command/scaffold/example.go
Normal file
21
weed/command/scaffold/example.go
Normal file
@@ -0,0 +1,21 @@
|
||||
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
|
Reference in New Issue
Block a user