engine/types/service.go

8 lines
112 B
Go
Raw Normal View History

2024-02-11 01:31:01 +08:00
package types
type ServiceSetting struct {
ConfigureFile string
RouteKey string
AnonymousKey string
}