Migrate from Bazel
This commit is contained in:
commit
016dbd0814
59 changed files with 7044 additions and 0 deletions
|
|
@ -0,0 +1,28 @@
|
|||
@startuml
|
||||
|
||||
left to right direction
|
||||
hide circle
|
||||
|
||||
|
||||
package loader <<Frame>> {
|
||||
interface ImageLoader
|
||||
package io_impl <<Frame>> {
|
||||
ImageIoLoader --|> ImageLoader
|
||||
}
|
||||
}
|
||||
|
||||
package differ <<Frame>> {
|
||||
interface ImageDiffer
|
||||
package impl <<Frame>> {
|
||||
ImageDifferImpl -right-|> ImageDiffer
|
||||
}
|
||||
}
|
||||
|
||||
package data <<Frame>> {
|
||||
class Image
|
||||
class DiffResult
|
||||
}
|
||||
|
||||
Phosphorus -- ImageLoader
|
||||
Phosphorus -- ImageDiffer
|
||||
@enduml
|
||||
Loading…
Add table
Add a link
Reference in a new issue