iap

package
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Mar 22, 2023 License: GPL-3.0 Imports: 8 Imported by: 1

Documentation

Overview

Package iap provides a client for the IAP tunneling protocol.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func WithCompression

func WithCompression() func(*dialOptions)

WithCompression is a functional option that enables compression.

func WithHost

func WithHost(host, region, network, destGroup string) func(*dialOptions)

WithHost is a functional option that sets the host, region, network, and destination group.

func WithInstance

func WithInstance(instance, zone, ninterface string) func(*dialOptions)

WithInstance is a functional option that sets the instance, zone, and network interface.

func WithPort

func WithPort(port string) func(*dialOptions)

WithPort is a functional option that sets the destination port.

func WithProject

func WithProject(project string) func(*dialOptions)

WithProject is a functional option that sets the project ID.

func WithToken

func WithToken(token string) func(*dialOptions)

WithToken is a functional option that sets the authorization token.

Types

type Conn

type Conn struct {
	// contains filtered or unexported fields
}

func Dial

func Dial(ctx context.Context, opts ...DialOption) (*Conn, error)

Dial connects to the IAP proxy and returns a Conn or error if the connection fails.

func (*Conn) Close

func (c *Conn) Close() error

Close closes the connection.

func (*Conn) Read

func (c *Conn) Read(buf []byte) (n int, err error)

Read reads data from the connection.

func (*Conn) SessionID

func (c *Conn) SessionID() string

SessionID returns the session ID of the connection.

func (*Conn) Write

func (c *Conn) Write(buf []byte) (n int, err error)

Write writes data to the connection.

type DialOption

type DialOption func(*dialOptions)

Jump to

Keyboard shortcuts

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