Documentation ¶
Index ¶
Constants ¶
View Source
const TableNameUser = "users"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RouteTest ¶
func (*RouteTest) Hello ¶
Create a new item
@Summary create new item @Description create new item @Tags TODO_ADD_TAGNAME @Accept json @Produce json @Param a path string true "A" @Param accountId path int true "AccountId" @Param body body dto.KubeImageForm true "KubeImageForm" @Success 200 {string} KubeImageID @Router /clusters/{a}/b/{accountId} [post]
Click to show internal directories.
Click to hide internal directories.