blog

package
v1.1.3 Latest Latest
Warning

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

Go to latest
Published: Jun 30, 2024 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewController

func NewController(
	authMFunc network.AuthenticationProvider,
	authorizeMFunc network.AuthorizationProvider,
	service Service,
) network.Controller

Types

type Service

type Service interface {
	SetBlogDtoCacheById(blog *dto.PublicBlog) error
	GetBlogDtoCacheById(id primitive.ObjectID) (*dto.PublicBlog, error)
	SetBlogDtoCacheBySlug(blog *dto.PublicBlog) error
	GetBlogDtoCacheBySlug(slug string) (*dto.PublicBlog, error)
	BlogSlugExists(slug string) bool
	GetPublisedBlogById(id primitive.ObjectID) (*dto.PublicBlog, error)
	GetPublishedBlogBySlug(slug string) (*dto.PublicBlog, error)
	// contains filtered or unexported methods
}

func NewService

func NewService(db mongo.Database, store redis.Store, userService user.Service) Service

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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