mirror of
https://github.com/zeromicro/go-zero.git
synced 2026-05-10 08:29:58 +08:00
8 lines
74 B
Go
8 lines
74 B
Go
package config
|
|
|
|
import "zero/rest"
|
|
|
|
type Config struct {
|
|
rest.RestConf
|
|
}
|