Documentation
¶
Index ¶
- Constants
- func Copy(srcFile, dstFile string) error
- func CopyDirectory(scrDir, dest string) error
- func CopySymLink(source, dest string) error
- func CreateIfNotExists(dir string, perm os.FileMode) error
- func Exists(filePath string) bool
- func FileExists(pathValue string) bool
- func ToCamelCase(in string) string
- func ToPascalCase(in string) string
- func ValidateSnakeCase(in string) bool
- type Builder
- type Data
- type Version
Constants ¶
View Source
const ( OasRepoName = "stackit-api-specifications" OasRepo = "https://github.com/stackitcloud/stackit-api-specifications.git" ResTypeResource = "resources" ResTypeDataSource = "datasources" )
Variables ¶
This section is empty.
Functions ¶
func CopyDirectory ¶
func CopySymLink ¶
func FileExists ¶
func ToCamelCase ¶
func ToPascalCase ¶
func ValidateSnakeCase ¶
Types ¶
type Builder ¶
Click to show internal directories.
Click to hide internal directories.