service

package
v1.6.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 28, 2024 License: Apache-2.0 Imports: 7 Imported by: 0

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

type LinkLikePublicOpt

type LinkLikePublicOpt struct {
	IsLike   bool
	LikeId   string
	IsPublic bool
	PublicId string
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL