site and webhooks packages stubbed
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
@startuml
|
||||
|
||||
|
||||
object Event
|
||||
object "HTTP Request" as HTTPRequest
|
||||
object Headers
|
||||
object Body
|
||||
object "event description" as EventDescription
|
||||
cloud platform {
|
||||
object Order
|
||||
}
|
||||
|
||||
|
||||
Event --> HTTPRequest
|
||||
HTTPRequest *-- Headers
|
||||
HTTPRequest *-- Body
|
||||
Body *-- EventDescription
|
||||
|
||||
EventDescription : store
|
||||
EventDescription : id
|
||||
EventDescription : timestamp
|
||||
EventDescription : order
|
||||
|
||||
EventDescription <|- Order
|
||||
|
||||
|
||||
|
||||
@enduml
|
||||
Reference in New Issue
Block a user