SYMBOL INDEX (280 symbols across 46 files) FILE: deprecated/cache/index_map.go constant favor (line 16) | favor = "favor" constant relation (line 17) | relation = "relation" function init (line 20) | func init() { type ProxyIndexMap (line 33) | type ProxyIndexMap struct method UpdateVideoFavorState (line 41) | func (i *ProxyIndexMap) UpdateVideoFavorState(userId int64, videoId in... method GetVideoFavorState (line 51) | func (i *ProxyIndexMap) GetVideoFavorState(userId int64, videoId int64... method UpdateUserRelation (line 58) | func (i *ProxyIndexMap) UpdateUserRelation(userId int64, followId int6... method GetUserRelation (line 68) | func (i *ProxyIndexMap) GetUserRelation(userId int64, followId int64) ... function NewProxyIndexMap (line 36) | func NewProxyIndexMap() *ProxyIndexMap { FILE: deprecated/cache/indexmap_test.go function TestProxyIndexMap_UpdateUserRelation (line 8) | func TestProxyIndexMap_UpdateUserRelation(t *testing.T) { function TestProxyIndexMap_GetVideoFavorState (line 13) | func TestProxyIndexMap_GetVideoFavorState(t *testing.T) { FILE: deprecated/config/conf.go type Mysql (line 13) | type Mysql struct type Redis (line 24) | type Redis struct type Server (line 30) | type Server struct type Path (line 35) | type Path struct type Config (line 40) | type Config struct function ensurePathValid (line 49) | func ensurePathValid() { function init (line 76) | func init() { function DBConnectString (line 89) | func DBConnectString() string { FILE: deprecated/handlers/comment/post_comment_handler.go type PostCommentResponse (line 13) | type PostCommentResponse struct function PostCommentHandler (line 18) | func PostCommentHandler(c *gin.Context) { type ProxyPostCommentHandler (line 22) | type ProxyPostCommentHandler struct method Do (line 36) | func (p *ProxyPostCommentHandler) Do() { method parseNum (line 54) | func (p *ProxyPostCommentHandler) parseNum() error { method SendError (line 87) | func (p *ProxyPostCommentHandler) SendError(msg string) { method SendOk (line 92) | func (p *ProxyPostCommentHandler) SendOk(comment *comment.Response) { function NewProxyPostCommentHandler (line 32) | func NewProxyPostCommentHandler(context *gin.Context) *ProxyPostCommentH... FILE: deprecated/handlers/comment/query_commentlist_handler.go type ListResponse (line 13) | type ListResponse struct function QueryCommentListHandler (line 18) | func QueryCommentListHandler(c *gin.Context) { type ProxyCommentListHandler (line 22) | type ProxyCommentListHandler struct method Do (line 33) | func (p *ProxyCommentListHandler) Do() { method parseNum (line 51) | func (p *ProxyCommentListHandler) parseNum() error { method SendError (line 69) | func (p *ProxyCommentListHandler) SendError(msg string) { method SendOk (line 74) | func (p *ProxyCommentListHandler) SendOk(commentList *comment.List) { function NewProxyCommentListHandler (line 29) | func NewProxyCommentListHandler(context *gin.Context) *ProxyCommentListH... FILE: deprecated/handlers/user_info/post_follow_action_handler.go function PostFollowActionHandler (line 12) | func PostFollowActionHandler(c *gin.Context) { type ProxyPostFollowAction (line 16) | type ProxyPostFollowAction struct method Do (line 28) | func (p *ProxyPostFollowAction) Do() { method prepareNum (line 46) | func (p *ProxyPostFollowAction) prepareNum() error { method startAction (line 72) | func (p *ProxyPostFollowAction) startAction() error { method SendError (line 80) | func (p *ProxyPostFollowAction) SendError(msg string) { method SendOk (line 84) | func (p *ProxyPostFollowAction) SendOk(msg string) { function NewProxyPostFollowAction (line 24) | func NewProxyPostFollowAction(context *gin.Context) *ProxyPostFollowActi... FILE: deprecated/handlers/user_info/query_follow_list_handler.go type FollowListResponse (line 11) | type FollowListResponse struct function QueryFollowListHandler (line 16) | func QueryFollowListHandler(c *gin.Context) { type ProxyQueryFollowList (line 20) | type ProxyQueryFollowList struct method Do (line 32) | func (p *ProxyQueryFollowList) Do() { method parseNum (line 45) | func (p *ProxyQueryFollowList) parseNum() error { method prepareData (line 55) | func (p *ProxyQueryFollowList) prepareData() error { method SendError (line 64) | func (p *ProxyQueryFollowList) SendError(msg string) { method SendOk (line 70) | func (p *ProxyQueryFollowList) SendOk(msg string) { function NewProxyQueryFollowList (line 28) | func NewProxyQueryFollowList(context *gin.Context) *ProxyQueryFollowList { FILE: deprecated/handlers/user_info/query_follower_handler.go type FollowerListResponse (line 11) | type FollowerListResponse struct function QueryFollowerHandler (line 16) | func QueryFollowerHandler(c *gin.Context) { type ProxyQueryFollowerHandler (line 20) | type ProxyQueryFollowerHandler struct method Do (line 32) | func (p *ProxyQueryFollowerHandler) Do() { method parseNum (line 49) | func (p *ProxyQueryFollowerHandler) parseNum() error { method prepareData (line 59) | func (p *ProxyQueryFollowerHandler) prepareData() error { method SendError (line 68) | func (p *ProxyQueryFollowerHandler) SendError(msg string) { method SendOk (line 77) | func (p *ProxyQueryFollowerHandler) SendOk(msg string) { function NewProxyQueryFollowerHandler (line 28) | func NewProxyQueryFollowerHandler(context *gin.Context) *ProxyQueryFollo... FILE: deprecated/handlers/user_info/userinfo_handler.go type UserResponse (line 10) | type UserResponse struct function UserInfoHandler (line 15) | func UserInfoHandler(c *gin.Context) { type ProxyUserInfo (line 29) | type ProxyUserInfo struct method DoQueryUserInfoByUserId (line 37) | func (p *ProxyUserInfo) DoQueryUserInfoByUserId(rawId interface{}) err... method UserInfoError (line 54) | func (p *ProxyUserInfo) UserInfoError(msg string) { method UserInfoOk (line 60) | func (p *ProxyUserInfo) UserInfoOk(user *models2.UserInfo) { function NewProxyUserInfo (line 33) | func NewProxyUserInfo(c *gin.Context) *ProxyUserInfo { FILE: deprecated/handlers/user_login/user_login_handler.go type UserLoginResponse (line 10) | type UserLoginResponse struct function UserLoginHandler (line 15) | func UserLoginHandler(c *gin.Context) { FILE: deprecated/handlers/user_login/user_register_handler.go type UserRegisterResponse (line 10) | type UserRegisterResponse struct function UserRegisterHandler (line 15) | func UserRegisterHandler(c *gin.Context) { FILE: deprecated/handlers/video/feed_videolist_handler.go type FeedResponse (line 14) | type FeedResponse struct function FeedVideoListHandler (line 19) | func FeedVideoListHandler(c *gin.Context) { type ProxyFeedVideoList (line 38) | type ProxyFeedVideoList struct method DoNoToken (line 47) | func (p *ProxyFeedVideoList) DoNoToken() error { method DoHasToken (line 63) | func (p *ProxyFeedVideoList) DoHasToken(token string) error { method FeedVideoListError (line 88) | func (p *ProxyFeedVideoList) FeedVideoListError(msg string) { method FeedVideoListOk (line 95) | func (p *ProxyFeedVideoList) FeedVideoListOk(videoList *video.FeedVide... function NewProxyFeedVideoList (line 42) | func NewProxyFeedVideoList(c *gin.Context) *ProxyFeedVideoList { FILE: deprecated/handlers/video/post_favor_handler.go function PostFavorHandler (line 12) | func PostFavorHandler(c *gin.Context) { type ProxyPostFavorHandler (line 16) | type ProxyPostFavorHandler struct method Do (line 28) | func (p *ProxyPostFavorHandler) Do() { method parseNum (line 46) | func (p *ProxyPostFavorHandler) parseNum() error { method SendError (line 70) | func (p *ProxyPostFavorHandler) SendError(msg string) { method SendOk (line 74) | func (p *ProxyPostFavorHandler) SendOk() { function NewProxyPostFavorHandler (line 24) | func NewProxyPostFavorHandler(c *gin.Context) *ProxyPostFavorHandler { FILE: deprecated/handlers/video/publish_video_handler.go function PublishVideoHandler (line 31) | func PublishVideoHandler(c *gin.Context) { function PublishVideoError (line 81) | func PublishVideoError(c *gin.Context, msg string) { function PublishVideoOk (line 86) | func PublishVideoOk(c *gin.Context, msg string) { FILE: deprecated/handlers/video/query_favor_videolist_handler.go type FavorVideoListResponse (line 11) | type FavorVideoListResponse struct function QueryFavorVideoListHandler (line 16) | func QueryFavorVideoListHandler(c *gin.Context) { type ProxyFavorVideoListHandler (line 20) | type ProxyFavorVideoListHandler struct method Do (line 30) | func (p *ProxyFavorVideoListHandler) Do() { method parseNum (line 48) | func (p *ProxyFavorVideoListHandler) parseNum() error { method SendError (line 58) | func (p *ProxyFavorVideoListHandler) SendError(msg string) { method SendOk (line 63) | func (p *ProxyFavorVideoListHandler) SendOk(favorList *video.FavorList) { function NewProxyFavorVideoListHandler (line 26) | func NewProxyFavorVideoListHandler(c *gin.Context) *ProxyFavorVideoListH... FILE: deprecated/handlers/video/query_videolist_handler.go type ListResponse (line 11) | type ListResponse struct function QueryVideoListHandler (line 16) | func QueryVideoListHandler(c *gin.Context) { type ProxyQueryVideoList (line 26) | type ProxyQueryVideoList struct method DoQueryVideoListByUserId (line 35) | func (p *ProxyQueryVideoList) DoQueryVideoListByUserId(rawId interface... method QueryVideoListError (line 50) | func (p *ProxyQueryVideoList) QueryVideoListError(msg string) { method QueryVideoListOk (line 57) | func (p *ProxyQueryVideoList) QueryVideoListOk(videoList *video.List) { function NewProxyQueryVideoList (line 30) | func NewProxyQueryVideoList(c *gin.Context) *ProxyQueryVideoList { FILE: deprecated/main.go function main (line 9) | func main() { FILE: deprecated/middleware/jwt.go type Claims (line 13) | type Claims struct function ReleaseToken (line 19) | func ReleaseToken(user models2.UserLogin) (string, error) { function ParseToken (line 39) | func ParseToken(tokenString string) (*Claims, bool) { function JWTMiddleWare (line 56) | func JWTMiddleWare() gin.HandlerFunc { FILE: deprecated/middleware/jwt_test.go function TestJwt (line 7) | func TestJwt(t *testing.T) { FILE: deprecated/middleware/normal.go function NoAuthToGetUserId (line 10) | func NoAuthToGetUserId() gin.HandlerFunc { FILE: deprecated/middleware/password.go function SHA1 (line 9) | func SHA1(s string) string { function SHAMiddleWare (line 18) | func SHAMiddleWare() gin.HandlerFunc { FILE: deprecated/middleware/password_test.go function TestSHA1 (line 6) | func TestSHA1(t *testing.T) { FILE: deprecated/models/comment.go type Comment (line 9) | type Comment struct type CommentDAO (line 19) | type CommentDAO struct method AddCommentAndUpdateCount (line 30) | func (c *CommentDAO) AddCommentAndUpdateCount(comment *Comment) error { method DeleteCommentAndUpdateCountById (line 51) | func (c *CommentDAO) DeleteCommentAndUpdateCountById(commentId, videoI... method QueryCommentById (line 68) | func (c *CommentDAO) QueryCommentById(id int64, comment *Comment) error { method QueryCommentListByVideoId (line 75) | func (c *CommentDAO) QueryCommentListByVideoId(videoId int64, comments... function NewCommentDAO (line 26) | func NewCommentDAO() *CommentDAO { FILE: deprecated/models/common.go type CommonResponse (line 3) | type CommonResponse struct FILE: deprecated/models/init_db.go function InitDB (line 11) | func InitDB() { FILE: deprecated/models/user_info.go type UserInfo (line 15) | type UserInfo struct type UserInfoDAO (line 28) | type UserInfoDAO struct method QueryUserInfoById (line 43) | func (u *UserInfoDAO) QueryUserInfoById(userId int64, userinfo *UserIn... method AddUserInfo (line 56) | func (u *UserInfoDAO) AddUserInfo(userinfo *UserInfo) error { method IsUserExistById (line 63) | func (u *UserInfoDAO) IsUserExistById(id int64) bool { method AddUserFollow (line 73) | func (u *UserInfoDAO) AddUserFollow(userId, userToId int64) error { method CancelUserFollow (line 88) | func (u *UserInfoDAO) CancelUserFollow(userId, userToId int64) error { method GetFollowListByUserId (line 103) | func (u *UserInfoDAO) GetFollowListByUserId(userId int64, userList *[]... method GetFollowerListByUserId (line 117) | func (u *UserInfoDAO) GetFollowerListByUserId(userId int64, userList *... function NewUserInfoDAO (line 36) | func NewUserInfoDAO() *UserInfoDAO { FILE: deprecated/models/user_info_test.go function TestMain (line 9) | func TestMain(m *testing.M) { function TestUserInfoDAO_GetFollowListByUserId (line 15) | func TestUserInfoDAO_GetFollowListByUserId(t *testing.T) { function TestUserInfoDAO_GetFollowerListByUserId (line 26) | func TestUserInfoDAO_GetFollowerListByUserId(t *testing.T) { FILE: deprecated/models/user_login.go type UserLogin (line 9) | type UserLogin struct type UserLoginDAO (line 16) | type UserLoginDAO struct method QueryUserLogin (line 31) | func (u *UserLoginDAO) QueryUserLogin(username, password string, login... method IsUserExistByUsername (line 42) | func (u *UserLoginDAO) IsUserExistByUsername(username string) bool { function NewUserLoginDao (line 24) | func NewUserLoginDao() *UserLoginDAO { FILE: deprecated/models/video.go type Video (line 11) | type Video struct type VideoDAO (line 27) | type VideoDAO struct method AddVideo (line 44) | func (v *VideoDAO) AddVideo(video *Video) error { method QueryVideoByVideoId (line 51) | func (v *VideoDAO) QueryVideoByVideoId(videoId int64, video *Video) er... method QueryVideoCountByUserId (line 60) | func (v *VideoDAO) QueryVideoCountByUserId(userId int64, count *int64)... method QueryVideoListByUserId (line 67) | func (v *VideoDAO) QueryVideoListByUserId(userId int64, videoList *[]*... method QueryVideoListByLimitAndTime (line 77) | func (v *VideoDAO) QueryVideoListByLimitAndTime(limit int, latestTime ... method PlusOneFavorByUserIdAndVideoId (line 88) | func (v *VideoDAO) PlusOneFavorByUserIdAndVideoId(userId int64, videoI... method MinusOneFavorByUserIdAndVideoId (line 101) | func (v *VideoDAO) MinusOneFavorByUserIdAndVideoId(userId int64, video... method QueryFavorVideoListByUserId (line 114) | func (v *VideoDAO) QueryFavorVideoListByUserId(userId int64, videoList... method IsVideoExistById (line 129) | func (v *VideoDAO) IsVideoExistById(id int64) bool { function NewVideoDAO (line 35) | func NewVideoDAO() *VideoDAO { FILE: deprecated/models/video_test.go function TestVideoDAO_QueryVideoListByUserId (line 9) | func TestVideoDAO_QueryVideoListByUserId(t *testing.T) { function TestVideoDAO_QueryVideoListByLimit (line 21) | func TestVideoDAO_QueryVideoListByLimit(t *testing.T) { function TestTime (line 33) | func TestTime(t *testing.T) { FILE: deprecated/router/router_douyin.go function Init (line 14) | func Init() *gin.Engine { FILE: deprecated/service/comment/post_comment.go constant CREATE (line 11) | CREATE = 1 constant DELETE (line 12) | DELETE = 2 type Response (line 15) | type Response struct function PostComment (line 19) | func PostComment(userId int64, videoId int64, commentId int64, actionTyp... type PostCommentFlow (line 23) | type PostCommentFlow struct method Do (line 39) | func (p *PostCommentFlow) Do() (*Response, error) { method CreateComment (line 54) | func (p *PostCommentFlow) CreateComment() (*models2.Comment, error) { method DeleteComment (line 65) | func (p *PostCommentFlow) DeleteComment() (*models2.Comment, error) { method checkNum (line 80) | func (p *PostCommentFlow) checkNum() error { method prepareData (line 93) | func (p *PostCommentFlow) prepareData() error { method packData (line 106) | func (p *PostCommentFlow) packData() error { function NewPostCommentFlow (line 35) | func NewPostCommentFlow(userId int64, videoId int64, commentId int64, ac... FILE: deprecated/service/comment/query_comment_list.go type List (line 10) | type List struct function QueryCommentList (line 14) | func QueryCommentList(userId, videoId int64) (*List, error) { type QueryCommentListFlow (line 18) | type QueryCommentListFlow struct method Do (line 31) | func (q *QueryCommentListFlow) Do() (*List, error) { method checkNum (line 44) | func (q *QueryCommentListFlow) checkNum() error { method prepareData (line 54) | func (q *QueryCommentListFlow) prepareData() error { method packData (line 67) | func (q *QueryCommentListFlow) packData() error { function NewQueryCommentListFlow (line 27) | func NewQueryCommentListFlow(userId, videoId int64) *QueryCommentListFlow { FILE: deprecated/service/user_info/post_follow_action.go constant FOLLOW (line 10) | FOLLOW = 1 constant CANCEL (line 11) | CANCEL = 2 function PostFollowAction (line 19) | func PostFollowAction(userId, userToId int64, actionType int) error { type PostFollowActionFlow (line 23) | type PostFollowActionFlow struct method Do (line 33) | func (p *PostFollowActionFlow) Do() error { method checkNum (line 44) | func (p *PostFollowActionFlow) checkNum() error { method publish (line 59) | func (p *PostFollowActionFlow) publish() error { function NewPostFollowActionFlow (line 29) | func NewPostFollowActionFlow(userId int64, userToId int64, actionType in... FILE: deprecated/service/user_info/query_follow_list.go type FollowList (line 12) | type FollowList struct function QueryFollowList (line 16) | func QueryFollowList(userId int64) (*FollowList, error) { type QueryFollowListFlow (line 20) | type QueryFollowListFlow struct method Do (line 32) | func (q *QueryFollowListFlow) Do() (*FollowList, error) { method checkNum (line 47) | func (q *QueryFollowListFlow) checkNum() error { method prepareData (line 54) | func (q *QueryFollowListFlow) prepareData() error { method packData (line 67) | func (q *QueryFollowListFlow) packData() error { function NewQueryFollowListFlow (line 28) | func NewQueryFollowListFlow(userId int64) *QueryFollowListFlow { FILE: deprecated/service/user_info/query_follower_list.go type FollowerList (line 8) | type FollowerList struct function QueryFollowerList (line 12) | func QueryFollowerList(userId int64) (*FollowerList, error) { type QueryFollowerListFlow (line 16) | type QueryFollowerListFlow struct method Do (line 28) | func (q *QueryFollowerListFlow) Do() (*FollowerList, error) { method checkNum (line 42) | func (q *QueryFollowerListFlow) checkNum() error { method prepareData (line 49) | func (q *QueryFollowerListFlow) prepareData() error { method packData (line 62) | func (q *QueryFollowerListFlow) packData() error { function NewQueryFollowerListFlow (line 24) | func NewQueryFollowerListFlow(userId int64) *QueryFollowerListFlow { FILE: deprecated/service/user_login/post_user_login.go function PostUserLogin (line 10) | func PostUserLogin(username, password string) (*LoginResponse, error) { function NewPostUserLoginFlow (line 14) | func NewPostUserLoginFlow(username, password string) *PostUserLoginFlow { type PostUserLoginFlow (line 18) | type PostUserLoginFlow struct method Do (line 27) | func (q *PostUserLoginFlow) Do() (*LoginResponse, error) { method checkNum (line 45) | func (q *PostUserLoginFlow) checkNum() error { method updateData (line 58) | func (q *PostUserLoginFlow) updateData() error { method packResponse (line 87) | func (q *PostUserLoginFlow) packResponse() error { FILE: deprecated/service/user_login/query_user_login.go constant MaxUsernameLength (line 10) | MaxUsernameLength = 100 constant MaxPasswordLength (line 11) | MaxPasswordLength = 20 constant MinPasswordLength (line 12) | MinPasswordLength = 8 type LoginResponse (line 15) | type LoginResponse struct function QueryUserLogin (line 21) | func QueryUserLogin(username, password string) (*LoginResponse, error) { function NewQueryUserLoginFlow (line 25) | func NewQueryUserLoginFlow(username, password string) *QueryUserLoginFlow { type QueryUserLoginFlow (line 29) | type QueryUserLoginFlow struct method Do (line 38) | func (q *QueryUserLoginFlow) Do() (*LoginResponse, error) { method checkNum (line 54) | func (q *QueryUserLoginFlow) checkNum() error { method prepareData (line 67) | func (q *QueryUserLoginFlow) prepareData() error { method packData (line 86) | func (q *QueryUserLoginFlow) packData() error { FILE: deprecated/service/video/feed_videolist.go constant MaxVideoNum (line 11) | MaxVideoNum = 30 type FeedVideoList (line 14) | type FeedVideoList struct function QueryFeedVideoList (line 19) | func QueryFeedVideoList(userId int64, latestTime time.Time) (*FeedVideoL... type QueryFeedVideoListFlow (line 23) | type QueryFeedVideoListFlow struct method Do (line 37) | func (q *QueryFeedVideoListFlow) Do() (*FeedVideoList, error) { method checkNum (line 50) | func (q *QueryFeedVideoListFlow) checkNum() { method prepareData (line 61) | func (q *QueryFeedVideoListFlow) prepareData() error { method packData (line 78) | func (q *QueryFeedVideoListFlow) packData() error { function NewQueryFeedVideoListFlow (line 33) | func NewQueryFeedVideoListFlow(userId int64, latestTime time.Time) *Quer... FILE: deprecated/service/video/post_favor_state.go constant PLUS (line 10) | PLUS = 1 constant MINUS (line 11) | MINUS = 2 function PostFavorState (line 14) | func PostFavorState(userId, videoId, actionType int64) error { type PostFavorStateFlow (line 18) | type PostFavorStateFlow struct method Do (line 32) | func (p *PostFavorStateFlow) Do() error { method PlusOperation (line 50) | func (p *PostFavorStateFlow) PlusOperation() error { method MinusOperation (line 62) | func (p *PostFavorStateFlow) MinusOperation() error { method checkNum (line 73) | func (p *PostFavorStateFlow) checkNum() error { function NewPostFavorStateFlow (line 24) | func NewPostFavorStateFlow(userId, videoId, action int64) *PostFavorStat... FILE: deprecated/service/video/post_video.go function PostVideo (line 9) | func PostVideo(userId int64, videoName, coverName, title string) error { function NewPostVideoFlow (line 13) | func NewPostVideoFlow(userId int64, videoName, coverName, title string) ... type PostVideoFlow (line 22) | type PostVideoFlow struct method Do (line 31) | func (f *PostVideoFlow) Do() error { method prepareParam (line 41) | func (f *PostVideoFlow) prepareParam() { method publish (line 47) | func (f *PostVideoFlow) publish() error { FILE: deprecated/service/video/query_favor_videolist.go type FavorList (line 8) | type FavorList struct function QueryFavorVideoList (line 12) | func QueryFavorVideoList(userId int64) (*FavorList, error) { type QueryFavorVideoListFlow (line 16) | type QueryFavorVideoListFlow struct method Do (line 28) | func (q *QueryFavorVideoListFlow) Do() (*FavorList, error) { method checkNum (line 41) | func (q *QueryFavorVideoListFlow) checkNum() error { method prepareData (line 48) | func (q *QueryFavorVideoListFlow) prepareData() error { method packData (line 66) | func (q *QueryFavorVideoListFlow) packData() error { function NewQueryFavorVideoListFlow (line 24) | func NewQueryFavorVideoListFlow(userId int64) *QueryFavorVideoListFlow { FILE: deprecated/service/video/query_videolist.go type List (line 9) | type List struct function QueryVideoListByUserId (line 13) | func QueryVideoListByUserId(userId int64) (*List, error) { function NewQueryVideoListByUserIdFlow (line 17) | func NewQueryVideoListByUserIdFlow(userId int64) *QueryVideoListByUserId... type QueryVideoListByUserIdFlow (line 21) | type QueryVideoListByUserIdFlow struct method Do (line 28) | func (q *QueryVideoListByUserIdFlow) Do() (*List, error) { method checkNum (line 38) | func (q *QueryVideoListByUserIdFlow) checkNum() error { method packData (line 48) | func (q *QueryVideoListByUserIdFlow) packData() error { FILE: deprecated/util/comment.go function FillCommentListFields (line 8) | func FillCommentListFields(comments *[]*models2.Comment) error { function FillCommentFields (line 21) | func FillCommentFields(comment *models2.Comment) error { FILE: deprecated/util/ffmpeg.go type Video2Image (line 22) | type Video2Image struct method SetInputPath (line 72) | func (v *Video2Image) SetInputPath(path string) *Video2Image { method SetOutputPath (line 77) | func (v *Video2Image) SetOutputPath(path string) *Video2Image { method SetTimeOptions (line 82) | func (v *Video2Image) SetTimeOptions(start, duration string) *Video2Im... method SetFilter (line 88) | func (v *Video2Image) SetFilter(filter string) *Video2Image { method SetFrameCount (line 93) | func (v *Video2Image) SetFrameCount(count int) *Video2Image { method SetDebug (line 98) | func (v *Video2Image) SetDebug(debug bool) *Video2Image { method buildArgs (line 103) | func (v *Video2Image) buildArgs() ([]string, error) { method Execute (line 130) | func (v *Video2Image) Execute() error { function NewVideo2Image (line 32) | func NewVideo2Image() *Video2Image { function GetDefaultVideoSuffix (line 36) | func GetDefaultVideoSuffix() string { function GetDefaultImageSuffix (line 42) | func GetDefaultImageSuffix() string { function ChangeVideoDefaultSuffix (line 49) | func ChangeVideoDefaultSuffix(suffix string) { function ChangeImageDefaultSuffix (line 55) | func ChangeImageDefaultSuffix(suffix string) { function normalizeExtension (line 61) | func normalizeExtension(ext string) string { FILE: deprecated/util/video.go function GetFileUrl (line 14) | func GetFileUrl(fileName string) string { function NewFileName (line 20) | func NewFileName(userId int64) string { function FillVideoListFields (line 32) | func FillVideoListFields(userId int64, videos *[]*models2.Video) (*time.... function SaveImageFromVideo (line 60) | func SaveImageFromVideo(name string, isDebug bool) error {