package internal
import "google.golang.org/grpc/credentials/internal"
Package internal contains credentials-internal code.
Index ¶
Functions ¶
func WrapSyscallConn ¶
WrapSyscallConn tries to wrap rawConn and newConn into a net.Conn that implements syscall.Conn. rawConn will be used to support syscall, and newConn will be used for read/write.
This function returns newConn if rawConn doesn't implement syscall.Conn.
Source Files ¶
syscallconn.go
- Version
- v1.18.1
- Published
- Mar 20, 2019
- Platform
- js/wasm
- Imports
- 2 packages
- Last checked
- 1 minute ago –
Tools for package owners.