package
    
    
      
        
      
    
   
    
      
  
    
      
  
    
      Version: 
        v0.0.0-...-ccdb7b0
    
    
      Opens a new window with list of versions in this module.
    
    
    
  
      
  
    Published: Sep  9, 2024
  
      
  
    License: MPL-2.0
      
    
  
  
    Opens a new window with license information.
  
      
        
  
    
      Imports: 0
    
  
  
    Opens a new window with list of imports.
  
        
  
    
       Imported by: 0
    
  
  
    Opens a new window with list of known importers.
  
      
    
   
  
  
    
   
    
      
    
    
    
  
    
      
      
        
          
  
    
      
      Documentation
      ¶
    
    
  
    
  
    
      
        
 
  
  
  
  
  
  
  
      
  
  
    
    
    
      type NewTodo struct {
	Text     string `json:"text"`
	UserID   string `json:"userId"`
	IsGlobal bool   `json:"isGlobal"`
}
     
  
  
     
      
  
  
    
    
    
      type Todo struct {
	ID       string `json:"id"`
	Text     string `json:"text"`
	Done     bool   `json:"done"`
	User     *User  `json:"user"`
	IsGlobal bool   `json:"isGlobal"`
}
     
  
  
     
      
  
  
    
    
    
      type User struct {
	ID   string `json:"id"`
	Name string `json:"name"`
}
     
  
  
       
      
     
   
        
      
      
        
  
    
      
      Source Files
      ¶
    
   
      
      
     
   
   Click to show internal directories. 
   Click to hide internal directories.