scheduler doc

This commit is contained in:
pb
2024-07-11 18:27:57 +02:00
parent 960941298c
commit c373558e5a
2 changed files with 55 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
@startuml
object "SchedulingManager" as manager {
+api_url string
}
class "Schedule" {
+start time.Time
+end time.Time
+duration time.Time
+workflow string
}
@enduml