 package
    
    
    
      package
    
    
      
        
      
    
   
    
      
  
    
      
  
    
      Version: 
        v0.8.91
    
    
      Opens a new window with list of versions in this module.
    
    
    
  
      
  
    Published: Oct  9, 2025
  
      
  
    License: MIT
      
    
  
  
    Opens a new window with license information.
  
      
        
  
    
      Imports: 12
    
  
  
    Opens a new window with list of imports.
  
        
  
    
       Imported by: 0
    
  
  
    Opens a new window with list of known importers.
  
      
    
   
  
  
    
   
    
      
    
    
    
  
    
      
      
        
          
  
    
       Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    
      
        
 
  
  
  
  
  
	  
  
  
    
    
    
      func Dictionary(c *fiber.Ctx) error
     
  
  
         
  
  
      
  
  
    
    
    
      type FormItem struct {
	Model    string `json:"model"`
	Label    string `json:"label"`
	Relation struct {
		Table  interface{}   `json:"table"`
		Key    interface{}   `json:"key"`
		Fields []interface{} `json:"fields"`
	} `json:"relation,omitempty"`
	Options []interface{} `json:"options"`
}
     
  
  
     
      
  
  
    
    
    
      type FormSCHEMA struct {
	Name     string     `json:"name"`
	Model    string     `json:"model"`
	Identity string     `json:"identity"`
	Schema   []FormItem `json:"schema"`
}
     
  
  
     
      
  
  
    
    
    
      type GridSCHEMA struct {
	Model    string `json:"model"`
	Name     string `json:"name"`
	Identity string `json:"identity"`
	Schema   []struct {
		Model string `json:"model"`
		Label string `json:"label"`
	} `json:"schema"`
}
     
  
  
       
      
     
   
        
      
      
        
  
    
       Source Files
      ¶
      Source Files
      ¶
    
   
      
      
     
   
   Click to show internal directories. 
   Click to hide internal directories.