controller

package
v0.0.0-...-9f0f48b Latest Latest
Warning

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

Go to latest
Published: Dec 31, 2023 License: MIT Imports: 19 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func HttpHandler

func HttpHandler(w http.ResponseWriter, request *http.Request)

Types

type ConstantData

type ConstantData struct {
	Title string `json:"title"`
}

type ImgData

type ImgData struct {
	Img_Id  int    `json:"img_id"`
	Status  int    `json:"status"`
	Url     string `json:"url"`
	Updated string `json:"updated"`
}

type PageData

type PageData struct {
	Title     string
	ImgId     int
	ImgPage   int
	PageList  []int
	ImgList   []ImgData
	TokenList []TokenData
}

type TokenData

type TokenData struct {
	Token   string `json:"token"`
	Created string `json:"created"`
}

Jump to

Keyboard shortcuts

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