uiFormStore

package
v0.0.0-...-27c9e6d Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 13, 2024 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type UIFormStore

type UIFormStore interface {
	AddNewResponse(ctx context.Context, form models.UIForm) error
	GetFormsList(ctx context.Context, projectTag, pageName string) ([]models.UIForm, error)
	GetFormResponseListById(ctx context.Context, projectTag, pageName, formId string) ([]models.UIForm, error)
	GetNumberOfFormSubmission(ctx context.Context, projectTag, pageName string) (int64, error)
	GetNumberOfResponsesForUser(ctx context.Context, accountId, projectType, from, to string) (int64, error)
}

func New

func New(db *db.DB) UIFormStore

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL