Documentation ¶ Index ¶ type Modeller Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Modeller ¶ type Modeller interface { // Returns the name of the DynamoDB table GetTableName() string // Returns the following // - Hash key // - Hash key type // - Range key // - Range key type GetKeys() (string, string, string, string) } Source Files ¶ View all Source files model.go Click to show internal directories. Click to hide internal directories.