fix: issues
This commit is contained in:
@@ -1,5 +1,13 @@
|
||||
package fields
|
||||
|
||||
// swagger:enum UserStatus
|
||||
// swagger:enum PostStage
|
||||
// ENUM( Pending, Processing, Completed, Deleted)
|
||||
type PostStage int16
|
||||
|
||||
// swagger:enum PostStatus
|
||||
// ENUM( Pending, Verified, Blocked)
|
||||
type UserStatus int16
|
||||
type PostStatus int16
|
||||
|
||||
// swagger:enum PostType
|
||||
// ENUM( Article, Picture, Video, Audio)
|
||||
type PostType int16
|
||||
|
||||
Reference in New Issue
Block a user