initial commit
This commit is contained in:
16
internal/domain/profileold/availability_exception.go
Normal file
16
internal/domain/profileold/availability_exception.go
Normal file
@@ -0,0 +1,16 @@
|
||||
package profile
|
||||
|
||||
import (
|
||||
"time"
|
||||
|
||||
"github.com/google/uuid"
|
||||
)
|
||||
|
||||
type AvailabilityException struct {
|
||||
ID uuid.UUID
|
||||
ProfileID uuid.UUID
|
||||
Date time.Time
|
||||
Start *time.Time
|
||||
End *time.Time
|
||||
DayUnavailable bool
|
||||
}
|
||||
Reference in New Issue
Block a user