proxy

package
v0.5.5 Latest Latest
Warning

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

Go to latest
Published: Jul 14, 2026 License: MIT Imports: 19 Imported by: 0

Documentation

Overview

Package proxy provides the ITX HTTP proxy client for GroupsIO operations.

Package proxy provides the ITX HTTP proxy client for GroupsIO operations.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewProxy

func NewProxy(ctx context.Context, config Config) (port.GroupsIOReaderWriter, error)

NewProxy creates a new ITX proxy client with OAuth2 M2M authentication using private key.

Types

type Config

type Config struct {
	BaseURL     string
	ClientID    string
	PrivateKey  string // RSA private key in PEM format
	Auth0Domain string
	Audience    string
	Timeout     time.Duration
}

Config holds ITX proxy configuration.

Jump to

Keyboard shortcuts

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