package parser
Import Path
github.com/uptrace/bun/internal/parser (on go.dev)
Dependency Relation
imports 3 packages, and imported by 2 packages
Involved Source Files
parser.go
Package-Level Type Names (only one, which is exported)
b []byte
i int
(*T) Advance()
(*T) Bytes() []byte
(*T) Peek() byte
(*T) Read() byte
(*T) ReadIdentifier() (string, bool)
(*T) ReadNumber() int
(*T) ReadSep(sep byte) ([]byte, bool)
(*T) Skip(skip byte) bool
(*T) SkipBytes(skip []byte) bool
(*T) Valid() bool
func New(b []byte) *Parser
func NewString(s string) *Parser
func github.com/uptrace/bun/schema.Formatter.append(dst []byte, p *Parser, args []interface{}) []byte
![]() |
The pages are generated with Golds v0.3.6. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |