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)