mirror of
https://github.com/muety/wakapi.git
synced 2023-08-10 21:12:56 +03:00
21567e7601
fix: fix all time view model
6 lines
52 B
Go
6 lines
52 B
Go
package v1
|
|
|
|
type Filters struct {
|
|
Project string
|
|
}
|