mirror of
https://github.com/hrfee/jfa-go.git
synced 2026-01-18 16:47:42 +01:00
jf-activity: initial changes
functionality mostly there but needs a UI.
This commit is contained in:
@@ -2,6 +2,8 @@ package main
|
||||
|
||||
import (
|
||||
"time"
|
||||
|
||||
"github.com/hrfee/mediabrowser"
|
||||
)
|
||||
|
||||
type stringResponse struct {
|
||||
@@ -513,3 +515,7 @@ type TaskDTO struct {
|
||||
type LabelsDTO struct {
|
||||
Labels []string `json:'labels"`
|
||||
}
|
||||
|
||||
type ActivityLogEntriesDTO struct {
|
||||
Entries []mediabrowser.ActivityLogEntry `json:"entries"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user