mirror of
				https://github.com/openimsdk/open-im-server.git
				synced 2025-11-04 19:32:17 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			155 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			155 B
		
	
	
	
		
			Go
		
	
	
	
	
	
package call_back_struct
 | 
						|
 | 
						|
type CallbackBeforeCreateGroupReq struct {
 | 
						|
	CommonCallbackReq
 | 
						|
}
 | 
						|
 | 
						|
type CallbackAfterCreateGroupResp struct {
 | 
						|
	CommonCallbackResp
 | 
						|
} |