Documentation ¶
Index ¶
Constants ¶
View Source
const ( StartTag = `<cfndoc>` EndTag = `</cfndoc>` )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ByLabel ¶
type ByLabel []*ResourceDoc
type ResourceDoc ¶
func Parse ¶
func Parse(cfn string) (docs []*ResourceDoc)
func Read ¶
func Read(fileName string) (docs []*ResourceDoc, err error)
func ReadCfn ¶
func ReadCfn(paths ...string) (docs []*ResourceDoc, err error)
Click to show internal directories.
Click to hide internal directories.