Add service API handler stubs for status, stop and restart (#3417)

This commit is contained in:
Krishnan Parthasarathi
2016-12-16 11:56:15 +05:30
committed by Harshavardhana
parent 8ceb969445
commit b2f920a868
11 changed files with 655 additions and 28 deletions

View File

@@ -85,6 +85,7 @@ var (
// CA root certificates, a nil value means system certs pool will be used
globalRootCAs *x509.CertPool
globalAdminPeers = adminPeers{}
// Add new variable global values here.
)