routers

package
v1.21.0-rc.4 Latest Latest
Warning

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

Go to latest
Published: Jul 7, 2022 License: Apache-2.0 Imports: 58 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RealClientIPMiddleware

func RealClientIPMiddleware() gin.HandlerFunc

func RoundTripOf

func RoundTripOf(cli agents.Client) http.RoundTripper

Types

type PluginInfoGetter

type PluginInfoGetter struct {
	base.BaseHandler
}

func (*PluginInfoGetter) ClusterNameOf

func (p *PluginInfoGetter) ClusterNameOf(tenant, project, environment string) (clusterName string)

func (*PluginInfoGetter) NacosInfoOf

func (p *PluginInfoGetter) NacosInfoOf(clusterName string) (addr, username, password string, err error)

func (*PluginInfoGetter) RoundTripperOf

func (p *PluginInfoGetter) RoundTripperOf(clusterName string) (rt http.RoundTripper)

func (*PluginInfoGetter) Username

func (p *PluginInfoGetter) Username(c *gin.Context) string

type RoundTripperFunc

type RoundTripperFunc func(req *http.Request) (*http.Response, error)

func (RoundTripperFunc) RoundTrip

func (c RoundTripperFunc) RoundTrip(req *http.Request) (*http.Response, error)

type Router

type Router struct {
	Opts     *options.Options
	Agents   *agents.ClientSet
	Database *database.Database
	Redis    *redis.Client
	Argo     *argo.Client
	DyConfig options.DynamicConfigurationProviderIface
	// contains filtered or unexported fields
}

func (*Router) Complete

func (r *Router) Complete() error

func (*Router) Run

func (r *Router) Run(ctx context.Context, system *system.Options) error

Jump to

Keyboard shortcuts

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