Skip to content

Commit

Permalink
rename service
Browse files Browse the repository at this point in the history
  • Loading branch information
klaidliadon committed Nov 19, 2024
1 parent 8b89854 commit 339ef10
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions proto/authcontrol.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/authcontrol.gen.ts
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
/* eslint-disable */
// auth-control v0.9.0 1d99c340311443a89693f533522247c383ac47f1
// authcontrol v0.9.0 896c9dd61e9b52933577b35ac021a229cdc54fe2
// --
// Code generated by [email protected] with [email protected] generator. DO NOT EDIT.
//
// webrpc-gen -schema=authcontrol.ridl [email protected] -client -out=./authcontrol.gen.ts

export const WebrpcHeader = "Webrpc"

export const WebrpcHeaderValue = "[email protected];[email protected];auth-control@v0.9.0"
export const WebrpcHeaderValue = "[email protected];[email protected];authcontrol@v0.9.0"

// WebRPC description and code-gen version
export const WebRPCVersion = "v1"
Expand All @@ -16,7 +16,7 @@ export const WebRPCVersion = "v1"
export const WebRPCSchemaVersion = "v0.9.0"

// Schema hash generated from your RIDL schema
export const WebRPCSchemaHash = "1d99c340311443a89693f533522247c383ac47f1"
export const WebRPCSchemaHash = "896c9dd61e9b52933577b35ac021a229cdc54fe2"

type WebrpcGenVersions = {
webrpcGenVersion: string;
Expand Down
2 changes: 1 addition & 1 deletion proto/authcontrol.ridl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
webrpc = v1

name = auth-control
name = authcontrol
version = v0.9.0

enum SessionType: uint16
Expand Down

0 comments on commit 339ef10

Please sign in to comment.