document

package
v0.0.0-...-33f8601 Latest Latest
Warning

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

Go to latest
Published: Jul 3, 2023 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 Field

type Field struct {
	Name     string
	Type     string
	Required bool
	Comment  string
	Child    map[string]Field
}

Field 方法中的参数.

type Method

type Method struct {
	Comment  string
	Request  map[string]Field
	Response map[string]Field
}

Method 接口中的一个方法.

type Module

type Module struct {
	URL     string
	Methods map[string]Method
}

Module 一个 module代表一个接口.

Jump to

Keyboard shortcuts

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