Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HandleLogi ¶
Types ¶
type LogFormat ¶
type LogFormat struct { UserID string `json:"userID"` CurrentQuestionIndex int `json:"currentQuestionIndex"` EditorContentBefore string `json:"editorContentBefore"` EditorContentAfter string `json:"editorContentAfter"` Timestamp string `json:"timestamp"` IsPaste bool `json:"isPaste"` IsDeletion bool `json:"isDeletion"` IsCompilation bool `json:"isCompilation"` IsSubmission bool `json:"isSubmission"` }
type LogiRequest ¶
type LogiRequest struct {
Logs []LogFormat `json:"logs" binding:"required"`
}
Click to show internal directories.
Click to hide internal directories.