[Update] Define method #5
			
				
			
		
		
		
	| 
						 | 
				
			
			@ -12,7 +12,7 @@ type RequestBody struct {
 | 
			
		|||
// response to service es
 | 
			
		||||
type Response struct {
 | 
			
		||||
	Success bool   `json:"success"`
 | 
			
		||||
	Data    []string `json:"data,omitempty"`
 | 
			
		||||
	Data    []byte `json:"data,omitempty"`
 | 
			
		||||
	Total   int64  `json:"total,omitempty"`
 | 
			
		||||
	Page    int64  `json:"page,omitempty"`
 | 
			
		||||
	Limit   int64  `json:"limit,omitempty"`
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue