Documentation
¶
Index ¶
- type Engine
- func (e *Engine) AuthState() engine.AuthState
- func (e *Engine) Close() error
- func (e *Engine) ExecuteCompare(doc *restfile.Document, req *restfile.Request, spec *restfile.CompareSpec, ...) (*engine.CompareResult, error)
- func (e *Engine) ExecuteCompareContext(ctx context.Context, doc *restfile.Document, req *restfile.Request, ...) (*engine.CompareResult, error)
- func (e *Engine) ExecuteProfile(doc *restfile.Document, req *restfile.Request, env string) (*engine.ProfileResult, error)
- func (e *Engine) ExecuteProfileContext(ctx context.Context, doc *restfile.Document, req *restfile.Request, env string) (*engine.ProfileResult, error)
- func (e *Engine) ExecuteRequest(doc *restfile.Document, req *restfile.Request, env string) (engine.RequestResult, error)
- func (e *Engine) ExecuteRequestContext(ctx context.Context, doc *restfile.Document, req *restfile.Request, env string) (engine.RequestResult, error)
- func (e *Engine) ExecuteWorkflow(doc *restfile.Document, wf *restfile.Workflow, env string) (*engine.WorkflowResult, error)
- func (e *Engine) ExecuteWorkflowContext(ctx context.Context, doc *restfile.Document, wf *restfile.Workflow, env string) (*engine.WorkflowResult, error)
- func (e *Engine) LoadAuthState(st engine.AuthState)
- func (e *Engine) LoadRuntimeState(st engine.RuntimeState)
- func (e *Engine) RuntimeState() engine.RuntimeState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Engine ¶
type Engine struct {
// contains filtered or unexported fields
}
func (*Engine) ExecuteCompare ¶
func (*Engine) ExecuteCompareContext ¶
func (*Engine) ExecuteProfile ¶
func (*Engine) ExecuteProfileContext ¶
func (*Engine) ExecuteRequest ¶
func (*Engine) ExecuteRequestContext ¶
func (*Engine) ExecuteWorkflow ¶
func (*Engine) ExecuteWorkflowContext ¶
func (*Engine) LoadAuthState ¶
func (*Engine) LoadRuntimeState ¶
func (e *Engine) LoadRuntimeState(st engine.RuntimeState)
func (*Engine) RuntimeState ¶
func (e *Engine) RuntimeState() engine.RuntimeState
Click to show internal directories.
Click to hide internal directories.