Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Render ¶
func Render(fp RenderItem, envFile *fp.FilePathEnhance) (string, error)
Types ¶
type LocalFileRenderItem ¶
type LocalFileRenderItem struct {
*fp.FilePathEnhance
}
LocalFileRenderItem can parse the includation by rel path we should use LocalFileRenderItem if a config may contain any other config from local path
func (LocalFileRenderItem) GetContent ¶
func (lfri LocalFileRenderItem) GetContent() string
func (LocalFileRenderItem) GetLocation ¶
func (lfri LocalFileRenderItem) GetLocation() string
type RenderItem ¶
type TextRenderItem ¶
type TextRenderItem string
func (TextRenderItem) GetContent ¶
func (tri TextRenderItem) GetContent() string
func (TextRenderItem) GetLocation ¶
func (tri TextRenderItem) GetLocation() string
Click to show internal directories.
Click to hide internal directories.