search

package
v0.0.0-...-83adff0 Latest Latest
Warning

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

Go to latest
Published: Jul 6, 2020 License: GPL-3.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Case

type Case struct {
	ID        int64  `json:"id,omitempty"`
	MID       int64  `json:"mid,omitempty"`
	OPID      int64  `json:"oper_id,omitempty"`
	OType     int8   `json:"origin_type,omitempty"`
	Status    int8   `json:"status,omitempty"`
	CaseType  int8   `json:"case_type"`
	StartTime string `json:"start_time,omitempty"`
}

Case struct

type Info

type Info struct {
	ID      int64 `json:"id"`
	OPID    int64 `json:"oper_id"`
	Status  int8  `json:"status" default:"-1"`
	PStatus int8  `json:"publish_status" default:"-1"`
}

Info struct

type Jury

type Jury struct {
	ID      int64  `json:"id,omitempty"`
	OPID    int64  `json:"oper_id,omitempty"`
	Expired string `json:"expired,omitempty"`
	Status  int8   `json:"status,omitempty"`
	Black   int8   `json:"black"`
}

Jury struct

type Opinion

type Opinion struct {
	ID    int64 `json:"id,omitempty"`
	OPID  int64 `json:"oper_id,omitempty"`
	State int8  `json:"state,omitempty"`
}

Opinion struct

type Page

type Page struct {
	PN    int `json:"num"`
	PS    int `json:"size"`
	Total int `json:"total"`
}

Page struct

type Publish

type Publish struct {
	ID       int64  `json:"id,omitempty"`
	Title    string `json:"title,omitempty"`
	SubTitle string `json:"sub_title,omitempty"`
	ShowTime string `json:"show_time,omitempty"`
	OPID     int64  `json:"oper_id,omitempty"`
	PType    int8   `json:"ptype,omitempty"`
	Status   int8   `json:"status"`
}

Publish struct

type ReSearchData

type ReSearchData struct {
	Order  string       `json:"order"`
	Sort   string       `json:"sort"`
	Page   *Page        `json:"page"`
	Result []*ResSearch `json:"result"`
}

ReSearchData search result detail.

type ResSearch

type ResSearch struct {
	ID int64 `json:"id"`
}

ResSearch result

type Update

type Update struct {
	AppID string
	IP    string
	Data  interface{}
}

Update struct

Jump to

Keyboard shortcuts

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