Documentation
¶
Index ¶
- func New(media dc_index.MediaType, mc app_msg_container.Container, forPublish bool) dc_section.Document
- func NewCommand(forPublish bool, media dc_index.MediaType, ...) dc_section.Section
- func NewHeader(forPublish bool) dc_section.Section
- func NewLicense() dc_section.Section
- func NewRelease() dc_section.Section
- func NewSecurity() dc_section.Document
- func NewSecuritySection() dc_section.Section
- func NewSupplemental() dc_section.Section
- func NewUsage() dc_section.Section
- type Command
- type Header
- type License
- type Readme
- type Release
- type SecurityDesc
- type Supplemental
- type Usage
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func New ¶
func New(media dc_index.MediaType, mc app_msg_container.Container, forPublish bool) dc_section.Document
func NewCommand ¶
func NewCommand(forPublish bool, media dc_index.MediaType, container app_msg_container.Container) dc_section.Section
func NewHeader ¶
func NewHeader(forPublish bool) dc_section.Section
func NewLicense ¶
func NewLicense() dc_section.Section
func NewRelease ¶
func NewRelease() dc_section.Section
func NewSecurity ¶
func NewSecurity() dc_section.Document
func NewSecuritySection ¶
func NewSecuritySection() dc_section.Section
func NewSupplemental ¶
func NewSupplemental() dc_section.Section
func NewUsage ¶
func NewUsage() dc_section.Section
Types ¶
type Command ¶
type Header ¶
type License ¶
type Release ¶
type Release struct {
ReleaseHeader app_msg.Message
ReleaseBody app_msg.Message
HomebrewHeader app_msg.Message
HomebrewDesc app_msg.Message
}
Section of pointer to download
type SecurityDesc ¶
type SecurityDesc struct {
HeaderTitle app_msg.Message
HeaderInformationNotCollected app_msg.Message
HeaderSensitiveData app_msg.Message
BodyInformationNotCollected app_msg.Message
BodySensitiveData app_msg.Message
}
func (SecurityDesc) Body ¶
func (z SecurityDesc) Body(ui app_ui.UI)
func (SecurityDesc) Title ¶
func (z SecurityDesc) Title() app_msg.Message
Click to show internal directories.
Click to hide internal directories.