Skip to content

Commit

Permalink
Expose Usage via grpc (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
majst01 committed Jul 29, 2022
1 parent 6884838 commit 1d3698a
Show file tree
Hide file tree
Showing 11 changed files with 426 additions and 185 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ func main() {
if err != nil {
panic(err)
}
cp1, err := ipam.AcquireChildPrefix(prefix.Cidr, 64)
cp1, err := ipam.AcquireChildPrefix(ctx, prefix.Cidr, 64)
if err != nil {
panic(err)
}
Expand Down
22 changes: 22 additions & 0 deletions api/v1/apiv1connect/ipam.connect.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 1d3698a

Please sign in to comment.