Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Loader ¶
type Loader struct {
// contains filtered or unexported fields
}
Loader wraps AWS SDK configuration loading to allow injection in tests.
type Service ¶
type Service interface {
Name() string
Title() string
Init(ctx context.Context, cfg aws.Config, opts ServiceOptions) (tea.Model, error)
}
Service defines a pluggable AWS-backed UI module.
type ServiceLogger ¶
type ServiceLogger interface {
Debug(msg string, kv ...interface{})
Info(msg string, kv ...interface{})
Error(msg string, kv ...interface{})
}
ServiceLogger is a narrow logging interface used by services.
type ServiceOptions ¶
type ServiceOptions struct {
Logger ServiceLogger
}
ServiceOptions contains dependencies shared with services.
Click to show internal directories.
Click to hide internal directories.