pipe

package
v0.0.0-...-f02f0c9 Latest Latest
Warning

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

Go to latest
Published: Feb 21, 2023 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type TitlePhotoItem

type TitlePhotoItem struct {
	ID        string `json:"id" extensions:"x-order=001"`
	Height    int64  `json:"height" extensions:"x-order=002"`
	Width     int64  `json:"width" extensions:"x-order=003"`
	Alt       string `json:"alt" extensions:"x-order=004"`
	Caption   string `json:"caption" extensions:"x-order=005"`
	Thumbnail string `json:"thumbnail" extensions:"x-order=006"`
}

type TitlePhotosMeta

type TitlePhotosMeta struct {
	CurrentPage  int64 `json:"currentPage"`
	ItemsPerPage int64 `json:"itemsPerPage"`
	TotalItems   int64 `json:"totalItems"`
	TotalPages   int64 `json:"totalPages"`
	HasNextPage  bool  `json:"hasNextPage"`
}

type TitlePhotosTransform

type TitlePhotosTransform struct {
	Photos []*TitlePhotoItem `json:"photos" extensions:"x-order=001"`
	Meta   *TitlePhotosMeta  `json:"meta" extensions:"x-order=002"`
}

Jump to

Keyboard shortcuts

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