package
Version:
v0.0.5
Opens a new window with list of versions in this module.
Published: Aug 29, 2023
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type CategoryCount struct {
Category interface{} `json:"category"`
Count int `json:"count"`
}
type CreateEventInput struct {
UserAgent string `json:"userAgent"`
Content map[string]interface{} `json:"content"`
ResearchID string `json:"researchID"`
}
type CreateUserInput struct {
Name string `json:"name"`
Email string `json:"email"`
Attributes map[string]interface{} `json:"attributes,omitempty"`
}
type GroupCountInput struct {
ResearchID string `json:"researchId"`
FilterInput string `json:"filterInput"`
ResultMappingInput string `json:"resultMappingInput"`
}
type GroupCountResult struct {
Results []*CategoryCount `json:"results"`
Total int `json:"total"`
}
type LoginInput struct {
Email string `json:"email"`
Password string `json:"password"`
TurnstileResponse string `json:"turnstileResponse"`
}
type RequestPasswordResetInput struct {
Email string `json:"email"`
TurnstileResponse string `json:"turnstileResponse"`
}
type ResetPasswordInput struct {
Token string `json:"token"`
Password string `json:"password"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.