models

package
v1.0.3 Latest Latest
Warning

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

Go to latest
Published: Feb 26, 2026 License: AGPL-3.0 Imports: 2 Imported by: 0

Documentation

Overview

package models has the models for the customer satisfaction survey responses.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CSATResponse

type CSATResponse struct {
	ID                int         `db:"id"`
	CreatedAt         time.Time   `db:"created_at"`
	UpdatedAt         time.Time   `db:"updated_at"`
	UUID              string      `db:"uuid"`
	ConversationID    int         `db:"conversation_id"`
	Rating            int         `db:"rating"`
	Feedback          null.String `db:"feedback"`
	ResponseTimestamp null.Time   `db:"response_timestamp"`
}

CSATResponse represents a customer satisfaction survey response.

Jump to

Keyboard shortcuts

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