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

12 lines
255 B
Go
Raw Normal View History

package mesosUtils
import (
"github.com/golang/protobuf/proto"
2017-01-28 19:45:47 -05:00
mesos "github.com/mesos/mesos-go/mesosproto"
)
var (
DefaultFilter = &mesos.Filters{RefuseSeconds: proto.Float64(1)}
LongFilter = &mesos.Filters{RefuseSeconds: proto.Float64(1000)}
)