mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-13 20:29:35 +00:00
8 lines
130 B
Go
8 lines
130 B
Go
package specgen
|
|
|
|
import (
|
|
"go.podman.io/common/pkg/config"
|
|
)
|
|
|
|
func (s *SpecGenerator) InitResourceLimits(rtc *config.Config) {
|
|
}
|