func()

in pkg/yml/plugin.go [38:43]


func (s *PluginSet) ToMem() *mem.PluginSet {
	return &mem.PluginSet{
		Name: s.Name,
		Conf: s.Conf,
	}
}