examples

package
v1.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 11, 2025 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Overview

Package examples demonstrates list operations with DynamORM UpdateBuilder

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DemonstrateListOperations

func DemonstrateListOperations()

DemonstrateListOperations shows how to use list append/prepend operations

Types

type Product

type Product struct {
	ID          string `dynamorm:"pk"`
	Name        string
	Tags        []string
	Categories  []string
	Description string
}

Product represents a product with tags

Directories

Path Synopsis
blog
lambda/process command
lambda/query command

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL