package response import "speechAnalysis/constvar" type FollowResp struct { FollowStatus constvar.BoolType `json:"followStatus"` }