Skip to content
Snippets Groups Projects
Select Git revision
  • 4e83be61aca522249ee2354580059cc257fd6a01
  • release default protected
  • master protected
  • NationalTreasure/NotificationUpgrade
  • XX-4441
  • xx-4417/gw-poll-earliest-client-round
  • tls-websockets
  • hotfix/drain
  • hotfix/matcher
  • projects/crust_RELEASE
  • XX-4055/ChannelIdentityTracking
  • XX-4066/CrustUpgrade_MASTER
  • Ace/Huawei
  • hotfix/accumulate-notifs
  • XX-3564/TlsCipherSuite
  • hotfix/groupNotification
  • Anne/License-Update
  • hotfix/trustoldgatewaysonly
  • hotfix/notifications
  • notls
  • url-repo-rename
  • v0.0.4
  • v0.0.3
  • v0.0.2
  • v0.0.1
25 results

round_test.go

Blame
  • endpoints.go 720 B
    ///////////////////////////////////////////////////////////////////////////////
    // Copyright © 2020 xx network SEZC                                          //
    //                                                                           //
    // Use of this source code is governed by a license that can be found in the //
    // LICENSE file                                                              //
    ///////////////////////////////////////////////////////////////////////////////
    
    // Endpoints for the interconnect service
    
    package interconnect
    
    import (
    	"context"
    	"gitlab.com/xx_network/comms/messages"
    )
    
    func (c *Comms) GetNDF(ctx context.Context, ping *messages.Ping) (*NDF, error) {
    	return c.handler.GetNDF()
    }