Documentation ¶ Index ¶ type Server func NewServer(port int, servicesUsecase *usecase.ServicesUsecase) *Server func (s *Server) Start(_ context.Context) error func (s *Server) Stop(_ context.Context) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Server ¶ type Server struct { // contains filtered or unexported fields } func NewServer ¶ func NewServer(port int, servicesUsecase *usecase.ServicesUsecase) *Server func (*Server) Start ¶ func (s *Server) Start(_ context.Context) error func (*Server) Stop ¶ func (s *Server) Stop(_ context.Context) error Source Files ¶ View all Source files executions_server.gogrpc.gojobs_server.gorevisions_server.goservices_server.gotasks_server.go Click to show internal directories. Click to hide internal directories.