member_gateway_rpc/config/config.go

10 lines
155 B
Go
Raw Normal View History

2018-04-09 12:55:27 +00:00
package config
import (
"git.loafle.net/commons/server-go/socket/web"
)
type Config struct {
ServerHandler web.ServerHandlers `json:"serverHandler"`
}