info

package
v0.0.17 Latest Latest
Warning

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

Go to latest
Published: May 20, 2024 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 Info

type Info struct {
	Title          string `yaml:"title"`
	Description    string `yaml:"description"`
	TermsOfService string `yaml:"termsOfService"`
	Version        string `yaml:"version"`
	Contact        struct {
		Name  string `yaml:"name"`
		Url   string `yaml:"url"`
		Email string `yaml:"email"`
	}
	License struct {
		Name string `yaml:"name"`
		Url  string `yaml:"url"`
	}
}

Info is a programmatic representation of the Info object defined here: https://swagger.io/specification/#info-object

Jump to

Keyboard shortcuts

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