Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ControllerTmpl = `` /* 467-byte string literal not displayed */
View Source
var EntityTmpl = `package entity
type {{.Name}} struct {
}
`
View Source
var ModelTmpl = `package model
type {{.Name}}Request struct {
}
type {{.Name}}Response struct {
}
`
View Source
var PostgresTmpl = `` /* 2091-byte string literal not displayed */
View Source
var ProviderTmpl = `` /* 858-byte string literal not displayed */
View Source
var RepositoryTmpl = `` /* 471-byte string literal not displayed */
View Source
var RouterTmpl = `` /* 267-byte string literal not displayed */
View Source
var SubControllerTmpl = `` /* 463-byte string literal not displayed */
View Source
var SubPostgresTmpl = `` /* 2083-byte string literal not displayed */
View Source
var SubRepositoryTmpl = `` /* 467-byte string literal not displayed */
View Source
var SubUsecaseTmpl = `` /* 331-byte string literal not displayed */
View Source
var UsecaseTmpl = `` /* 335-byte string literal not displayed */
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.