Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FromProtoService ¶
func FromProtoService(s *definition.Service) *service.Service
Types ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
Server serve execution functions.
func (*Server) Get ¶
func (s *Server) Get(ctx context.Context, req *api.GetExecutionRequest) (*definition.Execution, error)
Get returns execution from given hash.
func (*Server) Stream ¶
func (s *Server) Stream(req *api.StreamExecutionRequest, resp api.Execution_StreamServer) error
Stream returns stream of executions.
Click to show internal directories.
Click to hide internal directories.