model

package
v0.0.5 Latest Latest
Warning

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

Go to latest
Published: Aug 29, 2023 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CategoryCount

type CategoryCount struct {
	Category interface{} `json:"category"`
	Count    int         `json:"count"`
}

type CreateEventInput added in v0.0.3

type CreateEventInput struct {
	UserAgent  string                 `json:"userAgent"`
	Content    map[string]interface{} `json:"content"`
	ResearchID string                 `json:"researchID"`
}

type CreateUserInput

type CreateUserInput struct {
	Name       string                 `json:"name"`
	Email      string                 `json:"email"`
	Attributes map[string]interface{} `json:"attributes,omitempty"`
}

type GroupCountInput

type GroupCountInput struct {
	ResearchID         string `json:"researchId"`
	FilterInput        string `json:"filterInput"`
	ResultMappingInput string `json:"resultMappingInput"`
}

type GroupCountResult

type GroupCountResult struct {
	Results []*CategoryCount `json:"results"`
	Total   int              `json:"total"`
}

type LoginInput

type LoginInput struct {
	Email             string `json:"email"`
	Password          string `json:"password"`
	TurnstileResponse string `json:"turnstileResponse"`
}

type RequestPasswordResetInput added in v0.0.5

type RequestPasswordResetInput struct {
	Email             string `json:"email"`
	TurnstileResponse string `json:"turnstileResponse"`
}

type ResetPasswordInput added in v0.0.5

type ResetPasswordInput struct {
	Token    string `json:"token"`
	Password string `json:"password"`
}

Jump to

Keyboard shortcuts

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