request

package
v0.0.0-...-f01d026 Latest Latest
Warning

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

Go to latest
Published: May 11, 2022 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 CreatePlanet

type CreatePlanet struct {
	Name string `json:"name"`
}

func (CreatePlanet) ToCommand

func (c CreatePlanet) ToCommand() port.CreatePlanet

type Metadata

type Metadata struct {
	Page       int `json:"page"`
	PerPage    int `json:"per_page"`
	PageCount  int `json:"page_count"`
	TotalCount int `json:"total_count"`
}

type Page

type Page struct {
	Page    int
	PerPage int
}

type Pagination

type Pagination struct {
	Meta    Metadata    `json:"_metadata"`
	Results interface{} `json:"results"`
}

Jump to

Keyboard shortcuts

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