Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Membership ¶
type User ¶
type User struct { Username string `json:"username"` Email string `json:"email"` Firstname string `json:"firstname"` Lastname string `json:"lastname"` Dob time.Time `json:"dob"` Membership Membership `json:"membership"` }
func (*User) CreateUser ¶
func (*User) ToDynamoDbAttribute ¶
func (u *User) ToDynamoDbAttribute() map[string]*awsDynamoDb.AttributeValue
func (*User) ToDynamoDbItemInput ¶
func (u *User) ToDynamoDbItemInput() *awsDynamoDb.GetItemInput
Click to show internal directories.
Click to hide internal directories.