| 27 | ) |
| 28 | |
| 29 | type Config struct { |
| 30 | HotCacheSize int64 |
| 31 | EndPointConnection string |
| 32 | AccessKey string |
| 33 | Secretkey string |
| 34 | } |
| 35 | |
| 36 | var OssDefaultConfig = Config{ |
| 37 | HotCacheSize: defaultHotCacheSize, |
nothing calls this directly
no outgoing calls
no test coverage detected