package models import "fagott.pw/charakterin" const ( LIKE_LIST = 0 ) type Like struct { ContentID int Content interface{} User *charakterin.User ContentType int }