go-zero/example/shorturl/api/internal/config/config.go

8 lines
97 B
Go
Raw Normal View History

2020-09-01 16:04:39 +08:00
package config
import "github.com/tal-tech/go-zero/rest"
type Config struct {
rest.RestConf
}