Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Repository ¶
type Repository interface { GetByID(ID string) (*domain.Church, error) List() ([]*domain.Church, error) }
func NewRepository ¶
func NewRepository(api wrapper.DynamoDBAPI, table string) Repository
Click to show internal directories.
Click to hide internal directories.