Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InitGRPCServer ¶
func InitGRPCServer(protocol string, host string, port uint64, opts []grpc.ServerOption, s *scheduler.Scheduler)
InitGRPCServer Initializes the gRPC server for diago
Types ¶
type APIServer ¶
type APIServer struct {
// contains filtered or unexported fields
}
APIServer serves API calls over HTTP
func NewAPIServer ¶
func NewAPIServer(jf mgr.JobFunnel, sm mgr.ScheduleManager) *APIServer
NewAPIServer create a new APIServer
Click to show internal directories.
Click to hide internal directories.