package
Version:
v0.0.0-...-9b5f5b5
Opens a new window with list of versions in this module.
Published: Sep 30, 2024
License: GPL-3.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
¶
type InvokeObject struct {
ServerUrl string `json:"serverUrl"`
Token string `json:"token"`
Id int `json:"id"`
UsedBy string `json:"usedBy"`
}
type ParseSpecReq struct {
Src string `json:"src"`
Type string `json:"type"`
File string `json:"file"`
Url string `json:"url"`
TargetId int `json:"targetId"`
ServerUrl string `json:"serverUrl"`
Token string `json:"token"`
}
type SubmitSpecResp struct {
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.