Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Post ¶
POST /push/:tableName [ { "id": 1, "sha": "osidjfoawehfwh08" } ]
@Summary POST /push/:tableName @Description POST /push/:tableName @Tags push @Accept application/json @Param tableName path string true "table name" @Param data body string true "data" @Success 200 {object} gin.H "{"rowsAffected": rowsAffected}" @Failure 400 {string} errcode.Error "Bad Request" @Failure 500 {string} errcode.Error "Internel Error" @Router /push/{tableName} [post]
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.