domain

package
v0.0.0-...-791ffb2 Latest Latest
Warning

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

Go to latest
Published: Aug 6, 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 AppSyncEvent

type AppSyncEvent struct {
	OperationName string                 `mapstructure:"operationName"`
	Arguments     map[string]interface{} `mapstructure:"arguments"`
}

type ChatGptResult

type ChatGptResult struct {
	MessageID string `json:"messageID" dynamo:"MessageID,hash"` // hash key
	User      string `json:"user" dynamo:"User"`
	Input     string `json:"input" dynamo:"Input"`
	Output    string `json:"output" dynamo:"Output"`
	Createdat string `json:"createdat" dynamo:"Createdat,range"` // range key
}

type NuxtMail

type NuxtMail struct {
	From    string `json:"from"`
	To      string `json:"to"`
	Subject string `json:"subject"`
	Body    string `json:"body"`
}

type Res

type Res struct {
	Response int    `json:"response"`
	Result   string `json:"result"`
}

Jump to

Keyboard shortcuts

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