Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type File ¶
type File struct { Commands []string `json:"commands"` Lables map[string]string `json:"labels"` Fields map[string]interface{} `json:"fields"` Meta struct { Name string } `json:"meta"` }
File represents a project file.
type Option ¶
type Option func(*Project)
Option configures a project option.
func Destination ¶
Destination returns an option configured with a destination value.
Click to show internal directories.
Click to hide internal directories.