command
module
Version:
v0.0.0-...-5d6d1d5
Opens a new window with list of versions in this module.
Published: Nov 4, 2019
License: BSD-3-Clause
Opens a new window with license information.
Imports: 14
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
Go Service Template
Basic setup for service prototyping in Alchera Inc.
- gRPC Echo with TLS (Self-signed)
References
How To
Setup
See .travis.yml for entire steps.
Go Path
$env:GOPATH=Get-Location
export GOPATH=$(pwd)
gRPC
go get google.golang.org/grpc
Protocol Buffer
go get github.com/golang/protobuf/proto
go get github.com/golang/protobuf/protoc-gen-go
Key/Cert Generation
The following scripts requires openssl
tool.
bash ./scripts/openssl_key_gen.sh;
bash ./scripts/openssl_cert_selfsign.sh;
Test
go test -cover -v .
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.