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 ¶
func (DynamoDBService) Init(ctx context.Context, cfg sdkaws.Config, opts awsx.ServiceOptions) (tea.Model, error)
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 (Model) StatusHelp ¶
StatusHelp returns context-aware help text for the status bar.
Click to show internal directories.
Click to hide internal directories.