Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpcs
dfss
Commits
0d56aa30
Commit
0d56aa30
authored
Apr 30, 2016
by
Loïck Bonniot
Browse files
[doc] Add synopsis to packages
parent
57c38b3f
Pipeline
#1098
passed with stages
Changes
33
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
dfssc/cmd/root.go
View file @
0d56aa30
// Package cmd handles flags and commands management.
package
cmd
import
(
...
...
dfssc/common/common.go
View file @
0d56aa30
// Package common Holds the common function to be used by other package
// Essentially handles I/O functions
// Package common holds the common functions to be used by other packages.
package
common
import
(
...
...
dfssc/main.go
View file @
0d56aa30
// Package dfssc is the dfss CLI client.
package
main
import
(
...
...
dfssc/sign/protocol.go
View file @
0d56aa30
// Package sign handles contract and signature operations.
package
sign
import
(
...
...
dfssd/cmd/root.go
View file @
0d56aa30
// Package cmd handles flags and commands management.
package
cmd
import
(
...
...
dfssd/main.go
View file @
0d56aa30
// Package dfssd is the dfss demonstrator.
package
main
import
(
...
...
dfssd/server/server.go
View file @
0d56aa30
// Package server provides the demonstration unsecure server.
package
server
import
(
...
...
dfssp/authority/rootCA.go
View file @
0d56aa30
// Package authority creates and manages platform certificates.
package
authority
import
(
...
...
dfssp/cmd/root.go
View file @
0d56aa30
// Package cmd handles flags and commands management.
package
cmd
import
(
...
...
dfssp/common/group.go
View file @
0d56aa30
// Package common provides non-specific helpers, such as parallelism management.
package
common
import
(
...
...
dfssp/contract/create.go
View file @
0d56aa30
// Package contract manages contracts and signatures (creation and execution).
package
contract
import
(
...
...
dfssp/entities/contract.go
View file @
0d56aa30
// Package entities contains database entities and helpers on these entities.
package
entities
import
(
...
...
dfssp/main.go
View file @
0d56aa30
// Package dfssp is the dfss platform.
package
main
import
(
...
...
dfssp/server/server.go
View file @
0d56aa30
// Package server provides the platform server.
package
server
import
(
...
...
dfssp/templates/manager.go
View file @
0d56aa30
// Package templates stores and provides basic templates for mails or CLI.
package
templates
import
(
...
...
dfssp/user/create.go
View file @
0d56aa30
// Package user handles user creation.
package
user
import
(
...
...
@@ -9,8 +10,6 @@ import (
"log"
"time"
"github.com/spf13/viper"
"dfss/auth"
"dfss/dfssp/api"
"dfss/dfssp/authority"
...
...
@@ -18,7 +17,7 @@ import (
"dfss/dfssp/entities"
"dfss/dfssp/templates"
"dfss/mgdb"
"github.com/spf13/viper"
"gopkg.in/mgo.v2/bson"
)
...
...
dfsst/cmd/root.go
View file @
0d56aa30
// Package cmd handles flags and commands management.
package
cmd
import
(
...
...
dfsst/entities/archivesManager.go
View file @
0d56aa30
// Package entities contains database entities and helpers on these entities.
package
entities
import
(
...
...
dfsst/main.go
View file @
0d56aa30
// Package dfsst is the dfss trusted third-party (ttp).
package
main
import
(
...
...
dfsst/resolve/resolve.go
View file @
0d56aa30
// Package resolve provides the resolve protocol.
package
resolve
import
(
...
...
Prev
1
2
Next
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment