mirror of
https://github.com/zeromicro/go-zero.git
synced 2026-06-13 17:31:56 +08:00
8 lines
72 B
Go
8 lines
72 B
Go
package config
|
|
|
|
import "zero/rest"
|
|
|
|
type Config struct {
|
|
rest.RtConf
|
|
}
|