Skip to content

Commit

Permalink
delete: delete unneeded structure
Browse files Browse the repository at this point in the history
  • Loading branch information
owlinux1000 committed Oct 1, 2023
1 parent 6d97185 commit 05e334f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions internal/gcstree.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,6 @@ type PrintOption struct {
WithSize bool
}

type ObjectAttrs struct {
Name string
Size int64
isFile bool
}

func NewGCSTree(ctx context.Context, client *storage.Client, bucket string, option *PrintOption) (*GCSTree, error) {

folder := ""
Expand Down

0 comments on commit 05e334f

Please sign in to comment.