dynamodb

package
v0.2.2 Latest Latest
Warning

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

Go to latest
Published: Feb 5, 2026 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DynamoDBService

type DynamoDBService struct{}

DynamoDBService wires the DynamoDB browser UI to the service registry.

func (DynamoDBService) Init

Init initializes the DynamoDB browser model.

func (DynamoDBService) Name

func (DynamoDBService) Name() string

Name returns the service identifier.

func (DynamoDBService) Title

func (DynamoDBService) Title() string

Title returns the display name for the service.

type Model

type Model struct {
	// contains filtered or unexported fields
}

Model is the Bubble Tea model for the DynamoDB browser.

func NewModel

func NewModel(client *dynamodb.Client) Model

NewModel creates a new DynamoDB browser model.

func (Model) Init

func (m Model) Init() tea.Cmd

Init initializes the model by loading tables.

func (Model) StatusHelp

func (m Model) StatusHelp() string

StatusHelp returns context-aware help text for the status bar.

func (Model) Update

func (m Model) Update(msg tea.Msg) (tea.Model, tea.Cmd)

Update handles messages and user input.

func (Model) View

func (m Model) View() string

View renders the model.

Jump to

Keyboard shortcuts

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