Versions in this module Expand all Collapse all v0 v0.15.10001 Jan 16, 2023 v0.15.101 Jan 16, 2023 Changes in this version + var Dev_ServiceDesc = grpc.ServiceDesc + var File_devrpc_dev_proto protoreflect.FileDescriptor + func DisableLog() + func RegisterDevHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error + func RegisterDevHandlerClient(ctx context.Context, mux *runtime.ServeMux, client DevClient) error + func RegisterDevHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error) + func RegisterDevHandlerServer(ctx context.Context, mux *runtime.ServeMux, server DevServer) error + func RegisterDevJSONCallbacks(...) + func RegisterDevServer(s grpc.ServiceRegistrar, srv DevServer) + func UseLogger(logger btclog.Logger) + type Config struct + type DevClient interface + ImportGraph func(ctx context.Context, in *lnrpc.ChannelGraph, opts ...grpc.CallOption) (*ImportGraphResponse, error) + func NewDevClient(cc grpc.ClientConnInterface) DevClient + type DevServer interface + ImportGraph func(context.Context, *lnrpc.ChannelGraph) (*ImportGraphResponse, error) + type ImportGraphResponse struct + func (*ImportGraphResponse) Descriptor() ([]byte, []int) + func (*ImportGraphResponse) ProtoMessage() + func (x *ImportGraphResponse) ProtoReflect() protoreflect.Message + func (x *ImportGraphResponse) Reset() + func (x *ImportGraphResponse) String() string + type UnimplementedDevServer struct + func (UnimplementedDevServer) ImportGraph(context.Context, *lnrpc.ChannelGraph) (*ImportGraphResponse, error) + type UnsafeDevServer interface