aboutsummaryrefslogtreecommitdiff
path: root/weed/command/scaffold/example.go
blob: 26d0a306c518309dfe66ce3e2d3e19db31d14aa8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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

//go:embed credential.toml
var Credential string