Browse Source

fmt

pull/7569/head
Chris Lu 5 days ago
parent
commit
43a6e9e09f
  1. 5
      weed/filer/reader_at.go

5
weed/filer/reader_at.go

@ -35,8 +35,9 @@ var _ = io.Closer(&ChunkReadAt{})
// - No high availability (single filer address, no automatic failover) // - No high availability (single filer address, no automatic failover)
// //
// For NEW code, especially mount operations, use wdclient.FilerClient instead: // For NEW code, especially mount operations, use wdclient.FilerClient instead:
// filerClient := wdclient.NewFilerClient(filerAddresses, grpcDialOption, dataCenter, opts)
// lookupFn := filerClient.GetLookupFileIdFunction()
//
// filerClient := wdclient.NewFilerClient(filerAddresses, grpcDialOption, dataCenter, opts)
// lookupFn := filerClient.GetLookupFileIdFunction()
// //
// This provides: // This provides:
// - Bounded cache with configurable size // - Bounded cache with configurable size

Loading…
Cancel
Save