const google.golang.org/grpc/credentials/alts/internal.ClientSide
6 uses
google.golang.org/grpc/credentials/alts/internal (current package)
common.go#L31: ClientSide Side = iota
google.golang.org/grpc/credentials/alts/internal/conn
utils.go#L41: if s == core.ClientSide {
utils.go#L62: return core.ClientSide
google.golang.org/grpc/credentials/alts/internal/handshaker
handshaker.go#L169: side: core.ClientSide,
handshaker.go#L197: if h.side != core.ClientSide {
google.golang.org/grpc/credentials/alts
alts.go#L142: return newALTS(core.ClientSide, opts.TargetServiceAccounts, opts.HandshakerServiceAddress)
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |