mirror of
https://github.com/moby/buildkit.git
synced 2026-08-09 09:11:45 +00:00
10 lines
238 B
Go
10 lines
238 B
Go
package resources
|
|
|
|
import resourcestypes "github.com/moby/buildkit/executor/resources/types"
|
|
|
|
type SysSampler = Sub[*resourcestypes.SysSample]
|
|
|
|
func NewSysSampler() (*Sampler[*resourcestypes.SysSample], error) {
|
|
return newSysSampler()
|
|
}
|