Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
sakia
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
clients
python
sakia
Commits
4482c9c7
Commit
4482c9c7
authored
8 years ago
by
inso
Browse files
Options
Downloads
Patches
Plain Diff
Update docs
parent
3a9c7831
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
23
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
doc/uml/services.png
+0
-0
0 additions, 0 deletions
doc/uml/services.png
doc/uml/services.pu
+4
-5
4 additions, 5 deletions
doc/uml/services.pu
doc/uml/tx_lifecycle.png
+0
-0
0 additions, 0 deletions
doc/uml/tx_lifecycle.png
with
4 additions
and
5 deletions
doc/uml/services.png
+
0
−
0
View replaced file @
3a9c7831
View file @
4482c9c7
14.2 KiB
|
W:
|
H:
13.2 KiB
|
W:
|
H:
2-up
Swipe
Onion skin
This diff is collapsed.
Click to expand it.
doc/uml/services.pu
+
4
−
5
View file @
4482c9c7
...
@@ -5,7 +5,6 @@
...
@@ -5,7 +5,6 @@
class ProfileService << (S,cyan) >> {
class ProfileService << (S,cyan) >> {
add_connection()
add_connection()
remove_connection()
remove_connection()
}
}
class AccountService << (S,cyan) >> {
class AccountService << (S,cyan) >> {
...
@@ -15,15 +14,15 @@ class AccountService << (S,cyan) >> {
...
@@ -15,15 +14,15 @@ class AccountService << (S,cyan) >> {
send_identity()
send_identity()
send_revokation()
send_revokation()
}
}
class TransactionsService << (S,cyan) >> {
class TransactionsService << (S,cyan) >> {
handle_new_block()
refresh_transactions()
refresh_transactions()
rollback_transactions()
rollback_transactions()
}
}
class RegistryService << (S,cyan) >> {
class IdentitiesService << (S,cyan) >> {
get_identity()
handle_new_block()
get_certifiers_of()
get_certified_by()
}
}
class NetworkService << (S,cyan) >> {
class NetworkService << (S,cyan) >> {
...
...
This diff is collapsed.
Click to expand it.
doc/uml/tx_lifecycle.png
+
0
−
0
View replaced file @
3a9c7831
View file @
4482c9c7
63.2 KiB
|
W:
|
H:
63.2 KiB
|
W:
|
H:
2-up
Swipe
Onion skin
This diff is collapsed.
Click to expand it.
Prev
1
2
Next
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment