Documentation ¶
Index ¶
- type AccountConnection
- type AdFormatConnection
- type ApplicationConnection
- type AuthClientConnection
- type BrowserConnection
- type CategoryConnection
- type DeviceMakerConnection
- type DeviceModelConnection
- type HistoryActionConnection
- type OSConnection
- type OptionConnection
- type Page
- type RBACRoleConnection
- type RTBSourceConnection
- type UserConnection
- type ZoneConnection
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccountConnection ¶
type AccountConnection = connectors.AccountConnection
AccountConnection implements collection accessor interface with pagination.
type AdFormatConnection ¶
type AdFormatConnection = connectors.CollectionConnection[gqlmodels.AdFormat, gqlmodels.AdFormatEdge]
AdFormatConnection implements collection accessor interface with pagination.
func NewAdFormatConnection ¶
func NewAdFormatConnection(ctx context.Context, adFormatAccessor adformat.Usecase, filter *gqlmodels.AdFormatListFilter, order *gqlmodels.AdFormatListOrder, page *gqlmodels.Page) *AdFormatConnection
NewAdFormatConnection based on query object
type ApplicationConnection ¶
type ApplicationConnection = connectors.CollectionConnection[gqlmodels.Application, gqlmodels.ApplicationEdge]
ApplicationConnection implements collection accessor interface with pagination.
func NewApplicationConnection ¶
func NewApplicationConnection(ctx context.Context, applicationAccessor application.Usecase, filter *gqlmodels.ApplicationListFilter, order *gqlmodels.ApplicationListOrder, page *gqlmodels.Page) *ApplicationConnection
NewApplicationConnection based on query object
type AuthClientConnection ¶
type AuthClientConnection = connectors.AuthClientConnection
AuthClientConnection implements collection accessor interface with pagination.
type BrowserConnection ¶
type BrowserConnection = connectors.CollectionConnection[gqlmodels.Browser, gqlmodels.BrowserEdge]
BrowserConnection implements collection accessor interface with pagination.
func NewBrowserConnection ¶
func NewBrowserConnection(ctx context.Context, browserAccessor browser.Usecase, filter *gqlmodels.BrowserListFilter, order *gqlmodels.BrowserListOrder, page *gqlmodels.Page) *BrowserConnection
NewBrowserConnection based on query object
type CategoryConnection ¶
type CategoryConnection = connectors.CollectionConnection[gqlmodels.Category, gqlmodels.CategoryEdge]
CategoryConnection implements collection accessor interface with pagination.
func NewCategoryConnection ¶
func NewCategoryConnection(ctx context.Context, categoryAccessor category.Usecase, filter *gqlmodels.CategoryListFilter, order *gqlmodels.CategoryListOrder, page *gqlmodels.Page) *CategoryConnection
NewCategoryConnection based on query object
type DeviceMakerConnection ¶
type DeviceMakerConnection = connectors.CollectionConnection[gqlmodels.DeviceMaker, gqlmodels.DeviceMakerEdge]
DeviceMakerConnection implements collection accessor interface with pagination.
func NewDeviceMakerConnection ¶
func NewDeviceMakerConnection(ctx context.Context, deviceMakerAccessor devicemaker.Usecase, filter *gqlmodels.DeviceMakerListFilter, order *gqlmodels.DeviceMakerListOrder, page *gqlmodels.Page) *DeviceMakerConnection
NewDeviceMakerConnection based on query object
type DeviceModelConnection ¶
type DeviceModelConnection = connectors.CollectionConnection[gqlmodels.DeviceModel, gqlmodels.DeviceModelEdge]
DeviceModelConnection implements collection accessor interface with pagination.
func NewDeviceModelConnection ¶
func NewDeviceModelConnection(ctx context.Context, deviceModelAccessor devicemodel.Usecase, filter *gqlmodels.DeviceModelListFilter, order *gqlmodels.DeviceModelListOrder, page *gqlmodels.Page) *DeviceModelConnection
NewDeviceModelConnection based on query object
type HistoryActionConnection ¶
type HistoryActionConnection = connectors.HistoryActionConnection
HistoryActionConnection implements collection accessor interface with pagination.
type OSConnection ¶
type OSConnection = connectors.CollectionConnection[gqlmodels.Os, gqlmodels.OSEdge]
OSConnection implements collection accessor interface with pagination.
func NewOSConnection ¶
func NewOSConnection(ctx context.Context, osAccessor os.Usecase, filter *gqlmodels.OSListFilter, order *gqlmodels.OSListOrder, page *gqlmodels.Page) *OSConnection
NewOSConnection based on query object
type OptionConnection ¶
type OptionConnection = connectors.OptionConnection
OptionConnection implements collection accessor interface with pagination.
type Page ¶
type Page = blazegqlmodels.Page
type RBACRoleConnection ¶
type RBACRoleConnection = connectors.RBACRoleConnection
RBACRoleConnection implements collection accessor interface with pagination.
type RTBSourceConnection ¶
type RTBSourceConnection = connectors.CollectionConnection[gqlmodels.RTBSource, gqlmodels.RTBSourceEdge]
RTBSourceConnection implements collection accessor interface with pagination.
func NewRTBSourceConnection ¶
func NewRTBSourceConnection(ctx context.Context, rtbSourceAccessor rtbsource.Usecase, filter *gqlmodels.RTBSourceListFilter, order *gqlmodels.RTBSourceListOrder, page *gqlmodels.Page) *RTBSourceConnection
NewRTBSourceConnection based on query object
type UserConnection ¶
type UserConnection = connectors.UserConnection
UserConnection implements collection accessor interface with pagination.
type ZoneConnection ¶
type ZoneConnection = connectors.CollectionConnection[gqlmodels.Zone, gqlmodels.ZoneEdge]
ZoneConnection implements collection accessor interface with pagination.
func NewZoneConnection ¶
func NewZoneConnection(ctx context.Context, zoneAccessor zone.Usecase, filter *gqlmodels.ZoneListFilter, order *gqlmodels.ZoneListOrder, page *gqlmodels.Page) *ZoneConnection
NewZoneConnection based on query object