Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Generator ¶
Generator handles Swift code generation
func (*Generator) SetBaseDir ¶
SetBaseDir sets the base directory for reading files
type SwiftCase ¶
type SwiftCase struct {
Name string
Parameters []SwiftParameter
ReturnType string
Base64 string
Type string
}
SwiftCase represents a case in the generated enum
type SwiftField ¶
SwiftField represents a field in a Swift struct
type SwiftParameter ¶
SwiftParameter represents a parameter in Swift
type SwiftStruct ¶
type SwiftStruct struct {
Name string
Fields []SwiftField
Implements []string
}
SwiftStruct represents a struct in Swift
Click to show internal directories.
Click to hide internal directories.