Documentation
¶
Overview ¶
Package cmd is the command line interface for the Archer microservice.
It contains subcommands for running the server and the client.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( DefaultAPIVersion = "1" // for now this is the only version available DefaultServerAddress = "localhost" DefaultgRPCport = "9090" DefaultDbPath = fmt.Sprintf("%v/.archer", getHome()) DefaultManifestURL = "https://raw.githubusercontent.com/artic-network/primer-schemes/master/schemes_manifest.json" DefaultBucketName = "artic-archer-uploads-test" )
default options
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.