rules_engine

package
v0.0.0-...-de23339 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 26, 2024 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	// contains filtered or unexported fields
}

func NewClient

func NewClient(c *http.Client, url string, token string) *Client

func (*Client) Create

func (c *Client) Create(ctx context.Context, edgeApplicationID int64, phase string, req sdk.CreateRulesEngineRequest) (RulesEngineResponse, error)

func (*Client) Delete

func (c *Client) Delete(ctx context.Context, edgeApplicationID int64, phase string, ruleID int64) error

func (*Client) Update

type CreateRulesEngineRequest

type CreateRulesEngineRequest struct {
	sdk.CreateRulesEngineRequest
}

type RulesEngineResponse

type RulesEngineResponse interface {
	GetId() int64
	GetPhase() string
	GetDescription() string
	GetBehaviors() []sdk.RulesEngineBehaviorEntry
	GetCriteria() [][]sdk.RulesEngineCriteria
	GetIsActive() bool
	GetOrder() int64
	GetName() string
}

type UpdateRulesEngineRequest

type UpdateRulesEngineRequest struct {
	sdk.PatchRulesEngineRequest
	ApplicationID int64
	RulesID       int64
	Phase         string
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL