Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: use optional keyword #119

Merged
merged 1 commit into from
Aug 14, 2023
Merged

feat: use optional keyword #119

merged 1 commit into from
Aug 14, 2023

Conversation

glimchb
Copy link
Member

@glimchb glimchb commented Aug 14, 2023

Fixes #112

See https://google.aip.dev/149

Now can check for nil so 0 is legal value

Signed-off-by: Boris Glimcher Boris.Glimcher@emc.com

Fixes opiproject#112

See https://google.aip.dev/149

Now can check for nil so `0` is legal value

Signed-off-by: Boris Glimcher <Boris.Glimcher@emc.com>
@glimchb glimchb marked this pull request as ready for review August 14, 2023 16:19
@glimchb glimchb requested a review from a team as a code owner August 14, 2023 16:19
@codecov
Copy link

codecov bot commented Aug 14, 2023

Codecov Report

Merging #119 (869d146) into main (a2b7572) will not change coverage.
The diff coverage is 0.00%.

@@           Coverage Diff           @@
##             main     #119   +/-   ##
=======================================
  Coverage   36.35%   36.35%           
=======================================
  Files           5        5           
  Lines         784      784           
=======================================
  Hits          285      285           
  Misses        482      482           
  Partials       17       17           
Files Changed Coverage Δ
pkg/evpn/bridge.go 43.60% <0.00%> (ø)
pkg/evpn/vrf.go 33.50% <0.00%> (ø)

@glimchb glimchb added the Merge Candidate in the open merge window, next candidate for merge label Aug 14, 2023
@glimchb glimchb merged commit e8c2c86 into opiproject:main Aug 14, 2023
17 of 19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Merge Candidate in the open merge window, next candidate for merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

add optional keyword for VNI
2 participants