 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
      View Source
      
  
var (
	PathKey = "key"
)
    Functions ¶
Types ¶
type Pagination ¶
type Pagination struct {
	Page     int64 `form:"page" query:"page"`
	PageSize int64 `form:"pageSize" query:"pageSize"`
}
    Pagination pagination params
 Click to show internal directories. 
   Click to hide internal directories.