feed_dto

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: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type SearchReq

type SearchReq struct {
	NameKeyword string `url:"name_keyword" validate:"min=1"` // 회사 이름 검색어
}

type SearchRes

type SearchRes struct {
	ID   uint   `json:"id"`   // 검색된 회사 ID
	Name string `json:"name"` // 검색된 회사 이름
}

func NewSearchRes

func NewSearchRes(feeds []entity.Feed) []SearchRes

Jump to

Keyboard shortcuts

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