Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Store ¶
Store holds the DB connection.
func (*Store) CreateSchema ¶
CreateSchema creates the Database Schema in the desired DB.
func (*Store) DropSchema ¶
DropSchema drops the Database schema.
func (*Store) InsertWebsiteResult ¶
func (s *Store) InsertWebsiteResult(ctx context.Context, wp domain.WebsiteParams, wr domain.WebsiteResult) error
InsertWebsiteResult inserts the website and website_results in the respective tables.
Click to show internal directories.
Click to hide internal directories.