rustddb

package
v1.10.0 Latest Latest
Warning

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

Go to latest
Published: Aug 4, 2026 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Result

type Result struct {
	Status int
	Body   []byte
}

Result of a DynamoDB operation.

type Store

type Store struct{}

Store is a no-op stub when the Rust DynamoDB library is not available.

func New

func New(accountID, region string) *Store

New returns nil when Rust DDB is not available.

func (*Store) Close

func (s *Store) Close()

Close is a no-op.

func (*Store) Handle

func (s *Store) Handle(action string, body []byte) Result

Handle always returns status=0 (not handled) so the caller falls back to Go.

Jump to

Keyboard shortcuts

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