mirror of
				https://github.com/usememos/memos.git
				synced 2025-11-01 01:06:04 +08:00 
			
		
		
		
	* chore: rename user role to `host` * chore: related frontend changes * chore: fix migration file * chore: use tricky sql
		
			
				
	
	
		
			8 lines
		
	
	
	
		
			176 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
	
		
			176 B
		
	
	
	
		
			Go
		
	
	
	
	
	
| package api
 | |
| 
 | |
| import "github.com/usememos/memos/server/profile"
 | |
| 
 | |
| type SystemStatus struct {
 | |
| 	Host    *User            `json:"host"`
 | |
| 	Profile *profile.Profile `json:"profile"`
 | |
| }
 |