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" "time"
) )
// User represents a user // User user
// swagger:model // swagger:model User user
type User struct { type User struct {
Id string Id string
Hashtag string Hashtag string