6 lines
83 B
Go
6 lines
83 B
Go
package common_structure
|
|
|
|
type UserLogout struct {
|
|
UserID uint `json:"user_id"`
|
|
}
|