mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-11-03 12:20:27 +08:00
9 lines
126 B
Go
9 lines
126 B
Go
package serverconfigs
|
|
|
|
type HTTPMemoryCacheConfig struct {
|
|
}
|
|
|
|
func (this *HTTPMemoryCacheConfig) Init() error {
|
|
return nil
|
|
}
|