Documentation
¶
Index ¶
- func New() (service.Interface, error)
- func NewIngredients(srv service.Interface)
- func NewRecipes(srv service.Interface)
- func NewTags(srv service.Interface)
- func NewTokens(srv service.Interface)
- func NewUsers(srv service.Interface)
- type Service
- func (s *Service) ApplyIngredients(srv service.IngredientsService)
- func (s *Service) ApplyRecipes(srv service.RecipesService)
- func (s *Service) ApplyTags(srv service.TagsService)
- func (s *Service) ApplyTokens(srv service.TokensService)
- func (s *Service) ApplyUsers(srv service.UsersService)
- func (s *Service) Ingredients() service.IngredientsService
- func (s *Service) Recipes() service.RecipesService
- func (s *Service) Tags() service.TagsService
- func (s *Service) Tokens() service.TokensService
- func (s *Service) Users() service.UsersService
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewIngredients ¶
func NewRecipes ¶
Types ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
func (*Service) ApplyIngredients ¶
func (s *Service) ApplyIngredients(srv service.IngredientsService)
func (*Service) ApplyRecipes ¶
func (s *Service) ApplyRecipes(srv service.RecipesService)
func (*Service) ApplyTags ¶
func (s *Service) ApplyTags(srv service.TagsService)
func (*Service) ApplyTokens ¶
func (s *Service) ApplyTokens(srv service.TokensService)
func (*Service) ApplyUsers ¶
func (s *Service) ApplyUsers(srv service.UsersService)
func (*Service) Ingredients ¶
func (s *Service) Ingredients() service.IngredientsService
func (*Service) Recipes ¶
func (s *Service) Recipes() service.RecipesService
func (*Service) Tags ¶
func (s *Service) Tags() service.TagsService
func (*Service) Tokens ¶
func (s *Service) Tokens() service.TokensService
func (*Service) Users ¶
func (s *Service) Users() service.UsersService
Source Files
¶
Click to show internal directories.
Click to hide internal directories.