Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Context ¶
type Context struct { TargetType TargetType TargetPath string Tags map[string]string }
type TargetType ¶
type TargetType string
const ( TargetTypeFile TargetType = "file" TargetTypeDirectory TargetType = "directory" )
Click to show internal directories.
Click to hide internal directories.