package
0.0.0-20241030152356-8c950ad76724
Repository: https://github.com/hylarucoder/rocketbase.git
Documentation: pkg.go.dev

# Functions

HexEscape returns s, with all runes for which shouldEscape returns true escaped to "__0xXXX__", where XXX is the hex representation of the rune value.
HexUnescape reverses HexEscape.
OpenBucketV2 returns a *blob.Bucket backed by S3, using AWS SDK v2.
URLEscape uses url.PathEscape to escape s.
URLUnescape reverses URLEscape using url.PathUnescape.

# Structs

Options sets options for constructing a *blob.Bucket backed by fileblob.