Documentation ¶ Index ¶ Constants type User Constants ¶ View Source const DDBTypeUser = "USER" DDBTypeUser the type value for the DDB SK Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type User ¶ type User struct { ID string `dynamodbav:"PK,omitempty"` Type string `dynamodbav:"SK,omitempty"` // Always 'USER' Name string `dynamodbav:",omitempty"` Email string `dynamodbav:",omitempty"` } User entities Source Files ¶ View all Source files user.go Click to show internal directories. Click to hide internal directories.