Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AIResponse ¶
type AIResponse struct {
ID primitive.ObjectID `bson:"_id,omitempty" json:"_id,omitempty"`
AIRequest AIRequest `bson:"airequest,omitempty" json:"airequest,omitempty"`
Response string `bson:"response,omitempty" json:"response,omitempty"`
CreatedAt time.Time `bson:"created_at,omitempty" json:"created_at,omitempty"`
}
type Credential ¶
type User ¶
type User struct {
ID primitive.ObjectID `bson:"_id,omitempty" json:"_id,omitempty"`
NamaLengkap string `bson:"namalengkap,omitempty" json:"namalengkap,omitempty"`
Email string `bson:"email,omitempty" json:"email,omitempty"`
Password string `bson:"password,omitempty" json:"password,omitempty"`
Confirmpassword string `bson:"confirmpass,omitempty" json:"confirmpass,omitempty"`
Salt string `bson:"salt,omitempty" json:"salt,omitempty"`
}
Click to show internal directories.
Click to hide internal directories.