Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( VersionTag string CommitHash string BuildDate string )
The following variables are set by -ldflags at build time.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
Server is the shar server type responsible for hosting the SHAR API.
func (*Server) GetEndPoint ¶ added in v1.0.623
GetEndPoint will return the URL of the GRPC health endpoint for the shar server
func (*Server) Listen ¶
Listen starts the GRPC server for both serving requests, and the GRPC health endpoint.
Click to show internal directories.
Click to hide internal directories.