server

package
v0.0.0-...-53e5992 Latest Latest
Warning

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

Go to latest
Published: Jul 2, 2024 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

View Source
const (
	Address = ":7999"
)

Variables

This section is empty.

Functions

func Start

func Start(ctx context.Context, services map[string]context.CancelFunc, dapr daprclient.Client) error

Types

type ErrorAdditionalInfo

type ErrorAdditionalInfo struct {
	Type string         `json:"type"`
	Info map[string]any `json:"info"`
}

type ErrorDetails

type ErrorDetails struct {
	Code           string                `json:"code"`
	Message        string                `json:"message"`
	Target         string                `json:"target,omitempty"`
	AdditionalInfo []ErrorAdditionalInfo `json:"additionalInfo,omitempty"`
	Details        []ErrorDetails        `json:"details,omitempty"`
}

type ErrorResponse

type ErrorResponse struct {
	Error ErrorDetails `json:"error"`
}

type WorkflowRequest

type WorkflowRequest struct {
	Name  string          `json:"name"`
	Input json.RawMessage `json:"input"`
	ID    string          `json:"id,omitempty"`
}

Jump to

Keyboard shortcuts

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