Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FiberServer ¶
type FiberServer struct { CurrentPositivePosts post.Post CurrentNegativePosts post.Post PostsCount post.PostCounts App *fiber.App // contains filtered or unexported fields }
func CreateFiberServer ¶
func CreateFiberServer( app *fiber.App, postService post.PostService, ) *FiberServer
func (*FiberServer) RegisterRoutes ¶
func (s *FiberServer) RegisterRoutes()
Click to show internal directories.
Click to hide internal directories.