feat: ads log
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
package logsdomain
|
||||
|
||||
import (
|
||||
adsdomain "legalgo-BE-go/internal/domain/ads"
|
||||
)
|
||||
|
||||
type LogsRequest struct {
|
||||
AdsID string `json:"ads_id" validate:"required"`
|
||||
}
|
||||
|
||||
type LogResponse struct {
|
||||
ID string `json:"id"`
|
||||
News []adsdomain.Ads `json:"news"`
|
||||
}
|
||||
Reference in New Issue
Block a user