Skip to content

Commit

Permalink
Added parameter LRO in order to mark LRO (Azure#19608)
Browse files Browse the repository at this point in the history
* Added parameter LRO in order to mark LRO

* mark

* fix
  • Loading branch information
Alancere authored Nov 25, 2022
1 parent b087b6e commit df8390a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions eng/tools/internal/exports/exports.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ type Func struct {

// a comma-delimited list of the return types
Returns *string `json:"returns,omitempty"`

// func name that replace this func with breaking change
ReplacedBy *string `json:"replacedby,omitempty"`
}

// Interface contains the list of methods for an interface.
Expand Down

0 comments on commit df8390a

Please sign in to comment.