request_params.go 128 B

123456
  1. package sql_executor
  2. type ExecuteSqlJsonBody struct {
  3. Sql string `json:"sql"`
  4. OperatorID string `json:"operatorId"`
  5. }