mirror of
				https://github.com/openimsdk/open-im-server.git
				synced 2025-10-31 08:29:33 +08:00 
			
		
		
		
	* fix: repeated modification session notification * fix: repeated modification session notification * fix: jpush return a nil pointer panic * fix: push redis pkg * fix: OANotification * feat: add rpc GetConversationNeedOfflinePushUserIDs * update pkg * cicd: robot automated Change * offlinePushMsg * conversation * conversation * cicd: robot automated Change * conversation * cicd: robot automated Change * conversation * url 2 im s3 * url 2 im s3 * cicd: robot automated Change * url 2 im s3 --------- Co-authored-by: withchao <withchao@users.noreply.github.com>
		
			
				
	
	
		
			17 lines
		
	
	
		
			261 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			261 B
		
	
	
	
		
			Go
		
	
	
	
	
	
| package pkg
 | |
| 
 | |
| import "time"
 | |
| 
 | |
| type Config struct {
 | |
| 	TaskPath     string
 | |
| 	ProgressPath string
 | |
| 	Concurrency  int
 | |
| 	Retry        int
 | |
| 	Timeout      time.Duration
 | |
| 	Api          string
 | |
| 	UserID       string
 | |
| 	Secret       string
 | |
| 	TempDir      string
 | |
| 	CacheSize    int64
 | |
| }
 |