response

package
v0.0.0-...-4e82913 Latest Latest
Warning

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

Go to latest
Published: Feb 14, 2022 License: Apache-2.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 ApiCaseRes

type ApiCaseRes struct {
	ID             uint
	OrganizationID uint   `json:"organizationID" form:"organizationID" `
	Module         string `json:"module" form:"module"  `
	Api            string `json:"api" form:"api"  `
	Name           string `json:"name" form:"name"  `
}

type ApiRes

type ApiRes struct {
	ID             uint
	Name           string `json:"name" form:"name"`
	Module         string `json:"module" form:"module"`
	OrganizationID uint   `json:"organizationID" form:"organizationID"`
}

type ModuleRes

type ModuleRes struct {
	ID             uint
	Name           string `json:"name" form:"name" `
	OrganizationID uint   `json:"organizationID" form:"organizationID" `
}

type ReportRes

type ReportRes struct {
	ID             uint
	Name           string `json:"name" form:"name"  `
	Url            string `json:"url" form:"url" `
	OrganizationID uint   `json:"organizationID" form:"organizationID" `
}

Jump to

Keyboard shortcuts

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