Skip to content

Commit

Permalink
Update filter.go
Browse files Browse the repository at this point in the history
labelFilter.proto -> labelFilter.Proto
  • Loading branch information
uschen authored Sep 9, 2020
1 parent 3f69843 commit 06bb4a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bigtable/filter.go
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ type labelFilter string

func (lf labelFilter) String() string { return fmt.Sprintf("apply_label(%s)", string(lf)) }

func (lf labelFilter) proto() *btpb.RowFilter {
func (lf labelFilter) Proto() *btpb.RowFilter {
return &btpb.RowFilter{Filter: &btpb.RowFilter_ApplyLabelTransformer{ApplyLabelTransformer: string(lf)}}
}

Expand Down

0 comments on commit 06bb4a8

Please sign in to comment.