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.
Click to show internal directories.
Click to hide internal directories.