Documentation
¶
Index ¶
- func New(media dc_index.MediaType, spec rc_recipe.Spec) dc_section.Document
- func NewAuth(spec rc_recipe.Spec) dc_section.Section
- func NewFeed(spec rc_recipe.Spec) dc_section.Section
- func NewGridDataInput(spec rc_recipe.Spec) dc_section.Section
- func NewGridDataOutput(spec rc_recipe.Spec) dc_section.Section
- func NewHeader(spec rc_recipe.Spec) dc_section.Section
- func NewInstall() dc_section.Section
- func NewProxy(spec rc_recipe.Spec) dc_section.Section
- func NewReport(spec rc_recipe.Spec) dc_section.Section
- func NewSecurity(spec rc_recipe.Spec) dc_section.Section
- func NewTextInput(spec rc_recipe.Spec) dc_section.Section
- func NewUsage(spec rc_recipe.Spec) dc_section.Section
- type Auth
- type DocCommand
- type DocGridDataInput
- type DocGridDataOutput
- type DocJsonInput
- type DocTextInput
- type Feed
- type Header
- type Install
- type Proxy
- type Report
- type Security
- type Usage
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewGridDataInput ¶
func NewGridDataInput(spec rc_recipe.Spec) dc_section.Section
func NewGridDataOutput ¶
func NewGridDataOutput(spec rc_recipe.Spec) dc_section.Section
func NewInstall ¶
func NewInstall() dc_section.Section
func NewSecurity ¶
func NewSecurity(spec rc_recipe.Spec) dc_section.Section
func NewTextInput ¶
func NewTextInput(spec rc_recipe.Spec) dc_section.Section
Types ¶
type Auth ¶
type DocCommand ¶
func (DocCommand) DocDesc ¶
func (z DocCommand) DocDesc() app_msg.Message
func (DocCommand) DocId ¶
func (z DocCommand) DocId() dc_index.DocId
func (DocCommand) Sections ¶
func (z DocCommand) Sections() []dc_section.Section
type DocGridDataInput ¶
type DocGridDataInput struct {
Header app_msg.Message
HeaderGridData app_msg.Message
// contains filtered or unexported fields
}
func (DocGridDataInput) Body ¶
func (z DocGridDataInput) Body(ui app_ui.UI)
func (DocGridDataInput) Title ¶
func (z DocGridDataInput) Title() app_msg.Message
type DocGridDataOutput ¶
type DocGridDataOutput struct {
Header app_msg.Message
HeaderGridData app_msg.Message
// contains filtered or unexported fields
}
func (DocGridDataOutput) Body ¶
func (z DocGridDataOutput) Body(ui app_ui.UI)
func (DocGridDataOutput) Title ¶
func (z DocGridDataOutput) Title() app_msg.Message
type DocJsonInput ¶
type DocJsonInput struct {
Header app_msg.Message
FieldHeader app_msg.Message
// contains filtered or unexported fields
}
func (DocJsonInput) Body ¶
func (z DocJsonInput) Body(ui app_ui.UI)
func (DocJsonInput) Title ¶
func (z DocJsonInput) Title() app_msg.Message
type DocTextInput ¶
type DocTextInput struct {
Header app_msg.Message
FieldHeader app_msg.Message
// contains filtered or unexported fields
}
func (DocTextInput) Body ¶
func (z DocTextInput) Body(ui app_ui.UI)
func (DocTextInput) Title ¶
func (z DocTextInput) Title() app_msg.Message
type Feed ¶
type Proxy ¶
type Report ¶
type Report struct {
Header app_msg.Message
FileLocation app_msg.Message
TableHeaderOs app_msg.Message
TableHeaderPath app_msg.Message
TableHeaderExample app_msg.Message
HeaderReport app_msg.Message
ReportHeaderName app_msg.Message
ReportHeaderDesc app_msg.Message
FormatDesc app_msg.Message
RemarkMemoryBudget app_msg.Message
RemarkXlsx app_msg.Message
// contains filtered or unexported fields
}
type Security ¶
type Security struct {
Header app_msg.Message
CredentialLocation app_msg.Message
TableHeaderOS app_msg.Message
TableHeaderPath app_msg.Message
CredentialRemarks app_msg.Message
HowToRemoveIt app_msg.Message
HowToHelpCenter app_msg.Message
Scopes app_msg.Message
TableHeaderScopesLabel app_msg.Message
TableHeaderScopesDesc app_msg.Message
// contains filtered or unexported fields
}
type Usage ¶
type Usage struct {
Header app_msg.Message
Remarks app_msg.Message
HeaderRun app_msg.Message
UsageWin app_msg.Message
UsageOther app_msg.Message
RunCatalinaRemarks1 app_msg.Message
RunCatalinaRemarks2 app_msg.Message
RunCatalinaRemarks3 app_msg.Message
HeaderOptions app_msg.Message
HeaderCommonOptions app_msg.Message
TableOptionsOption app_msg.Message
TableOptionsDesc app_msg.Message
TableOptionsDefault app_msg.Message
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.