Discover Packages
github.com/APIParkLab/APIPark
module
mcp
dto
package
Version:
v1.8.0-beta
Opens a new window with list of versions in this module.
Published: May 6, 2025
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type API struct {
Name string `json:"name"`
Method string `json:"method"`
Path string `json:"path"`
Description string `json:"description"`
}
type App struct {
Id string `json:"id"`
Name string `json:"name"`
Description string `json:"description"`
CreateTime time .Time `json:"create_time"`
UpdateTime time .Time `json:"update_time"`
}
type AppAuthorization struct {
Id string `json:"id"`
Name string `json:"name"`
Position string `json:"position"`
TokenName string `json:"token_name"`
Config string `json:"config"`
}
type Service struct {
Id string `json:"id"`
Name string `json:"name"`
Description string `json:"description"`
ServiceKind string `json:"service_kind"`
Apis []*API `json:"apis"`
CreateTime time .Time `json:"create_time"`
UpdateTime time .Time `json:"update_time"`
}
type ServiceAPI struct {
ServiceID string `json:"service_id"`
ServiceName string `json:"service_name"`
APIDoc interface{} `json:"api_doc"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.