Added userAction struct

master
Alex 2021-07-12 20:29:47 +02:00
parent 962fc38532
commit 2e795f899b
1 changed files with 2 additions and 2 deletions

View File

@ -4,8 +4,8 @@ import (
"time"
)
// User represents a user
// swagger:model
// User user
// swagger:model User user
type User struct {
Id string
Hashtag string