All checks were successful
Build and Release / release (push) Successful in 2m13s
7 lines
140 B
Go
7 lines
140 B
Go
package request
|
|
|
|
type ChatbotDto struct {
|
|
ProjectID *string `json:"project_id"`
|
|
Question string `json:"question" validate:"required"`
|
|
}
|