This repository has been archived on 2024-04-10. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
elektron/utilities/mesosUtils/mesosUtils.go

11 lines
255 B
Go

package mesosUtils
import (
mesos "github.com/mesos/mesos-go/mesosproto"
"github.com/golang/protobuf/proto"
)
var (
DefaultFilter = &mesos.Filters{RefuseSeconds: proto.Float64(1)}
LongFilter = &mesos.Filters{RefuseSeconds: proto.Float64(1000)}
)