oc-schedulerd/docs/diag_class_schedules.puml

17 lines
215 B
Plaintext
Raw Permalink Normal View History

2024-07-11 18:27:57 +02:00
@startuml
object "SchedulingManager" as manager {
+api_url string
}
class "Schedule" {
+start time.Time
+end time.Time
+duration time.Time
+workflow string
}
@enduml