Home
last modified time | relevance | path

Searched refs:GetGroupOpts (Results 1 – 3 of 3) sorted by relevance

/dports/net/traefik/traefik-2.6.1/vendor/github.com/gambol99/go-marathon/
H A Dgroup.go43 type GetGroupOpts struct { struct
108 func (r *marathonClient) GroupsBy(opts *GetGroupOpts) (*Groups, error) { argument
123 func (r *marathonClient) GroupBy(name string, opts *GetGroupOpts) (*Group, error) { argument
H A Dclient.go129 GroupsBy(opts *GetGroupOpts) (*Groups, error) argument
131 GroupBy(name string, opts *GetGroupOpts) (*Group, error) argument
/dports/net/traefik/traefik-2.6.1/pkg/provider/marathon/mocks/
H A DMarathon.go517 func (_m *Marathon) GroupBy(name string, opts *marathon.GetGroupOpts) (*marathon.Group, error) {
521 if rf, ok := ret.Get(0).(func(string, *marathon.GetGroupOpts) *marathon.Group); ok {
530 if rf, ok := ret.Get(1).(func(string, *marathon.GetGroupOpts) error); ok {
563 func (_m *Marathon) GroupsBy(opts *marathon.GetGroupOpts) (*marathon.Groups, error) {
567 if rf, ok := ret.Get(0).(func(*marathon.GetGroupOpts) *marathon.Groups); ok {
576 if rf, ok := ret.Get(1).(func(*marathon.GetGroupOpts) error); ok {