Documentation ¶
Index ¶
- func NewAssetSvc(err error) *assetSvc
- func NewClusterAssetSvc(err error) *clusterAssetSvc
- func NewGqlAssetConverter(err error) *gqlAssetConverter
- func NewGqlClusterAssetConverter(err error) *gqlClusterAssetConverter
- 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) ClusterAssetEventSubscription(ctx context.Context) (<-chan gqlschema.ClusterAssetEvent, error)
- func (_m *Resolver) ClusterAssetFilesField(ctx context.Context, obj *gqlschema.ClusterAsset, filterExtensions []string) ([]gqlschema.File, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewAssetSvc ¶
func NewAssetSvc(err error) *assetSvc
NewAssetSvc creates a new assetSvc 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 NewGqlClusterAssetConverter ¶
func NewGqlClusterAssetConverter(err error) *gqlClusterAssetConverter
NewGqlClusterAssetConverter creates a new gqlClusterAssetConverter 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) ClusterAssetEventSubscription ¶
func (_m *Resolver) ClusterAssetEventSubscription(ctx context.Context) (<-chan gqlschema.ClusterAssetEvent, error)
ClusterAssetEventSubscription provides a failing mock function with given fields: ctx