Skip to content

Commit

Permalink
make generate
Browse files Browse the repository at this point in the history
  • Loading branch information
VojtechVitek committed May 4, 2024
1 parent f546412 commit d7426e4
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 21 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ build-jwt-util:
$(call build,jwt-util)

generate:
go generate ./...
go generate -x ./...

.PHONY: proto
proto:
go generate ./proto
go generate -x ./proto

clean:
rm -rf ./bin/*
Expand Down
22 changes: 14 additions & 8 deletions proto/authenticator.gen.go

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

22 changes: 14 additions & 8 deletions proto/clients/authenticator.gen.go

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

6 changes: 3 additions & 3 deletions proto/clients/authenticator.gen.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* eslint-disable */
// sequence-waas-authenticator v0.1.0 a175abb1a964c85ae743ed2577a103e44fd93f7c
// sequence-waas-authenticator v0.1.0 910d56700416894adba15fca1fcf1319bbda2b33
// --
// Code generated by webrpc-gen@v0.15.2-dev with typescript generator. DO NOT EDIT.
// Code generated by webrpc-gen@v0.18.6 with typescript generator. DO NOT EDIT.
//
// webrpc-gen -schema=authenticator.ridl -target=typescript -client -out=./clients/authenticator.gen.ts

Expand All @@ -12,7 +12,7 @@ export const WebRPCVersion = "v1"
export const WebRPCSchemaVersion = "v0.1.0"

// Schema hash generated from your RIDL schema
export const WebRPCSchemaHash = "a175abb1a964c85ae743ed2577a103e44fd93f7c"
export const WebRPCSchemaHash = "910d56700416894adba15fca1fcf1319bbda2b33"

//
// Types
Expand Down

0 comments on commit d7426e4

Please sign in to comment.