You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							36 lines
						
					
					
						
							1.6 KiB
						
					
					
				
			
		
		
		
			
			
			
		
		
	
	
							36 lines
						
					
					
						
							1.6 KiB
						
					
					
				| package command | |
| 
 | |
| import ( | |
| 	_ "net/http/pprof" | |
| 
 | |
| 	_ "github.com/seaweedfs/seaweedfs/weed/remote_storage/azure" | |
| 	_ "github.com/seaweedfs/seaweedfs/weed/remote_storage/gcs" | |
| 	_ "github.com/seaweedfs/seaweedfs/weed/remote_storage/s3" | |
| 
 | |
| 	_ "github.com/seaweedfs/seaweedfs/weed/replication/sink/azuresink" | |
| 	_ "github.com/seaweedfs/seaweedfs/weed/replication/sink/b2sink" | |
| 	_ "github.com/seaweedfs/seaweedfs/weed/replication/sink/filersink" | |
| 	_ "github.com/seaweedfs/seaweedfs/weed/replication/sink/gcssink" | |
| 	_ "github.com/seaweedfs/seaweedfs/weed/replication/sink/localsink" | |
| 	_ "github.com/seaweedfs/seaweedfs/weed/replication/sink/s3sink" | |
| 
 | |
| 	_ "github.com/seaweedfs/seaweedfs/weed/filer/arangodb" | |
| 	_ "github.com/seaweedfs/seaweedfs/weed/filer/cassandra" | |
| 	_ "github.com/seaweedfs/seaweedfs/weed/filer/elastic/v7" | |
| 	_ "github.com/seaweedfs/seaweedfs/weed/filer/etcd" | |
| 	_ "github.com/seaweedfs/seaweedfs/weed/filer/hbase" | |
| 	_ "github.com/seaweedfs/seaweedfs/weed/filer/leveldb" | |
| 	_ "github.com/seaweedfs/seaweedfs/weed/filer/leveldb2" | |
| 	_ "github.com/seaweedfs/seaweedfs/weed/filer/leveldb3" | |
| 	_ "github.com/seaweedfs/seaweedfs/weed/filer/mongodb" | |
| 	_ "github.com/seaweedfs/seaweedfs/weed/filer/mysql" | |
| 	_ "github.com/seaweedfs/seaweedfs/weed/filer/mysql2" | |
| 	_ "github.com/seaweedfs/seaweedfs/weed/filer/postgres" | |
| 	_ "github.com/seaweedfs/seaweedfs/weed/filer/postgres2" | |
| 	_ "github.com/seaweedfs/seaweedfs/weed/filer/redis" | |
| 	_ "github.com/seaweedfs/seaweedfs/weed/filer/redis2" | |
| 	_ "github.com/seaweedfs/seaweedfs/weed/filer/redis3" | |
| 	_ "github.com/seaweedfs/seaweedfs/weed/filer/sqlite" | |
| 	_ "github.com/seaweedfs/seaweedfs/weed/filer/tikv" | |
| 	_ "github.com/seaweedfs/seaweedfs/weed/filer/ydb" | |
| )
 |