Documentation
¶
Index ¶
Constants ¶
View Source
const Version = "0.2.0"
Version represents the current version of the DFSS software suite
Variables ¶
View Source
var VersionCmd = &cobra.Command{ Use: "version", Short: "print version of dfss protocol", Run: func(cmd *cobra.Command, args []string) { fmt.Println("DFSS v"+Version, runtime.GOOS, runtime.GOARCH) }, }
VersionCmd is the cobra command common to all dfss modules
Functions ¶
This section is empty.
Types ¶
This section is empty.
Directories
¶
Path | Synopsis |
---|---|
Package auth provides simple ways to handle user authentication
|
Package auth provides simple ways to handle user authentication |
api
Package api is a generated protocol buffer package.
|
Package api is a generated protocol buffer package. |
common
Package common Holds the common function to be used by other package Essentially handles I/O functions
|
Package common Holds the common function to be used by other package Essentially handles I/O functions |
security
Package security is responsible for generating keys and certificate requests
|
Package security is responsible for generating keys and certificate requests |
user
Package user handles all the user-related logic
|
Package user handles all the user-related logic |
api
Package api is a generated protocol buffer package.
|
Package api is a generated protocol buffer package. |
gui
Package gui is the graphic part of the dfssd program.
|
Package gui is the graphic part of the dfssd program. |
api
Package api is a generated protocol buffer package.
|
Package api is a generated protocol buffer package. |
api
Package api is a generated protocol buffer package.
|
Package api is a generated protocol buffer package. |
config
Package config handles basic configuration store for the GUI only.
|
Package config handles basic configuration store for the GUI only. |
Package mails provides a simple interface with the smtp library
|
Package mails provides a simple interface with the smtp library |
mockp
|
|
fixtures
Package fixtures contains the responses to the gRpc requests
|
Package fixtures contains the responses to the gRpc requests |
server
Package server is the mock server, all functions must be redefined
|
Package server is the mock server, all functions must be redefined |
fixtures
Package fixtures is a generated protocol buffer package.
|
Package fixtures is a generated protocol buffer package. |
Click to show internal directories.
Click to hide internal directories.