type FreezerGroup … func (s *FreezerGroup) Name() string { … } func (s *FreezerGroup) Apply(path string, _ *configs.Resources, pid int) error { … } func (s *FreezerGroup) Set(path string, r *configs.Resources) (Err error) { … } func (s *FreezerGroup) GetStats(path string, stats *cgroups.Stats) error { … } func (s *FreezerGroup) GetState(path string) (configs.FreezerState, error) { … }