aicra/types.go

13 lines
216 B
Go
Raw Normal View History

package gfw
import (
2018-07-05 17:15:57 +00:00
"git.xdrm.io/go/aicra/checker"
"git.xdrm.io/go/aicra/config"
)
type Server struct {
config *config.Controller
Params map[string]interface{}
Checker *checker.TypeRegistry // type check
}