carrier

package
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Feb 23, 2022 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Overview

Code generated by carrier, DO NOT EDIT.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CategoryMetaFactory

func CategoryMetaFactory() *factory.CategoryMetaFactory

CategoryMetaFactory() return a new CategoryMetaFactory

func IngredientMetaFactory

func IngredientMetaFactory() *factory.IngredientMetaFactory

IngredientMetaFactory() return a new IngredientMetaFactory

func RecipeIngredientMetaFactory

func RecipeIngredientMetaFactory() *factory.RecipeIngredientMetaFactory

RecipeIngredientMetaFactory() return a new RecipeIngredientMetaFactory

func RecipeMetaFactory

func RecipeMetaFactory() *factory.RecipeMetaFactory

RecipeMetaFactory() return a new RecipeMetaFactory

func RecipeStepMetaFactory

func RecipeStepMetaFactory() *factory.RecipeStepMetaFactory

RecipeStepMetaFactory() return a new RecipeStepMetaFactory

func UserMetaFactory

func UserMetaFactory() *factory.UserMetaFactory

UserMetaFactory() return a new UserMetaFactory

Types

type Factory

type Factory struct {
	// contains filtered or unexported fields
}

Factory is struct factory wrapper

func NewFactory

func NewFactory() *Factory

NewFactory return a new struct factory wrapper

func (*Factory) CategoryFactory

func (f *Factory) CategoryFactory() *factory.CategoryFactory

CategoryFactory return the CategoryFactory in wrapper

func (*Factory) IngredientFactory

func (f *Factory) IngredientFactory() *factory.IngredientFactory

IngredientFactory return the IngredientFactory in wrapper

func (*Factory) RecipeFactory

func (f *Factory) RecipeFactory() *factory.RecipeFactory

RecipeFactory return the RecipeFactory in wrapper

func (*Factory) RecipeIngredientFactory

func (f *Factory) RecipeIngredientFactory() *factory.RecipeIngredientFactory

RecipeIngredientFactory return the RecipeIngredientFactory in wrapper

func (*Factory) RecipeStepFactory

func (f *Factory) RecipeStepFactory() *factory.RecipeStepFactory

RecipeStepFactory return the RecipeStepFactory in wrapper

func (*Factory) SetCategoryFactory

func (f *Factory) SetCategoryFactory(c *factory.CategoryFactory) *Factory

SetCategoryFactory set a factory in wrapper

func (*Factory) SetIngredientFactory

func (f *Factory) SetIngredientFactory(c *factory.IngredientFactory) *Factory

SetIngredientFactory set a factory in wrapper

func (*Factory) SetRecipeFactory

func (f *Factory) SetRecipeFactory(c *factory.RecipeFactory) *Factory

SetRecipeFactory set a factory in wrapper

func (*Factory) SetRecipeIngredientFactory

func (f *Factory) SetRecipeIngredientFactory(c *factory.RecipeIngredientFactory) *Factory

SetRecipeIngredientFactory set a factory in wrapper

func (*Factory) SetRecipeStepFactory

func (f *Factory) SetRecipeStepFactory(c *factory.RecipeStepFactory) *Factory

SetRecipeStepFactory set a factory in wrapper

func (*Factory) SetUserFactory

func (f *Factory) SetUserFactory(c *factory.UserFactory) *Factory

SetUserFactory set a factory in wrapper

func (*Factory) UserFactory

func (f *Factory) UserFactory() *factory.UserFactory

UserFactory return the UserFactory in wrapper

Directories

Path Synopsis
Code generated by carrier, DO NOT EDIT.
Code generated by carrier, DO NOT EDIT.

Jump to

Keyboard shortcuts

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