package
0.0.2-beta.2
Repository: https://github.com/radekg/yugabyte-db-go-client.git
Documentation: pkg.go.dev

# Functions

MustParseFromBytes attempts graceful parsing and if there is an error, force original input as an ID.
MustParseFromString attempts graceful parsing and if there is an error, force original input as an ID.
TryParseFromBytes attempts to parse input bytes received from the protobuf API as a YugabyteDB ID.
TryParseFromString attempts to parse input string as a YugabyteDB ID.
TryParseSnapshotIDFromBytes attempts to parse input bytes received from the protobuf API as a YugabyteDB snapshot ID.
TryParseSnapshotIDFromString attempts to parse input string as a YugabyteDB snapshot ID.

# Interfaces

SnapshotID represents a parsed YugabyteDB snapshot ID.
YBDBID represents a parsed YugabyteDB.