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