mirror of
https://github.com/containers/podman.git
synced 2025-10-11 08:15:25 +08:00
9 lines
130 B
Go
9 lines
130 B
Go
package specgen
|
|
|
|
import (
|
|
"go.podman.io/common/pkg/config"
|
|
)
|
|
|
|
func (s *SpecGenerator) InitResourceLimits(rtc *config.Config) {
|
|
}
|