Documentation ¶
Overview ¶
Package sharing implements the loading of sharing related blocks.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type File ¶
type File struct {
// contains filtered or unexported fields
}
File is a sharing backend generated file.
func PrepareFile ¶
func PrepareFile(root *config.Root, filename string, inputs config.Inputs, outputs config.Outputs) (File, error)
PrepareFile prepares a sharing backend generated file.
func (File) Body ¶
Body returns a string representation of the HCL code or an empty string if the config itself is empty.
Click to show internal directories.
Click to hide internal directories.