package
Version:
v1.0.1-0...-ff3196c
Opens a new window with list of versions in this module.
Published: Nov 23, 2020
License: Apache-2.0
Opens a new window with license information.
Imports: 18
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
var DefaultOptions = &Options{
RPCPort: 8081,
RESTPort: 8080,
DefaultLanguage: "en-GB",
}
DefaultOptions provides some default options
RunServer runs a GRPC and a gateway REST server concurrently
type Options struct {
RPCPort int
RESTPort int
DefaultLanguage string
}
Options defines the options for a server.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.