10 lines
		
	
	
		
			129 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			129 B
		
	
	
	
		
			Go
		
	
	
	
	
	
package session
 | 
						|
 | 
						|
import (
 | 
						|
	"textualize/entities"
 | 
						|
)
 | 
						|
 | 
						|
type Project entities.Project
 | 
						|
 | 
						|
type ProjectSettings entities.ProjectSettings
 |