workflow

package
v0.0.0-...-d7df986 Latest Latest
Warning

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

Go to latest
Published: May 15, 2024 License: AGPL-3.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CheckIPParam

type CheckIPParam struct {
	IPs []netip.Addr `json:"ips"`
}

CheckIPParam is a workflow parameter for the CheckIP workflow

type CheckIPResult

type CheckIPResult struct {
	IPs map[netip.Addr]net.HardwareAddr `json:"ips"`
}

CheckIPResult is a value returned by the CheckIP workflow

func CheckIP

func CheckIP(ctx workflow.Context, param CheckIPParam) (CheckIPResult, error)

CheckIP is a Temporal workflow for checking available IP addresses

Directories

Path Synopsis
log
tag

Jump to

Keyboard shortcuts

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