Documentation
¶
Overview ¶
Package ddbv1ddbpath holds generated code for working with Dynamo document paths
Index ¶
- type FieldOptionsPath
- func (p FieldOptionsPath) Embed() expression.NameBuilder
- func (p FieldOptionsPath) Name() expression.NameBuilder
- func (p FieldOptionsPath) Omit() expression.NameBuilder
- func (p FieldOptionsPath) Pk() expression.NameBuilder
- func (p FieldOptionsPath) Set() expression.NameBuilder
- func (p FieldOptionsPath) Sk() expression.NameBuilder
- func (p FieldOptionsPath) WithDynamoNameBuilder(n expression.NameBuilder) FieldOptionsPath
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FieldOptionsPath ¶
type FieldOptionsPath struct {
expression.NameBuilder
}
FieldOptionsPath allows for constructing type-safe expression names
func (FieldOptionsPath) Embed ¶
func (p FieldOptionsPath) Embed() expression.NameBuilder
Embed appends the path being build
func (FieldOptionsPath) Name ¶
func (p FieldOptionsPath) Name() expression.NameBuilder
Name appends the path being build
func (FieldOptionsPath) Omit ¶
func (p FieldOptionsPath) Omit() expression.NameBuilder
Omit appends the path being build
func (FieldOptionsPath) Pk ¶
func (p FieldOptionsPath) Pk() expression.NameBuilder
Pk appends the path being build
func (FieldOptionsPath) Set ¶
func (p FieldOptionsPath) Set() expression.NameBuilder
Set appends the path being build
func (FieldOptionsPath) Sk ¶
func (p FieldOptionsPath) Sk() expression.NameBuilder
Sk appends the path being build
func (FieldOptionsPath) WithDynamoNameBuilder ¶
func (p FieldOptionsPath) WithDynamoNameBuilder(n expression.NameBuilder) FieldOptionsPath
WithDynamoNameBuilder allows generic types to overwrite the path
Click to show internal directories.
Click to hide internal directories.