types

package
v0.5.1 Latest Latest
Warning

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

Go to latest
Published: Jul 5, 2024 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type PolicyStrategy

type PolicyStrategy string

PolicyStrategy determine the strategy to use when assigning policy to endpoints

const (
	// NoPolicyStrategy means that all endpoints get equally the highest
	// prioritiy
	NoPolicyStrategy PolicyStrategy = "none"
	// LocalFirstPolicyStrategy will give higher priority to local endpoints
	// if they exist
	LocalFirstPolicyStrategy PolicyStrategy = "local-first"
)

Jump to

Keyboard shortcuts

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