Dump changes
This commit is contained in:
parent
e12550a643
commit
aac2ea1b74
25 changed files with 129 additions and 76 deletions
12
pkg/brainbuffer/domain/summary/entity.go
Normal file
12
pkg/brainbuffer/domain/summary/entity.go
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
package summary
|
||||
|
||||
import (
|
||||
"brainbuffer/pkg/brainbuffer/domain/appointment"
|
||||
"time"
|
||||
)
|
||||
|
||||
type Summary struct {
|
||||
StartTime time.Time
|
||||
EndTime time.Time
|
||||
Entries map[time.Time]appointment.Appointments
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue