rest

package
v0.0.0-...-7c35eaa Latest Latest
Warning

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

Go to latest
Published: Jul 4, 2024 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FeedController

type FeedController struct {
	// contains filtered or unexported fields
}

func NewFeedController

func NewFeedController(feedUsecase feed.FeedUsecase) FeedController

func (FeedController) Search

type ItemController

type ItemController struct {
	// contains filtered or unexported fields
}

func NewItemController

func NewItemController(itemUsecase item.ItemUsecase) ItemController

func (ItemController) FindAllItem

func (ItemController) FindNextItems

func (ic ItemController) FindNextItems(req item_dto.FindNextReq) ([]item_dto.FindNextRes, bool)

func (ItemController) IncreaseLikeCount

func (ItemController) IncreaseViewCount

type SubscriptionController

type SubscriptionController struct {
	// contains filtered or unexported fields
}

func NewSubscriptionController

func NewSubscriptionController(subscriptionUcase subscription.SubscriptionUsecase) SubscriptionController

func (SubscriptionController) Apply

func (SubscriptionController) Approve

type TagController

type TagController struct {
	// contains filtered or unexported fields
}

func NewTagController

func NewTagController(jobTagUsecase tag.JobTagUsecase, skillTagUcase tag.SkillTagUsecase) TagController

func (TagController) FindAllJobTag

func (tc TagController) FindAllJobTag() ([]tag_dto.FindAllJobTagRes, bool)

func (TagController) FindAllSkillTag

func (tc TagController) FindAllSkillTag() ([]tag_dto.FindAllSkillTagRes, bool)

Directories

Path Synopsis
dto

Jump to

Keyboard shortcuts

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