Documentation ¶
Index ¶
- func NewAssetGroupSvc(err error) *assetGroupSvc
- func NewAssetSvc(err error) *assetSvc
- func NewClusterAssetGroupSvc(err error) *clusterAssetGroupSvc
- func NewClusterAssetSvc(err error) *clusterAssetSvc
- func NewGqlAssetConverter(err error) *gqlAssetConverter
- func NewGqlAssetGroupConverter(err error) *gqlAssetGroupConverter
- func NewGqlClusterAssetConverter(err error) *gqlClusterAssetConverter
- func NewGqlClusterAssetGroupConverter(err error) *gqlClusterAssetGroupConverter
- func NewSpecificationSvc(err error) *specificationSvc
- type Resolver
- func (_m *Resolver) AssetEventSubscription(ctx context.Context, namespace string) (<-chan gqlschema.AssetEvent, error)
- func (_m *Resolver) AssetFilesField(ctx context.Context, obj *gqlschema.Asset, filterExtensions []string) ([]gqlschema.File, error)
- func (_m *Resolver) AssetGroupAssetsField(ctx context.Context, obj *gqlschema.AssetGroup, types []string) ([]gqlschema.Asset, error)
- func (_m *Resolver) AssetGroupEventSubscription(ctx context.Context, namespace string) (<-chan gqlschema.AssetGroupEvent, error)
- func (_m *Resolver) ClusterAssetEventSubscription(ctx context.Context) (<-chan gqlschema.ClusterAssetEvent, error)
- func (_m *Resolver) ClusterAssetFilesField(ctx context.Context, obj *gqlschema.ClusterAsset, filterExtensions []string) ([]gqlschema.File, error)
- func (_m *Resolver) ClusterAssetGroupAssetsField(ctx context.Context, obj *gqlschema.ClusterAssetGroup, types []string) ([]gqlschema.ClusterAsset, error)
- func (_m *Resolver) ClusterAssetGroupEventSubscription(ctx context.Context) (<-chan gqlschema.ClusterAssetGroupEvent, error)
- func (_m *Resolver) ClusterAssetGroupsQuery(ctx context.Context, viewContext *string, groupName *string) ([]gqlschema.ClusterAssetGroup, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewAssetGroupSvc ¶
func NewAssetGroupSvc(err error) *assetGroupSvc
NewAssetGroupSvc creates a new assetGroupSvc type instance
func NewAssetSvc ¶
func NewAssetSvc(err error) *assetSvc
NewAssetSvc creates a new assetSvc type instance
func NewClusterAssetGroupSvc ¶
func NewClusterAssetGroupSvc(err error) *clusterAssetGroupSvc
NewClusterAssetGroupSvc creates a new clusterAssetGroupSvc type instance
func NewClusterAssetSvc ¶
func NewClusterAssetSvc(err error) *clusterAssetSvc
NewClusterAssetSvc creates a new clusterAssetSvc type instance
func NewGqlAssetConverter ¶
func NewGqlAssetConverter(err error) *gqlAssetConverter
NewGqlAssetConverter creates a new gqlAssetConverter type instance
func NewGqlAssetGroupConverter ¶
func NewGqlAssetGroupConverter(err error) *gqlAssetGroupConverter
NewGqlAssetGroupConverter creates a new gqlAssetGroupConverter type instance
func NewGqlClusterAssetConverter ¶
func NewGqlClusterAssetConverter(err error) *gqlClusterAssetConverter
NewGqlClusterAssetConverter creates a new gqlClusterAssetConverter type instance
func NewGqlClusterAssetGroupConverter ¶
func NewGqlClusterAssetGroupConverter(err error) *gqlClusterAssetGroupConverter
NewGqlClusterAssetGroupConverter creates a new gqlClusterAssetGroupConverter type instance
func NewSpecificationSvc ¶
func NewSpecificationSvc(err error) *specificationSvc
NewSpecificationSvc creates a new specificationSvc type instance
Types ¶
type Resolver ¶
type Resolver struct {
// contains filtered or unexported fields
}
Resolver is an autogenerated failing mock type for the Resolver type
func NewResolver ¶
NewResolver creates a new Resolver type instance
func (*Resolver) AssetEventSubscription ¶
func (_m *Resolver) AssetEventSubscription(ctx context.Context, namespace string) (<-chan gqlschema.AssetEvent, error)
AssetEventSubscription provides a failing mock function with given fields: ctx, namespace
func (*Resolver) AssetFilesField ¶
func (_m *Resolver) AssetFilesField(ctx context.Context, obj *gqlschema.Asset, filterExtensions []string) ([]gqlschema.File, error)
AssetFilesField provides a failing mock function with given fields: ctx, obj, filterExtensions
func (*Resolver) AssetGroupAssetsField ¶
func (_m *Resolver) AssetGroupAssetsField(ctx context.Context, obj *gqlschema.AssetGroup, types []string) ([]gqlschema.Asset, error)
AssetGroupAssetsField provides a failing mock function with given fields: ctx, obj, types
func (*Resolver) AssetGroupEventSubscription ¶
func (_m *Resolver) AssetGroupEventSubscription(ctx context.Context, namespace string) (<-chan gqlschema.AssetGroupEvent, error)
AssetGroupEventSubscription provides a failing mock function with given fields: ctx, namespace
func (*Resolver) ClusterAssetEventSubscription ¶
func (_m *Resolver) ClusterAssetEventSubscription(ctx context.Context) (<-chan gqlschema.ClusterAssetEvent, error)
ClusterAssetEventSubscription provides a failing mock function with given fields: ctx
func (*Resolver) ClusterAssetFilesField ¶
func (_m *Resolver) ClusterAssetFilesField(ctx context.Context, obj *gqlschema.ClusterAsset, filterExtensions []string) ([]gqlschema.File, error)
ClusterAssetFilesField provides a failing mock function with given fields: ctx, obj, filterExtensions
func (*Resolver) ClusterAssetGroupAssetsField ¶
func (_m *Resolver) ClusterAssetGroupAssetsField(ctx context.Context, obj *gqlschema.ClusterAssetGroup, types []string) ([]gqlschema.ClusterAsset, error)
ClusterAssetGroupAssetsField provides a failing mock function with given fields: ctx, obj, types
func (*Resolver) ClusterAssetGroupEventSubscription ¶
func (_m *Resolver) ClusterAssetGroupEventSubscription(ctx context.Context) (<-chan gqlschema.ClusterAssetGroupEvent, error)
ClusterAssetGroupEventSubscription provides a failing mock function with given fields: ctx
func (*Resolver) ClusterAssetGroupsQuery ¶
func (_m *Resolver) ClusterAssetGroupsQuery(ctx context.Context, viewContext *string, groupName *string) ([]gqlschema.ClusterAssetGroup, error)
ClusterAssetGroupsQuery provides a failing mock function with given fields: ctx, viewContext, groupName