Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
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
Click to show internal directories.
Click to hide internal directories.