kittenipc/kitcom/tsgen.go
2025-10-16 13:07:39 +03:00

10 lines
177 B
Go

package main
type TypescriptApiGenerator struct {
}
func (g *TypescriptApiGenerator) Generate(api *Api, destFile string) error {
//TODO implement me
panic("implement me")
}