local

package
v1.33.2 Latest Latest
Warning

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

Go to latest
Published: Nov 6, 2020 License: Apache-2.0 Imports: 5 Imported by: 9

Documentation

Overview

Package local implements local transport credentials. Local credentials reports the security level based on the type of connetion. If the connection is local TCP, NoSecurity will be reported, and if the connection is UDS, PrivacyAndIntegrity will be reported. If local credentials is not used in local connections (local TCP or UDS), it will fail.

Experimental

Notice: This package is EXPERIMENTAL and may be changed or removed in a later release.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewCredentials

func NewCredentials() credentials.TransportCredentials

NewCredentials returns a local credential implementing credentials.TransportCredentials.

Types

type Info

type Info struct {
	credentials.CommonAuthInfo
}

Info contains the auth information for a local connection. It implements the AuthInfo interface.

func (Info) AuthType

func (Info) AuthType() string

AuthType returns the type of Info as a string.

Jump to

Keyboard shortcuts

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