Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BigModelService ¶
type BigModelService interface { // wukong IsLike(*domain.WuKongPicture, types.Account) (bool, string, error) IsPublic(*domain.WuKongPicture) (bool, string, error) IsDigg(types.Account, []string) bool LinkLikePublic(string, types.Account) (LinkLikePublicOpt, error) IsPathContain(string, []domain.WuKongPicture) bool // luojia LatestLuojiaList([]domain.LuoJiaRecord) domain.LuoJiaRecord }
func NewBigModelService ¶
func NewBigModelService( fm bigmodel.BigModel, wukongPicture repository.WuKongPicture, ) BigModelService
Click to show internal directories.
Click to hide internal directories.