package
Version:
v0.0.0-...-4e82913
Opens a new window with list of versions in this module.
Published: Feb 14, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
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 struct {
ID uint
Name string `json:"name" form:"name"`
Module string `json:"module" form:"module"`
OrganizationID uint `json:"organizationID" form:"organizationID"`
}
type ModuleRes struct {
ID uint
Name string `json:"name" form:"name" `
OrganizationID uint `json:"organizationID" form:"organizationID" `
}
type ReportRes struct {
ID uint
Name string `json:"name" form:"name" `
Url string `json:"url" form:"url" `
OrganizationID uint `json:"organizationID" form:"organizationID" `
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.