2022-08-26 21:10:50 +02:00

12 lines
152 B
Go

package config
import "github.com/zeromicro/go-zero/rest"
type Config struct {
rest.RestConf
ScyllaDB struct {
Hosts []string
}
MachineID int
}