README ¶ Examples This directory contains standalone examples demonstrating the use of buckets for persistence in a web server context. post.go - sets up an http server that stores raw json payloads sent via http POST requests. roundtrip.go - extends the previous example by appropriately handling http requests sent to the same route with different methods (GET or POST). prefix.go - extends the previous example to demonstrate prefix scanning. range.go - extends the previous example to demonstrate range scanning. items.go - variant of the previous example, demonstrating another way to get items with a given key prefix: viz., using Bucket.PrefixItems and Bucket.RangeItems. Expand ▾ Collapse ▴ Documentation ¶ There is no documentation for this package. Source Files ¶ View all Source files items.go post.go prefix.go range.go roundtrip.go Click to show internal directories. Click to hide internal directories.