package
1.2.18-prerelease02
Repository: https://github.com/uber/cadence.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
MustParseUUID returns a UUID parsed from the given string representation returns nil if the input is empty string panics if the given input is malformed.
NewMockdecoder creates a new mock instance.
NewMockencoder creates a new mock instance.
NewMockParser creates a new mock instance.
NewMockthriftRWType creates a new mock instance.
NewParser constructs a new parser using encoder as specified by encodingType and using decoders specified by decodingTypes.
No description provided by the author
UUIDPtr simply returns a pointer for the given value type.

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Mockdecoder is a mock of decoder interface.
MockdecoderMockRecorder is the mock recorder for Mockdecoder.
Mockencoder is a mock of encoder interface.
MockencoderMockRecorder is the mock recorder for Mockencoder.
MockParser is a mock of Parser interface.
MockParserMockRecorder is the mock recorder for MockParser.
MockthriftRWType is a mock of thriftRWType interface.
MockthriftRWTypeMockRecorder is the mock recorder for MockthriftRWType.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Interfaces

No description provided by the author

# Type aliases

No description provided by the author
UUID represents a 16-byte universally unique identifier this type is a wrapper around google/uuid with the following differences - type is a byte slice instead of [16]byte - db serialization converts uuid to bytes as opposed to string.