Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClusterSpecifier ¶
type ClusterSpecifier interface { // Cluster return the cluster name that will be used in the Envoy side, // Envoy will use the default_cluster in the plugin config when return an empty string, or panic happens. Cluster(RequestHeaderMap) string }
type ClusterSpecifierConfigFactory ¶
type ClusterSpecifierConfigFactory func(any *anypb.Any) ClusterSpecifier
type ClusterSpecifierFactory ¶
type ClusterSpecifierFactory func(config interface{}) ClusterSpecifier
type RequestHeaderMap ¶
Click to show internal directories.
Click to hide internal directories.