MCPcopy Create free account
hub / github.com/TheThingsNetwork/lorawan-stack / AllowInsecureForCredentials

Method AllowInsecureForCredentials

pkg/gatewayserver/is.go:33–33  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

31type Cluster interface {
32 GetPeerConn(ctx context.Context, role ttnpb.ClusterRole, ids cluster.EntityIdentifiers) (*grpc.ClientConn, error)
33 AllowInsecureForCredentials() bool
34 WithClusterAuth() grpc.CallOption
35}
36

Callers 15

ConnectMethod · 0.65
GetMethod · 0.65
UpdateAntennasMethod · 0.65
UpdateAttributesMethod · 0.65
NewServerFunction · 0.65
updateInfoMethod · 0.65
GetFormatMethod · 0.65
ParseMethod · 0.65
GetFormatMethod · 0.65
ListFormatsMethod · 0.65
GenerateMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected