Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Repository ¶
type Repository struct {
// contains filtered or unexported fields
}
func NewRepository ¶
func NewRepository(serviceAccountPath, spreadsheetID string) (*Repository, *logger.SlogError)
func (*Repository) InsertAnswer ¶
func (repo *Repository) InsertAnswer(dto AnswerDTO) *logger.SlogError
func (*Repository) InsertAnswers ¶
func (repo *Repository) InsertAnswers(dtos []AnswerDTO) *logger.SlogError
Click to show internal directories.
Click to hide internal directories.