Searched defs:boolType (Results 1 – 1 of 1) sorted by relevance
61 type boolType struct{} struct65 func (boolType) String() string { return "Bool" }67 func (boolType) ConvertValue(src any) (Value, error) {