This commit is contained in:
Chris Lu
2021-09-19 12:06:15 -07:00
parent ad5099e570
commit 84fdda85e7
3 changed files with 7 additions and 9 deletions

View File

@@ -13,12 +13,11 @@ import (
)
type RemoteSyncOptions struct {
filerAddress *string
grpcDialOption grpc.DialOption
readChunkFromFiler *bool
timeAgo *time.Duration
dir *string
filerAddress *string
grpcDialOption grpc.DialOption
readChunkFromFiler *bool
timeAgo *time.Duration
dir *string
}
var _ = filer_pb.FilerClient(&RemoteSyncOptions{})