Documentation ¶
Overview ¶
Package app implements a Server object for running the scheduler.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Run ¶
func Run(s *SchedulerServer) error
Types ¶
type SchedulerServer ¶
type SchedulerServer struct { Address string Port int32 SQLConn string DBDialect string AuthInfo *auth.AuthInfo }
func NewServerFromConfig ¶
func NewServerFromConfig() *SchedulerServer
Click to show internal directories.
Click to hide internal directories.