package parser
Import Path
github.com/nats-io/nats.go/internal/parser (on go.dev)
Dependency Relation
imports 2 packages, and imported by one package
Involved Source Files
parse.go
Package-Level Functions (total 2)
func GetMetadataFields(subject string) ([]string, error)
Quick parser for positive numbers in ack reply encoding.
NOTE: This parser does not detect uint64 overflow
Package-Level Variables (only one)
Package-Level Constants (total 9)
const AckAccHashTokenPos = 3 const AckConsumerSeqTokenPos = 8 const AckConsumerTokenPos = 5 const AckDomainTokenPos = 2 const AckNumDeliveredTokenPos = 6 const AckNumPendingTokenPos = 10 const AckStreamSeqTokenPos = 7 const AckStreamTokenPos = 4 const AckTimestampSeqTokenPos = 9![]() |
The pages are generated with Golds v0.8.2. (GOOS=linux 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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |