Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type URLRow ¶
type URLStore ¶
type URLStore struct {
// contains filtered or unexported fields
}
func NewURLStore ¶
func NewURLStore(config *URLStoreConfig, db *dynamodb.Client) *URLStore
type URLStoreConfig ¶
type URLStoreConfig struct {
TableName string `env:"URL_TABLE,required"`
}
Click to show internal directories.
Click to hide internal directories.