Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func StartPoster ¶
func StartPoster(ctx context.Context, poster ArtworkPoster, serv *service.Service)
Types ¶
type ArtworkPoster ¶
type ArtworkPoster interface {
PostAndCreateArtwork(ctx context.Context, artwork *entity.CachedArtworkData) error
}
Poster 应该完成所有创建工作, 包括文件存储等
Click to show internal directories.
Click to hide internal directories.