Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Generator ¶
type Generator interface {
Gen() ([]*GeneratedFile, error)
}
type Golang ¶
type Golang struct {
// contains filtered or unexported fields
}
func (*Golang) Gen ¶
func (g *Golang) Gen() ([]*GeneratedFile, error)
type Typescript ¶ added in v0.21.0
type Typescript struct {
// contains filtered or unexported fields
}
func (*Typescript) Gen ¶ added in v0.21.0
func (t *Typescript) Gen() ([]*GeneratedFile, error)
Click to show internal directories.
Click to hide internal directories.