mocks

package
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 15, 2021 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type EventsSvc

type EventsSvc struct {
	GetEventsError       error
	GetEventQueryError   error
	GetEventQueriesError error
	EventPageError       error
	EventQueryError      error

	GetEventsResult       []*events.Event
	GetEventQueryResult   *events.EventQuery
	GetEventQueriesResult []*events.EventQuery
	EventPageResult       chan interface{}
	EventQueryResult      chan interface{}
}

func (*EventsSvc) EventPage

func (*EventsSvc) GetEventQueries

func (m *EventsSvc) GetEventQueries(_ ...graphql.RequestOption) ([]*events.EventQuery, error)

func (*EventsSvc) GetEventQuery

func (m *EventsSvc) GetEventQuery(_ string, _ ...graphql.RequestOption) (*events.EventQuery, error)

func (*EventsSvc) GetEvents

func (m *EventsSvc) GetEvents(_ []string, _ ...graphql.RequestOption) ([]*events.Event, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL