Skip to content

Commit

Permalink
refactor: move message_api/v3 to mls/api/v1
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Normore committed Jan 11, 2024
1 parent 7be5c72 commit 4e1d2b1
Show file tree
Hide file tree
Showing 5 changed files with 368 additions and 375 deletions.
2 changes: 1 addition & 1 deletion go/generate.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import (

//go:generate compile ../proto/keystore_api/v1/keystore.proto
//go:generate compile ../proto/message_api/v1/message_api.proto
//go:generate compile ../proto/message_api/v3/mls.proto
//go:generate compile ../proto/mls/api/v1/mls.proto
//go:generate compile ../proto/mls_validation/v1/service.proto
//go:generate compile ../proto/mls/message_contents/message.proto
//go:generate compile ../proto/message_api/v1/authn.proto
Expand Down
Loading

0 comments on commit 4e1d2b1

Please sign in to comment.