Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Appointments ¶
type Appointments struct {
Start time.Time
Duration int64
N int64
Slots int64
Properties map[string]interface{}
}
func (Appointments) Setup ¶
func (c Appointments) Setup(fixtures map[string]interface{}) (interface{}, error)
func (Appointments) Teardown ¶
func (c Appointments) Teardown(fixture interface{}) error
type AppointmentsServer ¶
type AppointmentsServer struct {
}
func (AppointmentsServer) Setup ¶
func (c AppointmentsServer) Setup(fixtures map[string]interface{}) (interface{}, error)
func (AppointmentsServer) Teardown ¶
func (c AppointmentsServer) Teardown(fixture interface{}) error
type Provider ¶
type Provider struct {
Name string
Street string
City string
ZipCode string
Description string
Accessible bool
Confirm bool
StoreData bool
}
type ProviderAndAppointments ¶
type ProviderAndAppointments struct {
Provider *helpers.Provider
Appointments []*services.SignedAppointment
}
type ProvidersAndAppointments ¶
type ProvidersAndAppointments struct {
BaseProvider Provider
BaseAppointments Appointments
Providers int64
Concurrency int64
}
func (ProvidersAndAppointments) Setup ¶
func (c ProvidersAndAppointments) Setup(fixtures map[string]interface{}) (interface{}, error)
func (ProvidersAndAppointments) Teardown ¶
func (c ProvidersAndAppointments) Teardown(fixture interface{}) error
Click to show internal directories.
Click to hide internal directories.