mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-20 21:30:06 +02:00
lnrpc: replace /// and /** with // and /*
This commit is contained in:
@@ -54,11 +54,11 @@ func (m *GetInfoRequest) XXX_DiscardUnknown() {
|
||||
var xxx_messageInfo_GetInfoRequest proto.InternalMessageInfo
|
||||
|
||||
type GetInfoResponse struct {
|
||||
/// The public key of the watchtower.
|
||||
// The public key of the watchtower.
|
||||
Pubkey []byte `protobuf:"bytes,1,opt,name=pubkey,proto3" json:"pubkey,omitempty"`
|
||||
/// The listening addresses of the watchtower.
|
||||
// The listening addresses of the watchtower.
|
||||
Listeners []string `protobuf:"bytes,2,rep,name=listeners,proto3" json:"listeners,omitempty"`
|
||||
/// The URIs of the watchtower.
|
||||
// The URIs of the watchtower.
|
||||
Uris []string `protobuf:"bytes,3,rep,name=uris,proto3" json:"uris,omitempty"`
|
||||
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
||||
XXX_unrecognized []byte `json:"-"`
|
||||
@@ -148,7 +148,7 @@ const _ = grpc.SupportPackageIsVersion4
|
||||
//
|
||||
// For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
|
||||
type WatchtowerClient interface {
|
||||
//* lncli: tower info
|
||||
// lncli: tower info
|
||||
//GetInfo returns general information concerning the companion watchtower
|
||||
//including its public key and URIs where the server is currently
|
||||
//listening for clients.
|
||||
@@ -174,7 +174,7 @@ func (c *watchtowerClient) GetInfo(ctx context.Context, in *GetInfoRequest, opts
|
||||
|
||||
// WatchtowerServer is the server API for Watchtower service.
|
||||
type WatchtowerServer interface {
|
||||
//* lncli: tower info
|
||||
// lncli: tower info
|
||||
//GetInfo returns general information concerning the companion watchtower
|
||||
//including its public key and URIs where the server is currently
|
||||
//listening for clients.
|
||||
|
Reference in New Issue
Block a user