Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UsersDynamoDBDriver ¶
type UsersDynamoDBDriver struct {
// contains filtered or unexported fields
}
func NewUsersStorage ¶
func NewUsersStorage(lg *slog.Logger) (*UsersDynamoDBDriver, error)
func (UsersDynamoDBDriver) ReadUserData ¶
func (s UsersDynamoDBDriver) ReadUserData(username string) (*storage.UserData, error)
func (UsersDynamoDBDriver) WriteUserData ¶
func (s UsersDynamoDBDriver) WriteUserData(user storage.UserData) error
Click to show internal directories.
Click to hide internal directories.