aicra/types.go

13 lines
234 B
Go
Raw Normal View History

package gfw
import (
2018-05-30 07:04:00 +00:00
"git.xdrm.io/xdrm-brackets/gfw/checker"
2018-05-30 07:06:26 +00:00
"git.xdrm.io/xdrm-brackets/gfw/config"
)
type Server struct {
config *config.Controller
Params map[string]interface{}
Checker *checker.TypeRegistry // type check
}