Documentation ¶
Index ¶
- Constants
- func CreateProjectConfig(projectDir string) (configpath string, err error)
- func DetermineBuildSystem(projectDir string) (string, error)
- func FindProjectDir() (string, error)
- func ParseProjectConfig(opts interface{}) (string, error)
- func ValidateBuildSystem(buildSystem string) error
- type Config
- type Engine
- type FuzzTestType
- type ProjectConfig
Constants ¶
View Source
const ( BuildSystemCMake string = "cmake" BuildSystemOther string = "other" )
Variables ¶
This section is empty.
Functions ¶
func CreateProjectConfig ¶
CreateProjectConfig creates a new project config in the given directory
func DetermineBuildSystem ¶
func FindProjectDir ¶
func ParseProjectConfig ¶
func ValidateBuildSystem ¶
Types ¶
type Config ¶
type Config struct { *ProjectConfig ProjectDir string }
type ProjectConfig ¶
func ReadProjectConfig ¶
func ReadProjectConfig(projectDir string) (*ProjectConfig, error)
Click to show internal directories.
Click to hide internal directories.