Documentation
¶
Index ¶
- func CheckExtStruct(st reflect.Type, pkgPath string) ([]reflect.Type, error)
- func CheckStruct(st reflect.Type, pkgPath string) ([]reflect.Type, error)
- func NewReflex(info *core.EngineInfo, tagName string, watchCtxDone bool, noneQuery bool) *reflex
- func WriteStruct(buf *bytes.Buffer, t reflect.Type, pkgPath string, imports map[string]string, ...) (err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckExtStruct ¶
CheckExtStruct check external struct type is in pkgPath and return other struct type field's type that contained in type. st must struct kind
func CheckStruct ¶
CheckStruct check struct type is in pkgPath and return other struct type field's type that contained in type. st must struct kind
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.