Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MeetupPersistence ¶
type MeetupPersistence interface { StoreMeetup(ctx context.Context, meetup *Meetup) (*Meetup, error) DeleteMeetup(ctx context.Context, meetupID string) (*Meetup, error) }
MeetupPersistence defines interface for how to store generated bearer tokens
func NewMeetupPersistence ¶
func NewMeetupPersistence(ddb dynamodbiface.DynamoDBAPI, databaseTableName string) MeetupPersistence
NewMeetupPersistence creates a meetup persistence service
type MeetupRecord ¶
type MeetupStore ¶
type MeetupStore struct {
// contains filtered or unexported fields
}
MeetupStore struct
func (MeetupStore) DeleteMeetup ¶
func (MeetupStore) StoreMeetup ¶
Click to show internal directories.
Click to hide internal directories.