Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GRPCServer ¶
type GRPCServer struct {
Name string
Description string
AppVersion string
TinyCIVersion string
DefaultService config.ServiceAddress
RegisterService func(*grpc.Server, *handler.H) error
UseDB bool
UseSessions bool
}
GRPCServer is the server to run
func (*GRPCServer) Make ¶
func (s *GRPCServer) Make() *cli.App
Make makes a command-line server out of the provided parameters
Click to show internal directories.
Click to hide internal directories.