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 ToCamelCase(in string) string
- func ToPascalCase(in string) string
- func ValidateSnakeCase(in string) bool
- type Builder
Constants ¶
View Source
const ( OAS_REPO_NAME = "stackit-api-specifications" OAS_REPO = "https://github.com/stackitcloud/stackit-api-specifications.git" GEN_REPO_NAME = "stackit-sdk-generator" GEN_REPO = "https://github.com/stackitcloud/stackit-sdk-generator.git" )
Variables ¶
This section is empty.
Functions ¶
func CopyDirectory ¶
func CopySymLink ¶
func ToCamelCase ¶
func ToPascalCase ¶
func ValidateSnakeCase ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.