mirror of
https://github.com/chaisql/chai.git
synced 2025-10-16 12:40:49 +08:00
rename ValueType to Type
This commit is contained in:
@@ -426,7 +426,7 @@ func (p *Parser) parseParam() (expr.Expr, error) {
|
||||
}
|
||||
}
|
||||
|
||||
func (p *Parser) parseType() (types.ValueType, error) {
|
||||
func (p *Parser) parseType() (types.Type, error) {
|
||||
tok, pos, lit := p.ScanIgnoreWhitespace()
|
||||
switch tok {
|
||||
case scanner.TYPEANY:
|
||||
|
Reference in New Issue
Block a user