Documentation ¶
Index ¶
Constants ¶
View Source
const (
GENERATED_CODE_FILENAME_PREFIX = "zz_generated"
)
Variables ¶
This section is empty.
Functions ¶
func GenClient ¶
func GenClient(opts GenClientOptions)
func GenOrm ¶
func GenOrm(opts GenOrmOptions)
Types ¶
type GenClientOptions ¶
type GenOrmOptions ¶
type GenOrmOptions struct {
PkgPath string
}
type SortByName ¶
type SortByName []string
func (SortByName) Len ¶
func (s SortByName) Len() int
func (SortByName) Less ¶
func (s SortByName) Less(i, j int) bool
func (SortByName) Swap ¶
func (s SortByName) Swap(i, j int)
Click to show internal directories.
Click to hide internal directories.