MCPcopy Create free account
hub / github.com/dbProjectRED/redimo.go / zLex

Struct zLex

sorted_sets.go:60–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58}
59
60type zLex struct {
61 lex string
62}
63
64func (zl zLex) ToAV() (av dynamodb.AttributeValue) {
65 if zl.present() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected