Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FlushUserCmd ¶
type FlushUserCmd struct {
// User is the field representing the name of the user to be flushed.
User string `json:"user" binding:"required"`
}
FlushUserCmd is a data structure used to handle user commands for flushing data.
type FlushUserCmdStatus ¶
type FlushUserCmdStatus struct {
// User holds the identifier of a user.
User string `json:"user"`
// RemovedKeys contains a list of keys that have been removed during the user's command execution.
RemovedKeys []string `json:"removed_keys"`
// Status represents the status of the user's command.
Status string `json:"status"`
}
FlushUserCmdStatus represents an user's command status.
Click to show internal directories.
Click to hide internal directories.