Initial commit
This commit is contained in:
11
internal/config/config.go
Normal file
11
internal/config/config.go
Normal file
@ -0,0 +1,11 @@
|
||||
package config
|
||||
|
||||
import "github.com/zeromicro/go-zero/rest"
|
||||
|
||||
type Config struct {
|
||||
rest.RestConf
|
||||
ScyllaDB struct {
|
||||
Hosts []string
|
||||
}
|
||||
MachineID int
|
||||
}
|
Reference in New Issue
Block a user