Documentation
¶
Index ¶
Constants ¶
View Source
const ChiHTTPHandlerTemplate string = `` /* 140-byte string literal not displayed */
View Source
const ChiTodoHandlerTemplate string = `` /* 432-byte string literal not displayed */
View Source
const EchoHTTPHandlerTemplate string = `` /* 145-byte string literal not displayed */
View Source
const EchoTodoHandlerTemplate string = `` /* 433-byte string literal not displayed */
View Source
const FiberHTTPHandlerTemplate string = `` /* 145-byte string literal not displayed */
View Source
const FiberTodoHandlerTemplate string = `` /* 429-byte string literal not displayed */
View Source
const GinHTTPHandlerTemplate string = `` /* 145-byte string literal not displayed */
View Source
const GinTodoHandlerTemplate string = `` /* 423-byte string literal not displayed */
View Source
const GorillaHTTPHandlerTemplate string = `` /* 164-byte string literal not displayed */
View Source
const GorillaTodoHandlerTemplate string = `` /* 433-byte string literal not displayed */
View Source
const TodoDTOTemplate string = `
package dto
type Todo struct {
ID string
Title string
Done bool
}
`
View Source
const TodoRepositoryTemplate string = `` /* 522-byte string literal not displayed */
View Source
const TodoServiceTemplate string = `` /* 453-byte string literal not displayed */
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.