Documentation ¶
Overview ¶
Package server contains shared server initialisation logic for LUCI Analysis services.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Main ¶
func Main(init func(srv *luciserver.Server) error)
Main implements the common entrypoint for all LUCI Analysis GAE services.
Note, if changing responsibiltiy between services, please be aware that dispatch.yaml changes are not deployed atomically with service changes.
func RegisterCrons ¶
func RegisterCrons(srv *luciserver.Server)
RegisterCrons registers cron handlers.
func RegisterPRPCHandlers ¶
func RegisterPRPCHandlers(srv *luciserver.Server) error
RegisterPRPCHandlers registers pPRC handlers.
func RegisterPubSubHandlers ¶
func RegisterPubSubHandlers()
RegisterPubSubHandlers registers pub/sub handlers.
func RegisterTaskQueueHandlers ¶
func RegisterTaskQueueHandlers(srv *luciserver.Server) error
RegisterTaskQueueHandlers registers task queue handlers.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.