factory

package
v0.0.0-...-0227844 Latest Latest
Warning

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

Go to latest
Published: Apr 6, 2023 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Factory

type Factory interface {
	RunFactory() error
}

type SeatFactory

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

func NewSeatFactory

func NewSeatFactory(db *gorm.DB) SeatFactory

func (SeatFactory) RunFactory

func (this SeatFactory) RunFactory() error

type UserFactory

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

func NewUserFactory

func NewUserFactory(db *gorm.DB, config *config.AppConfig) *UserFactory

func (*UserFactory) RunFactory

func (this *UserFactory) RunFactory() error

Jump to

Keyboard shortcuts

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