openapi

package
v0.0.0-...-8b0f75f Latest Latest
Warning

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

Go to latest
Published: Aug 29, 2022 License: Apache-2.0 Imports: 23 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Start

func Start(serverSetting *config.Server, exchange *exchanger.Exchange, storage *storage.Storage)

Types

type DictionaryDTO

type DictionaryDTO struct {
	UserId       int    `json:"userId" binding:"required"`
	ScopeSpaceId int    `json:"scopeSpaceId" binding:"required"`
	DictKey      string `json:"dictKey" binding:"required"`
	DictValue    string `json:"dictValue" binding:"required"`
	Version      string `json:"version" binding:"required"`
	State        string `json:"state" binding:"required"`
}

type Openapi

type Openapi struct {
	// contains filtered or unexported fields
}

type PageListVO

type PageListVO struct {
	Page      int64       `json:"page"`
	PageSize  int64       `json:"pageSize"`
	Total     int64       `json:"total"`
	TotalPage int64       `json:"totalPage"`
	List      interface{} `json:"list"`
}

Jump to

Keyboard shortcuts

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