Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DeleteGlobalToolVariationForm = Type("DeleteGlobalToolVariationForm", func() {
Required("variation_id")
Attribute("variation_id", String, "The ID of the variation to delete")
})
View Source
var DeleteGlobalToolVariationResult = Type("DeleteGlobalToolVariationResult", func() {
Required("variation_id")
Attribute("variation_id", String, "The ID of the variation that was deleted")
})
View Source
var ListVariationsResult = Type("ListVariationsResult", func() { Required("variations") Attribute("variations", ArrayOf(shared.ToolVariation)) })
View Source
var UpsertGlobalToolVariationForm = Type("UpsertGlobalToolVariationForm", func() { Required("src_tool_name", "src_tool_urn") Attribute("src_tool_urn", String, "The URN of the source tool") Attribute("src_tool_name", String, "The name of the source tool") Attribute("confirm", String, "The confirmation mode for the tool variation", func() { Enum(conv.AnySlice(mv.ConfirmValues)...) }) Attribute("confirm_prompt", String, "The confirmation prompt for the tool variation") Attribute("name", String, "The name of the tool variation") Attribute("summary", String, "The summary of the tool variation") Attribute("description", String, "The description of the tool variation") Attribute("tags", ArrayOf(String), "The tags of the tool variation") Attribute("summarizer", String, "The summarizer of the tool variation") })
View Source
var UpsertGlobalToolVariationResult = Type("UpsertGlobalToolVariationResult", func() { Required("variation") Attribute("variation", shared.ToolVariation) })
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.