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

Method GetContactInfo

pkg/ttnpb/client.pb.go:245–250  ·  view source on GitHub ↗

Deprecated: Marked as deprecated in ttn/lorawan/v3/client.proto.

()

Source from the content-addressed store, hash-verified

243
244// Deprecated: Marked as deprecated in ttn/lorawan/v3/client.proto.
245func (x *Client) GetContactInfo() []*ContactInfo {
246 if x != nil {
247 return x.ContactInfo
248 }
249 return nil
250}
251
252func (x *Client) GetAdministrativeContact() *OrganizationOrUserIdentifiers {
253 if x != nil {

Callers 1

ValidateFieldsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected